feat(header): clarify video counts and hide idle pause button

Show 'N yours / M total' in the header (your subscriptions vs. the whole shared
catalog) with a tooltip, backed by a new total_videos field on /sync/my-status.
The admin pause button now only appears when there's sync work to pause; Resume
still shows whenever sync is paused.
This commit is contained in:
npeter83 2026-06-14 18:42:55 +02:00
parent a16e613fe9
commit b4109909db
3 changed files with 18 additions and 3 deletions

View file

@ -173,6 +173,7 @@ export interface MyStatus {
deep_pending_count: number;
deep_eta_seconds: number;
my_videos: number;
total_videos: number;
quota_used_today: number;
quota_remaining_today: number;
paused: boolean;