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