siftlode/frontend/src/lib
npeter83 963afa33a6 fix(messages): gate on server key state, not just local unlock
The Messages UI trusted only the per-device IndexedDB key, so if the server's
key record was gone (deleted, DB-restored, admin-reset) while a stale private
key lingered in the browser, the app looked 'unlocked' but no one could be
messaged and no setup was offered. Add useKeyState (server 'configured' AND
local unlock): show setup when the server has no key (setup overwrites the stale
local key), unlock when it has one this device hasn't opened, ready otherwise.
ChatThread is now self-contained. Also fix the header title on the Messages and
Notifications pages (was falling through to 'Channel manager').
2026-06-25 22:58:29 +02:00
..
api.ts feat(messages): E2EE real-time messaging UI + system welcome 2026-06-25 22:05:35 +02:00
chatDock.ts feat(messages): auto-open/flash dock on incoming + persist dock across reload 2026-06-25 22:46:54 +02:00
e2ee.ts feat(messages): standalone Messages module + floating chat dock 2026-06-25 22:34:24 +02:00
errorDialog.ts fix(ux): modal error dialog for server-refused actions + ESC closes only the topmost 2026-06-18 01:17:31 +02:00
format.ts refactor(quota): canonical <entity>_<action> taxonomy for quota events 2026-06-19 11:48:11 +02:00
hints.ts chore: rename remaining subfeed references to siftlode 2026-06-21 06:53:12 +02:00
messagesSocket.ts feat(messages): auto-open/flash dock on incoming + persist dock across reload 2026-06-25 22:46:54 +02:00
messaging.ts fix(messages): gate on server key state, not just local unlock 2026-06-25 22:58:29 +02:00
notifications.ts chore: rename remaining subfeed references to siftlode 2026-06-21 06:53:12 +02:00
onboarding.ts chore: rename remaining subfeed references to siftlode 2026-06-21 06:53:12 +02:00
releaseNotes.ts chore(release): 0.15.0 — feed virtualization + keyset pagination 2026-06-25 20:04:25 +02:00
sidebarLayout.ts chore: rename remaining subfeed references to siftlode 2026-06-21 06:53:12 +02:00
theme.ts chore: rename remaining subfeed references to siftlode 2026-06-21 06:53:12 +02:00
urlState.ts feat(messages): standalone Messages module + floating chat dock 2026-06-25 22:34:24 +02:00
useLiveQuery.ts fix(scheduler): show progress for any running job with reliable live updates 2026-06-19 02:43:46 +02:00
useUndoable.ts feat(playlists): sort + group-by-channel with reusable undo/redo 2026-06-15 21:52:28 +02:00
version.ts feat(i18n): foundation — react-i18next, language switcher, server-persisted choice 2026-06-15 00:30:34 +02:00