siftlode/frontend/src/lib
npeter83 71f79fc73d fix(nav): Back steps through sub-views and closes modals before leaving a page
In-app history only tracked the top-level page, so Back from a module sub-view
(e.g. a Messages thread) or with a modal open jumped straight to the previous
module. Add two history primitives: useHistorySubview (a module's sub-view rides
in history.state, so Back returns to its root first) and useBackToClose (a
mounted overlay occupies one history entry; Back closes the topmost, nesting-safe
so a button-close doesn't trip the modals underneath). Apply to the Messages page
views and to PlayerModal + the shared Modal. setPage now pushes a clean entry so
each page starts at its root.
2026-06-26 01:37:43 +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
history.ts fix(nav): Back steps through sub-views and closes modals before leaving a page 2026-06-26 01:37:43 +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.16.1 — notification context + YouTube API egress proxy 2026-06-26 00:36:46 +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 fix(url): strip leftover query string once signed in 2026-06-26 01:13:26 +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