siftlode/frontend/src
npeter83 e299287a5e fix(header): show per-user sync status instead of the global catalog
The header status bar read the global /api/sync/status (videos_total +
channels_backfilling), so every user saw the whole catalog's numbers —
confusing and a small cross-user info leak (e.g. "3 syncing" for a user with 2
channels). It now uses /api/sync/my-status: the user's own available video count
and how many of their own channels are still being fetched
(channels_recent_pending). The pause control stays admin-only via an isAdmin prop.
2026-06-14 06:55:18 +02:00
..
components fix(header): show per-user sync status instead of the global catalog 2026-06-14 06:55:18 +02:00
lib feat(onboarding): first-login wizard for incremental YouTube consent 2026-06-14 01:11:29 +02:00
App.tsx feat(onboarding): auto-import subscriptions after read grant + empty-feed guidance 2026-06-14 06:36:12 +02:00
index.css perf(feed): smoother scrolling for long feeds 2026-06-12 18:17:03 +02:00
main.tsx feat(legal): public privacy policy, terms, and homepage for OAuth verification 2026-06-14 01:29:44 +02:00