| Commit message (Expand) | Author | Age | Files | Lines |
| * | Soft deprecate tags feature in Sidebar and fix lint errors | Adam Mathes | 8 days | 3 | -35/+35 |
| * | Soft deprecate tags feature in Settings | Adam Mathes | 8 days | 4 | -7/+14 |
| * | 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 | 5 | -150/+54 |
| * | Refine Settings page: Consistently use Helvetica fonts, remove dividers, simp... | Adam Mathes | 8 days | 4 | -366/+165 |
| * | Redesign Settings page: grid layout and extended import/export options | Adam Mathes | 8 days | 6 | -232/+645 |
| * | Fix regression: mark-as-read not triggering on window scroll | Adam Mathes | 8 days | 4 | -54/+90 |
| * | Fix infinite scroll not triggering on scroll | Adam Mathes | 8 days | 4 | -21/+143 |
| * | Configure vitest for low-resource VM environments | Adam Mathes | 8 days | 1 | -0/+3 |
| * | Merge pull request #12 from adammathes/claude/fix-open-tickets-IVV1C | Adam Mathes | 8 days | 5 | -3/+4 |
| |\ |
|
| | * | fix: add explicit height to .main-content so overflow-y scrolls | Claude | 8 days | 5 | -3/+4 |
| * | | Merge pull request #11 from adammathes/claude/fix-open-tickets-IVV1C | Adam Mathes | 8 days | 4 | -76/+75 |
| |\| |
|
| | * | fix: replace IntersectionObserver with scroll-position check for infinite scroll | Claude | 8 days | 4 | -76/+75 |
| * | | Merge pull request #10 from adammathes/claude/fix-open-tickets-IVV1C | Adam Mathes | 8 days | 4 | -12/+107 |
| |\| |
|
| | * | fix: store sentinel IntersectionObserver in module-level variable to prevent GC | Claude | 8 days | 4 | -12/+107 |
| * | | Merge pull request #9 from adammathes/claude/fix-open-tickets-IVV1C | Adam Mathes | 8 days | 14 | -83/+432 |
| |\| |
|
| | * | ci: upgrade golangci-lint-action v4 -> v6 | Claude | 8 days | 1 | -1/+1 |
| | * | test: loosen DOM insertion perf thresholds for slow CI runners | Claude | 8 days | 2 | -6/+6 |
| | * | build: rebuild frontend dist (fix ui-check CI failure) | Claude | 8 days | 4 | -9/+14 |
| | * | DOCS: split benchmarks into sequential files (NK-ax2vlc) | Claude | 8 days | 2 | -0/+120 |
| | * | Update thicket tickets: close resolved tickets, add future workclaude/fix-open-tickets-IVV1C | Claude | 9 days | 1 | -8/+16 |
| | * | Add regression tests for NK-t8qnrh, NK-mcl01m, NK-z1czaq (NK-26sdqp) | Claude | 9 days | 1 | -1/+91 |
| | * | Update DOCS/benchmarks.md with 2026-02-17 run (NK-ax2vlc) | Claude | 9 days | 1 | -47/+66 |
| | * | Re-enable GitHub CI with updated paths (NK-tktg7s) | Claude | 9 days | 1 | -41/+10 |
| | * | Add full_content benchmarks to quantify payload savings (NK-ekxfvv) | Claude | 9 days | 1 | -0/+77 |
| | * | v3 UI: Sidebar always overlays content, never shifts it (NK-z1czaq) | Claude | 9 days | 1 | -13/+29 |
| | * | v3 UI: Fix dark mode visual bugs (NK-pbqvke) | Claude | 9 days | 1 | -0/+33 |
| | * | v3 UI: Reorder sidebar sections per ticket NK-mcl01m | Claude | 9 days | 2 | -7/+13 |
| | * | Fix link underlines in v3 UI and SSRF proxy bypass | Claude | 9 days | 2 | -0/+6 |
| |/ |
|
| * | more tickets for claude | Adam Mathes | 9 days | 1 | -0/+2 |
| * | more tickets for claude | Adam Mathes | 9 days | 1 | -4/+9 |
| * | Complete V2 removal from Makefile and check in updated V3 production assets | Adam Mathes | 9 days | 5 | -17/+11 |
| * | Update V3 dark mode to use true black background (#000000) matching V1 legacy... | Adam Mathes | 9 days | 1 | -5/+5 |
| * | Remove legacy V2 React frontend and update build/test scripts to focus on Van... | Adam Mathes | 9 days | 78 | -16978/+5 |
| * | Fix flaky V2 test by removing unused keyboard shortcut test | Adam Mathes | 9 days | 1 | -52/+0 |
| * | Update V2/V3 'mark as read' logic to require item bottom to be above viewport... | Adam Mathes | 9 days | 5 | -21/+54 |
| * | Fix CSP violation on login page by moving inline script to external file | Adam Mathes | 9 days | 2 | -5/+13 |
| * | Update frontend build artifacts and fix test lint errors | Adam Mathes | 9 days | 7 | -23/+23 |
| * | Add regression test for scroll-to-read functionality | Adam Mathes | 9 days | 1 | -0/+138 |
| * | Fix scroll-to-read functionality across all UIs (V1, V2, V3) | Adam Mathes | 9 days | 5 | -221/+298 |
| * | Merge pull request #8 from adammathes/claude/thicket-ready-crank-RmQuI | Adam Mathes | 9 days | 10 | -28/+23 |
| |\ |
|
| | * | Remove circle styling from NEKO sidebar toggle buttonclaude/thicket-ready-crank-RmQuI | Claude | 9 days | 10 | -28/+23 |
| |/ |
|
| * | Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuI | Adam Mathes | 9 days | 12 | -35/+327 |
| |\ |
|
| | * | Add startup hook to install thicket CLI | Claude | 9 days | 1 | -0/+1 |
| | * | Add tests for CSRF exclusions, Filter includeContent, multi-feed, and routing | Claude | 9 days | 5 | -1/+246 |
| | * | Align sidebar CSS breakpoints with JS threshold at 1024px | Claude | 9 days | 6 | -19/+17 |
| | * | Exclude full_content from stream list API responses | Claude | 9 days | 3 | -15/+63 |
| * | | Merge pull request #6 from adammathes/claude/fix-mobile-scroll-read-yVmVk | Adam Mathes | 9 days | 2 | -8/+13 |
| |\ \
| |/
|/| |
|
| | * | Fix mobile scroll not marking items as read in v3 UI | Claude | 9 days | 2 | -8/+13 |
| |/ |
|
| * | more tickets | Adam Mathes | 9 days | 1 | -4/+9 |