| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove link underline on hover for item titles | Claude | 4 days | 1 | -1/+1 |
| * | Add core robustness tests for scroll-to-read, infinite scroll, and keyboard n... | Adam Mathes | 6 days | 1 | -0/+226 |
| * | Remove visual styling for read items per user request | Adam Mathes | 6 days | 5 | -39/+4 |
| * | Improve scroll-to-read robustness and add visual feedback for read items acro... | Adam Mathes | 6 days | 6 | -36/+87 |
| * | Add regression tests for mark-as-read and partial updates | Adam Mathes | 6 days | 1 | -139/+13 |
| * | Fix mark-as-read regression and add debugging tools | Adam Mathes | 6 days | 1 | -44/+52 |
| * | Revert polling interval back to 1sclaude/investigate-theme-performance-GjjYA | Claude | 7 days | 3 | -6/+6 |
| * | Fix theme performance regressions affecting mobile scroll | Claude | 7 days | 7 | -41/+55 |
| * | Redesign sidebar theme controls layout and fix dark mode visibilityclaude/add-css-themes-QGTmP | Claude | 7 days | 2 | -36/+51 |
| * | Remove visual 'selected' state highlight from feed items | Adam Mathes | 7 days | 4 | -25/+9 |
| * | Fix scrolling behavior, CI linting, and update Dockerfile | Adam Mathes | 7 days | 1 | -1/+1 |
| * | Replace sidebar style cycle button with 5 emoji icons | Claude | 7 days | 2 | -21/+43 |
| * | Refine themes, add sidebar controls, and theme docs | Claude | 7 days | 5 | -80/+342 |
| * | Add 4 CSS style themes with runtime switcher | Claude | 8 days | 6 | -3/+1686 |
| * | Refine Settings labels and apply heading font to sidebar | Adam Mathes | 8 days | 2 | -5/+5 |
| * | Refine Settings UI: Fix dark mode text colors, split font controls for header... | Adam Mathes | 8 days | 5 | -10/+89 |
| * | 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 | 2 | -1/+6 |
| * | Fix feed handling: Send full feed object on update to satisfy backend require... | Adam Mathes | 8 days | 2 | -2/+16 |
| * | Refine Settings UI: Full-width feed list, simplified data section, removed di... | Adam Mathes | 8 days | 2 | -122/+31 |
| * | Refine Settings page: Consistently use Helvetica fonts, remove dividers, simp... | Adam Mathes | 8 days | 1 | -363/+162 |
| * | Redesign Settings page: grid layout and extended import/export options | Adam Mathes | 8 days | 2 | -81/+483 |
| * | Fix regression: mark-as-read not triggering on window scroll | Adam Mathes | 8 days | 2 | -29/+65 |
| * | Fix infinite scroll not triggering on scroll | Adam Mathes | 8 days | 2 | -1/+123 |
| * | Configure vitest for low-resource VM environments | Adam Mathes | 8 days | 1 | -0/+3 |
| * | fix: add explicit height to .main-content so overflow-y scrolls | Claude | 8 days | 1 | -0/+1 |
| * | fix: replace IntersectionObserver with scroll-position check for infinite scroll | Claude | 8 days | 2 | -67/+66 |
| * | fix: store sentinel IntersectionObserver in module-level variable to prevent GC | Claude | 8 days | 2 | -3/+98 |
| * | test: loosen DOM insertion perf thresholds for slow CI runners | Claude | 8 days | 1 | -3/+3 |
| * | Add regression tests for NK-t8qnrh, NK-mcl01m, NK-z1czaq (NK-26sdqp) | Claude | 8 days | 1 | -1/+91 |
| * | v3 UI: Sidebar always overlays content, never shifts it (NK-z1czaq) | Claude | 8 days | 1 | -13/+29 |
| * | v3 UI: Fix dark mode visual bugs (NK-pbqvke) | Claude | 8 days | 1 | -0/+33 |
| * | v3 UI: Reorder sidebar sections per ticket NK-mcl01m | Claude | 8 days | 2 | -7/+13 |
| * | Fix link underlines in v3 UI and SSRF proxy bypass | Claude | 8 days | 1 | -0/+5 |
| * | Complete V2 removal from Makefile and check in updated V3 production assets | Adam Mathes | 8 days | 1 | -1/+1 |
| * | Update V3 dark mode to use true black background (#000000) matching V1 legacy... | Adam Mathes | 8 days | 1 | -5/+5 |
| * | Update V2/V3 'mark as read' logic to require item bottom to be above viewport... | Adam Mathes | 8 days | 3 | -17/+48 |
| * | Update frontend build artifacts and fix test lint errors | Adam Mathes | 8 days | 2 | -2/+2 |
| * | Add regression test for scroll-to-read functionality | Adam Mathes | 8 days | 1 | -0/+138 |
| * | Fix scroll-to-read functionality across all UIs (V1, V2, V3) | Adam Mathes | 8 days | 2 | -32/+55 |
| * | Remove circle styling from NEKO sidebar toggle buttonclaude/thicket-ready-crank-RmQuI | Claude | 9 days | 1 | -6/+2 |
| * | Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuI | Adam Mathes | 9 days | 1 | -6/+4 |
| |\ |
|
| | * | Align sidebar CSS breakpoints with JS threshold at 1024px | Claude | 9 days | 1 | -6/+4 |
| * | | Fix mobile scroll not marking items as read in v3 UI | Claude | 9 days | 2 | -8/+13 |
| |/ |
|
| * | v3: fix feed toggle from settings page, add navigation tests | Adam Mathes | 9 days | 2 | -1/+36 |
| * | v3: persist sidebar state via cookie, default closed on tablet/mobile | Adam Mathes | 9 days | 3 | -7/+61 |
| * | v3 ui: require 100% visibility before marking items as read | Claude | 9 days | 2 | -2/+2 |
| * | V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ... | Adam Mathes | 9 days | 5 | -19/+68 |
| * | Fix v3ui: neko button fixed position | Adam Mathes | 9 days | 3 | -17/+3 |
| * | Add performance benchmarks, stress tests, and frontend perf tests | Claude | 9 days | 2 | -0/+214 |