| Commit message (Expand) | Author | Age | Files | Lines |
| * | update documentation with prerequisites and local dev setup | Adam Mathes | 7 days | 2 | -0/+30 |
| * | fix dockerFile, maybe | Adam Mathes | 7 days | 1 | -1/+0 |
| * | fix: implement HTTP/2 fallback for SafeClient on protocol errors | Adam Mathes | 7 days | 2 | -3/+56 |
| * | Revert "fix: disable HTTP/2 in SafeClient to avoid unhandled response frame e... | Adam Mathes | 7 days | 1 | -6/+0 |
| * | fix: disable HTTP/2 in SafeClient to avoid unhandled response frame errors | Adam Mathes | 7 days | 1 | -0/+6 |
| * | update linter version (again?!) | Adam Mathes | 7 days | 1 | -1/+1 |
| * | Merge branch 'performance-analysis' | Adam Mathes | 7 days | 1 | -0/+107 |
| |\ |
|
| | * | docs: add performance benchmarks and analysis for 2026-02-18 | Adam Mathes | 7 days | 1 | -0/+107 |
| * | | Merge pull request #18 from adammathes/claude/improve-test-coverage-iBkwc | Adam Mathes | 7 days | 6 | -0/+1104 |
| |\ \
| |/
|/| |
|
| | * | Increase test coverage across lowest-coverage packagesclaude/improve-test-coverage-iBkwc | Claude | 7 days | 6 | -0/+1104 |
| * | | Merge pull request #17 from adammathes/claude/add-css-themes-QGTmP | Adam Mathes | 7 days | 6 | -54/+74 |
| |\ \
| |/
|/| |
|
| | * | Redesign sidebar theme controls layout and fix dark mode visibilityclaude/add-css-themes-QGTmP | Claude | 7 days | 6 | -54/+74 |
| |/ |
|
| * | Apply SQL injection fix and repair CI config from fix-sql-injection branch | Adam Mathes | 8 days | 3 | -4/+4 |
| * | Fix lint error and optimize linter config for local runs | Adam Mathes | 8 days | 2 | -2/+5 |
| * | Prune dead E2E testing scripts and targets | Adam Mathes | 8 days | 5 | -147/+2 |
| * | Remove visual 'selected' state highlight from feed items | Adam Mathes | 8 days | 7 | -37/+21 |
| * | Fix scrolling behavior, CI linting, and update Dockerfile | Adam Mathes | 8 days | 7 | -28/+80 |
| * | Merge pull request #13 from adammathes/claude/add-css-themes-QGTmP | Adam Mathes | 8 days | 17 | -167/+3827 |
| |\ |
|
| | * | Replace sidebar style cycle button with 5 emoji icons | Claude | 8 days | 7 | -203/+230 |
| | * | Refine themes, add sidebar controls, and theme docs | Claude | 8 days | 12 | -338/+646 |
| | * | Add 4 CSS style themes with runtime switcher | Claude | 8 days | 13 | -165/+3490 |
| |/ |
|
| * | Refine Settings labels and apply heading font to sidebar | Adam Mathes | 8 days | 6 | -11/+11 |
| * | CI: Update golangci-lint-action to v7 and golangci-lint to v2.10.1 to fix ver... | Adam Mathes | 8 days | 1 | -2/+2 |
| * | Refine Settings UI: Fix dark mode text colors, split font controls for header... | Adam Mathes | 8 days | 10 | -165/+253 |
| * | 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 | 8 days | 1 | -8/+16 |
| | * | Add regression tests for NK-t8qnrh, NK-mcl01m, NK-z1czaq (NK-26sdqp) | Claude | 8 days | 1 | -1/+91 |
| | * | Update DOCS/benchmarks.md with 2026-02-17 run (NK-ax2vlc) | Claude | 8 days | 1 | -47/+66 |
| | * | Re-enable GitHub CI with updated paths (NK-tktg7s) | Claude | 8 days | 1 | -41/+10 |
| | * | Add full_content benchmarks to quantify payload savings (NK-ekxfvv) | Claude | 8 days | 1 | -0/+77 |
| | * | v3 UI: Sidebar always overlays content, never shifts it (NK-z1czaq) | Claude | 8 days | 1 | -13/+29 |