aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/main.ts
Commit message (Expand)AuthorAgeFilesLines
* Redesign sidebar theme controls layout and fix dark mode visibilityclaude/add-css-themes-QGTmPClaude8 days1-16/+22
* Remove visual 'selected' state highlight from feed itemsAdam Mathes8 days1-12/+2
* Fix scrolling behavior, CI linting, and update DockerfileAdam Mathes8 days1-1/+1
* Replace sidebar style cycle button with 5 emoji iconsClaude8 days1-12/+16
* Refine themes, add sidebar controls, and theme docsClaude8 days1-0/+28
* Add 4 CSS style themes with runtime switcherClaude8 days1-2/+50
* Refine Settings labels and apply heading font to sidebarAdam Mathes8 days1-2/+2
* Refine Settings UI: Fix dark mode text colors, split font controls for header...Adam Mathes8 days1-3/+23
* Soft deprecate tags feature in Sidebar and fix lint errorsAdam Mathes8 days1-11/+15
* Soft deprecate tags feature in SettingsAdam Mathes8 days1-0/+4
* Fix feed handling: Send full feed object on update to satisfy backend require...Adam Mathes8 days1-1/+9
* Refine Settings UI: Full-width feed list, simplified data section, removed di...Adam Mathes8 days1-19/+14
* Redesign Settings page: grid layout and extended import/export optionsAdam Mathes8 days1-80/+89
* Fix regression: mark-as-read not triggering on window scrollAdam Mathes8 days1-29/+21
* Fix infinite scroll not triggering on scrollAdam Mathes8 days1-1/+58
* fix: replace IntersectionObserver with scroll-position check for infinite scrollClaude8 days1-32/+18
* fix: store sentinel IntersectionObserver in module-level variable to prevent GCClaude8 days1-3/+3
* v3 UI: Reorder sidebar sections per ticket NK-mcl01mClaude9 days1-6/+11
* Update V2/V3 'mark as read' logic to require item bottom to be above viewport...Adam Mathes9 days1-2/+2
* Fix scroll-to-read functionality across all UIs (V1, V2, V3)Adam Mathes9 days1-17/+33
* Fix mobile scroll not marking items as read in v3 UIClaude9 days1-4/+7
* v3: fix feed toggle from settings page, add navigation testsAdam Mathes9 days1-1/+2
* v3: persist sidebar state via cookie, default closed on tablet/mobileAdam Mathes9 days1-5/+1
* v3 ui: require 100% visibility before marking items as readClaude9 days1-1/+1
* V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ...Adam Mathes9 days1-13/+30
* Fix v3ui: neko button fixed positionAdam Mathes9 days1-1/+0
* Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test s...Adam Mathes9 days1-6/+13
* Implement feed management in settingsAdam Mathes9 days1-0/+80
* Remove Filters header from sidebarAdam Mathes9 days1-1/+0
* Implement settings toggle logic and refactor sidebar navigationAdam Mathes9 days1-2/+12
* Fix scroll mark as read in V3 UIAdam Mathes9 days1-1/+25
* Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile overflow,...Adam Mathes10 days1-3/+0
* Vanilla JS (v3): Fix mobile horizontal scroll, simplify logo to 🐱 emoji, i...Adam Mathes10 days1-19/+113
* Vanilla JS (v3): Reduce font size and implement collapsible sidebar sections ...Adam Mathes10 days1-4/+13
* Vanilla JS (v3): Add Logout button, 'neko' cat emoji toggle, and mobile respo...Adam Mathes10 days1-29/+57
* Vanilla JS (v3): Fix filtering logic, Settings navigation, and refine styles ...Adam Mathes10 days1-12/+14
* Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settin...Adam Mathes10 days1-210/+251
* Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts)Adam Mathes10 days1-61/+219
* Vanilla JS (v3): Implement Tags, Filters, and Infinite ScrollAdam Mathes10 days1-11/+108
* Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testingAdam Mathes10 days1-22/+219
* Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ...Adam Mathes10 days1-0/+24