| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix infinite scroll not triggering on scroll | Adam Mathes | 8 days | 1 | -19/+19 |
| * | fix: add explicit height to .main-content so overflow-y scrolls | Claude | 8 days | 3 | -1/+1 |
| * | fix: replace IntersectionObserver with scroll-position check for infinite scroll | Claude | 8 days | 1 | -8/+8 |
| * | fix: store sentinel IntersectionObserver in module-level variable to prevent GC | Claude | 8 days | 1 | -8/+8 |
| * | build: rebuild frontend dist (fix ui-check CI failure) | Claude | 8 days | 3 | -7/+12 |
| * | Complete V2 removal from Makefile and check in updated V3 production assets | Adam Mathes | 9 days | 2 | -2/+2 |
| * | Update frontend build artifacts and fix test lint errors | Adam Mathes | 9 days | 1 | -8/+8 |
| * | Remove circle styling from NEKO sidebar toggle buttonclaude/thicket-ready-crank-RmQuI | Claude | 9 days | 3 | -15/+15 |
| * | Align sidebar CSS breakpoints with JS threshold at 1024px | Claude | 9 days | 3 | -9/+9 |
| * | 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 | 2 | -11/+11 |
| * | Fix v3ui: neko button fixed position | Adam Mathes | 9 days | 3 | -2/+1 |
| * | Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test s... | Adam Mathes | 9 days | 3 | -7/+8 |
| * | Fix v3 build process and CSRF login/logout exclusions | Adam Mathes | 9 days | 1 | -9/+27 |
| * | Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile overflow,... | Adam Mathes | 10 days | 3 | -4/+1 |
| * | Vanilla JS (v3): Fix mobile horizontal scroll, simplify logo to 🐱 emoji, i... | Adam Mathes | 10 days | 4 | -106/+129 |
| * | Vanilla JS (v3): Restore base font to 18px and keep sidebar fonts compact | Adam Mathes | 10 days | 3 | -1/+1 |
| * | Vanilla JS (v3): Adjust font sizes to comfortable 16px middle ground | Adam Mathes | 10 days | 3 | -1/+1 |
| * | Vanilla JS (v3): Reduce font size and implement collapsible sidebar sections ... | Adam Mathes | 10 days | 3 | -8/+8 |
| * | Vanilla JS (v3): Add Logout button, 'neko' cat emoji toggle, and mobile respo... | Adam Mathes | 10 days | 3 | -104/+106 |
| * | Vanilla JS (v3): Fix filtering logic, Settings navigation, and refine styles ... | Adam Mathes | 10 days | 3 | -6/+7 |
| * | Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settin... | Adam Mathes | 10 days | 4 | -103/+103 |
| * | Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts) | Adam Mathes | 10 days | 4 | -73/+103 |
| * | Vanilla JS (v3): Implement Tags, Filters, and Infinite Scroll | Adam Mathes | 10 days | 4 | -49/+73 |
| * | Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testing | Adam Mathes | 10 days | 4 | -18/+49 |
| * | Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ... | Adam Mathes | 10 days | 2 | -0/+18 |