siftlode/frontend/src/lib
npeter83 a105e5c184 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
..
api.ts feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
format.ts feat: M4 (part 2) — React reader UI with theming 2026-06-11 02:19:47 +02:00
notifications.ts feat(ui): notification center with leveled toasts and error capture 2026-06-11 19:26:34 +02:00
sidebarLayout.ts feat(ui): customizable sidebar — collapsible, reorderable, toggleable widgets 2026-06-11 19:21:48 +02:00
theme.ts feat: M4 (part 2) — React reader UI with theming 2026-06-11 02:19:47 +02:00
urlState.ts feat(ui): reflect filters/sort/search in the URL 2026-06-11 19:17:08 +02:00