aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedList.tsx
Commit message (Expand)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 navig...Adam Mathes10 days1-12/+34
* 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 A...Adam Mathes11 days1-4/+14
* 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 NK-...Adam Mathes11 days1-7/+12
* security: implement CSRF protection and improve session cookie security (fixi...Adam Mathes11 days1-2/+3
* Refactor: project structure, implement dependency injection, and align v2 UI ...Adam Mathes11 days1-108/+138
* 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, NK-...Adam Mathes12 days1-1/+10
* feat(v2/api): improve typography, active menu bolding, and fix API header ord...Adam Mathes12 days1-6/+11
* 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, f...Adam Mathes12 days1-0/+7
* 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