| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add 4 CSS style themes with runtime switcher | Claude | 8 days | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | Refine Settings UI: Fix dark mode text colors, split font controls for ↵ | Adam Mathes | 8 days | 1 | -0/+7 |
| | | | | | headers and body, update monospace stack, and soft-deprecate tags | ||||
| * | v3: persist sidebar state via cookie, default closed on tablet/mobile | Adam Mathes | 9 days | 1 | -1/+19 |
| | | | | | | | | | | | Sidebar open/close state is now saved to a cookie (neko_sidebar) so it persists across page reloads. On first visit without a cookie, the sidebar defaults to closed on tablet and mobile (<=1024px viewport) and open on desktop. Removes the auto-open-on-resize behavior that was overriding user preference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | ||||
| * | Vanilla JS (v3): Add Logout button, 'neko' cat emoji toggle, and mobile ↵ | Adam Mathes | 9 days | 1 | -1/+11 |
| | | | | | responsiveness with backdrop | ||||
| * | Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts) | Adam Mathes | 10 days | 1 | -1/+23 |
| | | |||||
| * | Vanilla JS (v3): Implement Tags, Filters, and Infinite Scroll | Adam Mathes | 10 days | 1 | -5/+37 |
| | | |||||
| * | Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testing | Adam Mathes | 10 days | 1 | -0/+41 |
