aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedItems.test.tsx
Commit message (Expand)AuthorAgeFilesLines
* Optimize frontend with memoized FeedItem and efficient IntersectionObserverAdam Mathes10 days1-40/+18
* chore: fix lint and type errors to resolve CI failuresAdam Mathes11 days1-13/+18
* fix: auto-load more items when pressing 'j' on last item\n\nPreviously, if yo...Adam Mathes11 days1-0/+39
* fix: CSRF cookie configuration for local network access\n\n- Changed SameSite...Adam Mathes11 days1-1/+3
* fix: make infinite scroll less aggressive by using threshold 1.0 for sentinel...Adam Mathes11 days1-11/+22
* security: implement CSRF protection and improve session cookie security (fixi...Adam Mathes11 days1-5/+5
* Refactor: project structure, implement dependency injection, and align v2 UI ...Adam Mathes11 days1-205/+226
* Implement infinite scroll for feed items view (NK-5ocxgm)Adam Mathes12 days1-2/+53
* Implement frontend parity features: Unread view, shortcuts, scroll-to-read, f...Adam Mathes12 days1-3/+125
* Implement Frontend Feed Items View with testsAdam Mathes12 days1-0/+52