aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla
Commit message (Expand)AuthorAgeFilesLines
* Refine Settings UI: Fix dark mode text colors, split font controls for header...Adam Mathes14 days5-10/+89
* Soft deprecate tags feature in Sidebar and fix lint errorsAdam Mathes14 days1-11/+15
* Soft deprecate tags feature in SettingsAdam Mathes14 days2-1/+6
* Fix feed handling: Send full feed object on update to satisfy backend require...Adam Mathes14 days2-2/+16
* Refine Settings UI: Full-width feed list, simplified data section, removed di...Adam Mathes14 days2-122/+31
* Refine Settings page: Consistently use Helvetica fonts, remove dividers, simp...Adam Mathes14 days1-363/+162
* Redesign Settings page: grid layout and extended import/export optionsAdam Mathes14 days2-81/+483
* Fix regression: mark-as-read not triggering on window scrollAdam Mathes14 days2-29/+65
* Fix infinite scroll not triggering on scrollAdam Mathes14 days2-1/+123
* Configure vitest for low-resource VM environmentsAdam Mathes14 days1-0/+3
* fix: add explicit height to .main-content so overflow-y scrollsClaude2026-02-171-0/+1
* fix: replace IntersectionObserver with scroll-position check for infinite scrollClaude2026-02-172-67/+66
* fix: store sentinel IntersectionObserver in module-level variable to prevent GCClaude2026-02-172-3/+98
* test: loosen DOM insertion perf thresholds for slow CI runnersClaude2026-02-171-3/+3
* Add regression tests for NK-t8qnrh, NK-mcl01m, NK-z1czaq (NK-26sdqp)Claude2026-02-171-1/+91
* 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-171-0/+5
* Complete V2 removal from Makefile and check in updated V3 production assetsAdam Mathes2026-02-161-1/+1
* Update V3 dark mode to use true black background (#000000) matching V1 legacy...Adam Mathes2026-02-161-5/+5
* Update V2/V3 'mark as read' logic to require item bottom to be above viewport...Adam Mathes2026-02-163-17/+48
* Update frontend build artifacts and fix test lint errorsAdam Mathes2026-02-162-2/+2
* Add regression test for scroll-to-read functionalityAdam Mathes2026-02-161-0/+138
* Fix scroll-to-read functionality across all UIs (V1, V2, V3)Adam Mathes2026-02-162-32/+55
* Remove circle styling from NEKO sidebar toggle buttonclaude/thicket-ready-crank-RmQuIClaude2026-02-161-6/+2
* Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuIAdam Mathes2026-02-161-6/+4
|\
| * Align sidebar CSS breakpoints with JS threshold at 1024pxClaude2026-02-161-6/+4
* | Fix mobile scroll not marking items as read in v3 UIClaude2026-02-162-8/+13
|/
* v3: fix feed toggle from settings page, add navigation testsAdam Mathes2026-02-162-1/+36
* v3: persist sidebar state via cookie, default closed on tablet/mobileAdam Mathes2026-02-163-7/+61
* v3 ui: require 100% visibility before marking items as readClaude2026-02-162-2/+2
* V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ...Adam Mathes2026-02-165-19/+68
* Fix v3ui: neko button fixed positionAdam Mathes2026-02-163-17/+3
* Add performance benchmarks, stress tests, and frontend perf testsClaude2026-02-162-0/+214
* Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test s...Adam Mathes2026-02-163-12/+68
* Fix v3 build process and CSRF login/logout exclusionsAdam Mathes2026-02-161-1/+1
* Implement feed management in settingsAdam Mathes2026-02-162-0/+107
* Remove Filters header from sidebarAdam Mathes2026-02-161-1/+0
* Implement settings toggle logic and refactor sidebar navigationAdam Mathes2026-02-162-2/+39
* Fix scroll mark as read in V3 UIAdam Mathes2026-02-162-1/+64
* Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile overflow,...Adam Mathes2026-02-153-18/+25
* Vanilla JS (v3): Fix mobile horizontal scroll, simplify logo to 🐱 emoji, i...Adam Mathes2026-02-152-25/+171
* Vanilla JS (v3): Restore base font to 18px and keep sidebar fonts compactAdam Mathes2026-02-151-4/+5
* Vanilla JS (v3): Adjust font sizes to comfortable 16px middle groundAdam Mathes2026-02-151-5/+4
* Vanilla JS (v3): Reduce font size and implement collapsible sidebar sections ...Adam Mathes2026-02-152-23/+55
* Vanilla JS (v3): Add Logout button, 'neko' cat emoji toggle, and mobile respo...Adam Mathes2026-02-154-32/+180
* Vanilla JS (v3): Fix filtering logic, Settings navigation, and refine styles ...Adam Mathes2026-02-155-25/+44
* Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settin...Adam Mathes2026-02-1511-427/+1099
* Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts)Adam Mathes2026-02-154-80/+367