aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/public
Commit message (Collapse)AuthorAgeFilesLines
* Add 4 CSS style themes with runtime switcherClaude11 days4-0/+1628
| | | | | | | | | | | | | | | | Adds a style theme system that layers additional CSS files on top of the base stylesheet. Themes are loaded/unloaded dynamically via <link> tags. - Default: existing look, unchanged - Refined: typographic rhythm fixes, consistent spacing on settings page - Terminal: monospace, dark phosphor CRT aesthetic (scanlines, cyan glow) - Codex: book/Tufte-inspired with warm paper tones, serif type, fleurons - Sakura: Japanese-inspired calm aesthetic (named for neko = cat) Each theme supports both light and dark mode. Style selection persists in localStorage and is independent of the light/dark toggle. https://claude.ai/code/session_01Jv3c8GdaDQMm5WYwHUJMVe
* Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testingAdam Mathes12 days1-1/+0
|
* Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ↵Adam Mathes13 days1-0/+1
embed dist/v3