siftlode/frontend/src
npeter83 420412831d perf(feed): smoother scrolling for long feeds
Three low-risk wins for large filtered feeds:
- content-visibility:auto on cards (.cv-card/.cv-row) so the browser skips
  layout/paint for off-screen cards; contain-intrinsic-size keeps the scrollbar
  stable and is remembered per card after first render.
- memo(VideoCard) + stable onState/onChannelFilter callbacks (onState reads the
  loaded list via a ref) so appending a page only renders the ~60 new cards
  instead of reconciling every card already on screen.
- Prefetch the next page earlier (sentinel rootMargin 800px → 1500px) so the
  'Loading more…' flash is far less likely during fast scrolling.
2026-06-12 18:17:03 +02:00
..
components perf(feed): smoother scrolling for long feeds 2026-06-12 18:17:03 +02:00
lib fix(notifications): don't resurrect stale toasts on reload 2026-06-12 18:07:31 +02:00
App.tsx feat(stats): per-user API quota attribution + admin usage page 2026-06-12 02:47:55 +02:00
index.css perf(feed): smoother scrolling for long feeds 2026-06-12 18:17:03 +02:00
main.tsx feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00