siftlode/frontend/src/components
npeter83 1616bcc223 feat(player): watched controls, compact layout, description popover
- Watched: an explicit toggle in the modal (Mark watched / Watched→unmark) plus
  auto-mark when playback reaches the end (within 10s, or on the ended event).
- Compact layout: drop the header bar and the redundant 'Open on YouTube' button
  (the embed's own YouTube logo already jumps out); Close moves to the title row,
  channel + meta share one line — fits without a scrollbar at higher zoom.
- Card actions reflect status: watched shows a double-check, saved a filled
  bookmark, with matching tooltips.
- Description: new GET /api/videos/{id} exposes the already-stored description,
  shown in a popover when hovering the modal title (fetched lazily).
2026-06-12 17:39:01 +02:00
..
Channels.tsx fix(channels): reflect shared deep-queue state in the full-history chip 2026-06-12 02:29:10 +02:00
ErrorBoundary.tsx feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
Feed.tsx feat(player): watched controls, compact layout, description popover 2026-06-12 17:39:01 +02:00
Header.tsx feat(stats): per-user API quota attribution + admin usage page 2026-06-12 02:47:55 +02:00
Login.tsx feat(m5c): onboarding — DB invites, request-access, admin approval, email 2026-06-12 01:43:07 +02:00
NotificationCenter.tsx feat(ui): liquid-glass design system, settings polish, hints, notif fixes 2026-06-11 21:08:35 +02:00
PlayerModal.tsx feat(player): watched controls, compact layout, description popover 2026-06-12 17:39:01 +02:00
SettingsPanel.tsx feat(stats): per-user API quota attribution + admin usage page 2026-06-12 02:47:55 +02:00
Sidebar.tsx fix(sidebar): resolve channel filter name from channel list after refresh 2026-06-12 14:08:49 +02:00
Stats.tsx feat(stats): per-user API quota attribution + admin usage page 2026-06-12 02:47:55 +02:00
SyncStatus.tsx feat: sync status indicator, admin pause/resume, filtered video count 2026-06-11 04:15:25 +02:00
Toaster.tsx feat(ui): liquid-glass design system, settings polish, hints, notif fixes 2026-06-11 21:08:35 +02:00
Tooltip.tsx fix(ui): portal tooltips, opaque glass, settings rail+stable height, notif test, channel help 2026-06-11 21:30:25 +02:00
VideoCard.tsx feat(player): watched controls, compact layout, description popover 2026-06-12 17:39:01 +02:00