aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedItem.css
Commit message (Collapse)AuthorAgeFilesLines
* Fix horizontal scrolling on iPad and improve mobile responsivenessAdam Mathes10 days1-0/+10
|
* task: improve mobile responsiveness of React UI\n\n- Added media queries to ↵Adam Mathes11 days1-0/+22
| | | | 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/+2
|
* feature: add scrape full text button to feed items (fixing NK-8hu7z1)Adam Mathes11 days1-0/+16
|
* ui: simplify themes to light/dark and improve theme-aware styling (fixing ↵Adam Mathes11 days1-5/+7
| | | | NK-dp5efo)
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-65/+59
| | | | with v1
* fix(ui): keep titles blue and remove underline on hover (NK-rohuiq)Adam Mathes12 days1-2/+1
|
* fix(ui): adjust font sizes for v2 (NK-550s2k)Adam Mathes12 days1-1/+2
|
* style(v2): make links blue and bold to match legacy look (NK-6b4a2e)Adam Mathes12 days1-5/+3
|
* style(v2): move star to right of title and match legacy look (NK-35kxxw)Adam Mathes12 days1-6/+5
|
* UI: replace text star button with icon next to title (NK-ymf1jb)Adam Mathes12 days1-0/+24
|
* UI Refinements: remove redundant header and fix global monospace font stackAdam Mathes12 days1-1/+2
|
* Implement UI styling updates: typography, sidebar, feed items, controls, ↵Adam Mathes12 days1-23/+34
| | | | dark mode
* Implement Item Interactions (read/star) with testsAdam Mathes12 days1-0/+81