aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix unbounded memory usage in crawler (DoS)google-labs-jules[bot]2026-02-184-16/+16
* Fix Dockerfile frontend pathgoogle-labs-jules[bot]2026-02-181-2/+2
* Fix staticcheck QF1012 in benchmarksgoogle-labs-jules[bot]2026-02-181-2/+2
* Fix unbounded memory usage in crawler (DoS) and update golangci-lint config f...google-labs-jules[bot]2026-02-181-9/+9
* Fix unbounded memory usage in crawler (DoS)google-labs-jules[bot]2026-02-182-1/+36
* Merge pull request #13 from adammathes/claude/add-css-themes-QGTmPAdam Mathes2026-02-1717-167/+3827
|\
| * Replace sidebar style cycle button with 5 emoji iconsClaude2026-02-187-203/+230
| * Refine themes, add sidebar controls, and theme docsClaude2026-02-1812-338/+646
| * Add 4 CSS style themes with runtime switcherClaude2026-02-1713-165/+3490
|/
* Refine Settings labels and apply heading font to sidebarAdam Mathes2026-02-176-11/+11
* CI: Update golangci-lint-action to v7 and golangci-lint to v2.10.1 to fix ver...Adam Mathes2026-02-171-2/+2
* Refine Settings UI: Fix dark mode text colors, split font controls for header...Adam Mathes2026-02-1710-165/+253
* Soft deprecate tags feature in Sidebar and fix lint errorsAdam Mathes2026-02-173-35/+35
* Soft deprecate tags feature in SettingsAdam Mathes2026-02-174-7/+14
* Fix feed handling: Send full feed object on update to satisfy backend require...Adam Mathes2026-02-172-2/+16
* Refine Settings UI: Full-width feed list, simplified data section, removed di...Adam Mathes2026-02-175-150/+54
* Refine Settings page: Consistently use Helvetica fonts, remove dividers, simp...Adam Mathes2026-02-174-366/+165
* Redesign Settings page: grid layout and extended import/export optionsAdam Mathes2026-02-176-232/+645
* Fix regression: mark-as-read not triggering on window scrollAdam Mathes2026-02-174-54/+90
* Fix infinite scroll not triggering on scrollAdam Mathes2026-02-174-21/+143
* Configure vitest for low-resource VM environmentsAdam Mathes2026-02-171-0/+3
* Merge pull request #12 from adammathes/claude/fix-open-tickets-IVV1CAdam Mathes2026-02-175-3/+4
|\
| * fix: add explicit height to .main-content so overflow-y scrollsClaude2026-02-175-3/+4
* | Merge pull request #11 from adammathes/claude/fix-open-tickets-IVV1CAdam Mathes2026-02-174-76/+75
|\|
| * fix: replace IntersectionObserver with scroll-position check for infinite scrollClaude2026-02-174-76/+75
* | Merge pull request #10 from adammathes/claude/fix-open-tickets-IVV1CAdam Mathes2026-02-174-12/+107
|\|
| * fix: store sentinel IntersectionObserver in module-level variable to prevent GCClaude2026-02-174-12/+107
* | Merge pull request #9 from adammathes/claude/fix-open-tickets-IVV1CAdam Mathes2026-02-1714-83/+432
|\|
| * ci: upgrade golangci-lint-action v4 -> v6Claude2026-02-171-1/+1
| * test: loosen DOM insertion perf thresholds for slow CI runnersClaude2026-02-172-6/+6
| * build: rebuild frontend dist (fix ui-check CI failure)Claude2026-02-174-9/+14
| * DOCS: split benchmarks into sequential files (NK-ax2vlc)Claude2026-02-172-0/+120
| * Update thicket tickets: close resolved tickets, add future workclaude/fix-open-tickets-IVV1CClaude2026-02-171-8/+16
| * Add regression tests for NK-t8qnrh, NK-mcl01m, NK-z1czaq (NK-26sdqp)Claude2026-02-171-1/+91
| * Update DOCS/benchmarks.md with 2026-02-17 run (NK-ax2vlc)Claude2026-02-171-47/+66
| * Re-enable GitHub CI with updated paths (NK-tktg7s)Claude2026-02-171-41/+10
| * Add full_content benchmarks to quantify payload savings (NK-ekxfvv)Claude2026-02-171-0/+77
| * v3 UI: Sidebar always overlays content, never shifts it (NK-z1czaq)Claude2026-02-171-13/+29
| * v3 UI: Fix dark mode visual bugs (NK-pbqvke)Claude2026-02-171-0/+33
| * v3 UI: Reorder sidebar sections per ticket NK-mcl01mClaude2026-02-172-7/+13
| * Fix link underlines in v3 UI and SSRF proxy bypassClaude2026-02-172-0/+6
|/
* more tickets for claudeAdam Mathes2026-02-161-0/+2
* more tickets for claudeAdam Mathes2026-02-161-4/+9
* Complete V2 removal from Makefile and check in updated V3 production assetsAdam Mathes2026-02-165-17/+11
* Update V3 dark mode to use true black background (#000000) matching V1 legacy...Adam Mathes2026-02-161-5/+5
* Remove legacy V2 React frontend and update build/test scripts to focus on Van...Adam Mathes2026-02-1678-16978/+5
* Fix flaky V2 test by removing unused keyboard shortcut testAdam Mathes2026-02-161-52/+0
* Update V2/V3 'mark as read' logic to require item bottom to be above viewport...Adam Mathes2026-02-165-21/+54
* Fix CSP violation on login page by moving inline script to external fileAdam Mathes2026-02-162-5/+13
* Update frontend build artifacts and fix test lint errorsAdam Mathes2026-02-167-23/+23