aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Switch to HashRouter to fix page reload issues (NK-hy162w)Adam Mathes10 days1-1/+1
|
* Frontend: Implement multi-select feeds in sidebar (NK-p0nfoi)Adam Mathes10 days1-11/+43
|
* Frontend: Fix additive filtering logic and preserve search query during ↵Adam Mathes10 days1-12/+34
| | | | navigation (NK-r8rs7m)
* Make sidebar filters additive by preserving context in linksAdam Mathes10 days1-6/+19
|
* chore: fix lint and type errors to resolve CI failuresAdam Mathes11 days1-2/+2
|
* UI: Add collapsible caret icons for Tags and Feeds in sidebar (NK-gjymiw)Adam Mathes11 days1-17/+34
|
* task: improve mobile responsiveness of React UI\n\n- Added media queries to ↵Adam Mathes11 days1-4/+14
| | | | App.css to handle mobile sidebar layout (overlay with backdrop)\n- Implemented auto-hiding sidebar on mobile when links are clicked\n- Reduced padding and adjusted max-widths for smaller screens in App.css, FeedItem.css, and Settings.css\n- Added window resize listener to Dashboard to manage sidebar visibility based on width\n- Verified all existing tests pass\n\nFixes NK-g818qn
* ui: redesign sidebar to match v1 aesthetic and fix navigationAdam Mathes11 days1-28/+54
|
* ui: simplify themes to light/dark and improve theme-aware styling (fixing ↵Adam Mathes11 days1-7/+12
| | | | NK-dp5efo)
* security: implement CSRF protection and improve session cookie security ↵Adam Mathes11 days1-2/+3
| | | | (fixing NK-gfh33y)
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-108/+138
| | | | with v1
* feat(ui): collapsible feed list (NK-4juza2)Adam Mathes12 days1-14/+23
|
* feat(v2/ui): add theme toggle and collapse sidebar by default (NK-gnxc6e, ↵Adam Mathes12 days1-1/+10
| | | | NK-k4y597)
* feat(v2/api): improve typography, active menu bolding, and fix API header ↵Adam Mathes12 days1-6/+11
| | | | order (NK-a217qm, NK-hyej38, NK-jqpn98)
* feat(v2): implement search functionality (NK-shpyxh)Adam Mathes12 days1-1/+21
|
* UI Refinements: remove redundant header and fix global monospace font stackAdam Mathes12 days1-1/+1
|
* Implement frontend parity features: Unread view, shortcuts, scroll-to-read, ↵Adam Mathes12 days1-0/+7
| | | | filters
* Implement Tag View and fix testsAdam Mathes12 days1-22/+44
|
* Implement Frontend Feed Items View with testsAdam Mathes12 days1-2/+3
|
* Implement Frontend Feed List with testsAdam Mathes13 days1-0/+50