| Commit message (Expand) | Author | Age | Files | Lines |
| * | Redesign sidebar theme controls layout and fix dark mode visibilityclaude/add-css-themes-QGTmP | Claude | 8 days | 1 | -16/+22 |
| * | Remove visual 'selected' state highlight from feed items | Adam Mathes | 8 days | 1 | -12/+2 |
| * | Fix scrolling behavior, CI linting, and update Dockerfile | Adam Mathes | 8 days | 1 | -1/+1 |
| * | Replace sidebar style cycle button with 5 emoji icons | Claude | 8 days | 1 | -12/+16 |
| * | Refine themes, add sidebar controls, and theme docs | Claude | 8 days | 1 | -0/+28 |
| * | Add 4 CSS style themes with runtime switcher | Claude | 8 days | 1 | -2/+50 |
| * | Refine Settings labels and apply heading font to sidebar | Adam Mathes | 8 days | 1 | -2/+2 |
| * | Refine Settings UI: Fix dark mode text colors, split font controls for header... | Adam Mathes | 8 days | 1 | -3/+23 |
| * | Soft deprecate tags feature in Sidebar and fix lint errors | Adam Mathes | 8 days | 1 | -11/+15 |
| * | Soft deprecate tags feature in Settings | Adam Mathes | 8 days | 1 | -0/+4 |
| * | Fix feed handling: Send full feed object on update to satisfy backend require... | Adam Mathes | 8 days | 1 | -1/+9 |
| * | Refine Settings UI: Full-width feed list, simplified data section, removed di... | Adam Mathes | 8 days | 1 | -19/+14 |
| * | Redesign Settings page: grid layout and extended import/export options | Adam Mathes | 8 days | 1 | -80/+89 |
| * | Fix regression: mark-as-read not triggering on window scroll | Adam Mathes | 8 days | 1 | -29/+21 |
| * | Fix infinite scroll not triggering on scroll | Adam Mathes | 8 days | 1 | -1/+58 |
| * | fix: replace IntersectionObserver with scroll-position check for infinite scroll | Claude | 8 days | 1 | -32/+18 |
| * | fix: store sentinel IntersectionObserver in module-level variable to prevent GC | Claude | 8 days | 1 | -3/+3 |
| * | v3 UI: Reorder sidebar sections per ticket NK-mcl01m | Claude | 9 days | 1 | -6/+11 |
| * | Update V2/V3 'mark as read' logic to require item bottom to be above viewport... | Adam Mathes | 9 days | 1 | -2/+2 |
| * | Fix scroll-to-read functionality across all UIs (V1, V2, V3) | Adam Mathes | 9 days | 1 | -17/+33 |
| * | Fix mobile scroll not marking items as read in v3 UI | Claude | 9 days | 1 | -4/+7 |
| * | v3: fix feed toggle from settings page, add navigation tests | Adam Mathes | 9 days | 1 | -1/+2 |
| * | v3: persist sidebar state via cookie, default closed on tablet/mobile | Adam Mathes | 9 days | 1 | -5/+1 |
| * | v3 ui: require 100% visibility before marking items as read | Claude | 9 days | 1 | -1/+1 |
| * | V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ... | Adam Mathes | 9 days | 1 | -13/+30 |
| * | Fix v3ui: neko button fixed position | Adam Mathes | 9 days | 1 | -1/+0 |
| * | Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test s... | Adam Mathes | 9 days | 1 | -6/+13 |
| * | Implement feed management in settings | Adam Mathes | 9 days | 1 | -0/+80 |
| * | Remove Filters header from sidebar | Adam Mathes | 9 days | 1 | -1/+0 |
| * | Implement settings toggle logic and refactor sidebar navigation | Adam Mathes | 9 days | 1 | -2/+12 |
| * | Fix scroll mark as read in V3 UI | Adam Mathes | 9 days | 1 | -1/+25 |
| * | Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile overflow,... | Adam Mathes | 10 days | 1 | -3/+0 |
| * | Vanilla JS (v3): Fix mobile horizontal scroll, simplify logo to 🐱 emoji, i... | Adam Mathes | 10 days | 1 | -19/+113 |
| * | Vanilla JS (v3): Reduce font size and implement collapsible sidebar sections ... | Adam Mathes | 10 days | 1 | -4/+13 |
| * | Vanilla JS (v3): Add Logout button, 'neko' cat emoji toggle, and mobile respo... | Adam Mathes | 10 days | 1 | -29/+57 |
| * | Vanilla JS (v3): Fix filtering logic, Settings navigation, and refine styles ... | Adam Mathes | 10 days | 1 | -12/+14 |
| * | Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settin... | Adam Mathes | 10 days | 1 | -210/+251 |
| * | Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts) | Adam Mathes | 10 days | 1 | -61/+219 |
| * | Vanilla JS (v3): Implement Tags, Filters, and Infinite Scroll | Adam Mathes | 10 days | 1 | -11/+108 |
| * | Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testing | Adam Mathes | 10 days | 1 | -22/+219 |
| * | Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ... | Adam Mathes | 10 days | 1 | -0/+24 |