aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/Settings.css
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy V2 React frontend and update build/test scripts to focus on ↵Adam Mathes9 days1-240/+0
| | | | Vanilla JS (V3)
* Fix horizontal scrolling on iPad and improve mobile responsivenessAdam Mathes10 days1-1/+1
|
* style: update Settings page to match glass sidebar aestheticAdam Mathes11 days1-67/+114
|
* task: improve mobile responsiveness of React UI\n\n- Added media queries to ↵Adam Mathes11 days1-0/+15
| | | | 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
* feat: add font theme support (fixing NK-rn4nzp)Adam Mathes11 days1-2/+19
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes11 days1-0/+74
|
* ui: simplify themes to light/dark and improve theme-aware styling (fixing ↵Adam Mathes11 days1-7/+10
| | | | NK-dp5efo)
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-43/+44
| | | | with v1
* Implement Frontend Settings with testsAdam Mathes12 days1-0/+83