siftlode/frontend/src/components
npeter83 42150edb92 feat(ui): notification center with leveled toasts and error capture
- Replace the toast store with a notification store: levels (info/success/
  warning/error/fatal), requiresInteraction, and a persisted history.
- Move toasts to the top-right, styled per level, with manual dismiss.
- Add a bell in the header opening a Notification Center (history, unread badge,
  'needs attention' vs info, clear all).
- Capture network failures and 5xx responses (api layer) and render crashes
  (ErrorBoundary) as notifications.
- Sound + server-sourced events + per-account settings remain for 6b.
2026-06-11 19:26:34 +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(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
Header.tsx feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
Login.tsx feat: M4 (part 2) — React reader UI with theming 2026-06-11 02:19:47 +02:00
NotificationCenter.tsx feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
Sidebar.tsx feat(ui): customizable sidebar — collapsible, reorderable, toggleable widgets 2026-06-11 19:21:48 +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): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
VideoCard.tsx feat: unhide action, date-range filter, more sort options 2026-06-11 04:00:17 +02:00