aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedItem.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy V2 React frontend and update build/test scripts to focus on ↵Adam Mathes9 days1-80/+0
| | | | Vanilla JS (V3)
* Optimize frontend with memoized FeedItem and efficient IntersectionObserverAdam Mathes10 days1-30/+18
|
* chore: fix lint and type errors to resolve CI failuresAdam Mathes11 days1-3/+3
|
* feature: add scrape full text button to feed items (fixing NK-8hu7z1)Adam Mathes11 days1-0/+18
|
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-50/+53
| | | | with v1
* fix(ui): sync FeedItem state with props to update read status styling ↵Adam Mathes12 days1-0/+17
| | | | (NK-fpzx66)
* style(v2): move star to right of title and match legacy look (NK-35kxxw)Adam Mathes12 days1-1/+1
|
* UI: replace text star button with icon next to title (NK-ymf1jb)Adam Mathes12 days1-1/+2
|
* UI: remove explicit mark read buttons (NK-ahzf5c)Adam Mathes12 days1-38/+0
|
* Implement Item Interactions (read/star) with testsAdam Mathes12 days1-0/+91