dorfteich/apps/web/src/layout
Claude Fable 5 b799ad180b
Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 4m40s
CI / Build container images (pull_request) Successful in 4m1s
CI / Auth e2e pack (pull_request) Successful in 8m30s
CI / Import/export fidelity gate (pull_request) Successful in 54s
CD / Deploy to Test (push) Blocked by required conditions
CD / Smoke tests against Test (push) Blocked by required conditions
CD / Promote to Int (push) Blocked by required conditions
CI / Auth e2e pack (push) Blocked by required conditions
CI / Import/export fidelity gate (push) Blocked by required conditions
CI / Build container images (push) Blocked by required conditions
CD / Build and push images (push) Has been cancelled
CI / Lint, typecheck, test (push) Has been cancelled
#182: top-bar theme toggle — cycle light/dark/system without a menu
An IconButton between the notifications bell and the user menu cycles
the theme mode in radio order (sun/moon/monitor mirror the CURRENT
choice). New useThemeMode() hook is the single write path (persist +
apply + same-document event), so the settings radios and the toggle
stay in sync; AppearanceSection now uses it too. Also rendered for
signed-out visitors — the mode is a device-local preference. i18n de+en;
unit tests for cycle/setter, theme.spec covers cycling, radio sync,
persistence, and the signed-out top bar.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QRtCnB3uLdQtFmvp9HXcRX
2026-07-29 08:43:42 +02:00
..
AppLayout.tsx #166: Skip-Link, verstecktes Seiten-h1, Resizer in die Nav-Landmarke 2026-07-21 14:26:54 +02:00
Footer.tsx Footer: show the Dorfteich version next to the connection status 2026-07-15 13:18:53 +02:00
NewPageForm.tsx Sidebar folder view, label view, and the view toggle (#108) 2026-07-14 10:17:36 +02:00
page-actions.tsx Polish round 2: content footer, dismissable menus, manual versions, substring search, icon actions in settings (M10 follow-up) 2026-07-12 07:13:34 +02:00
PondSwitcher.tsx Pond lifecycle in the UI: create shared ponds, delete from settings 2026-07-12 19:15:34 +02:00
reorder.test.ts Add manual page ordering with drag-and-drop (#45) 2026-07-09 12:18:44 +02:00
reorder.ts Add manual page ordering with drag-and-drop (#45) 2026-07-09 12:18:44 +02:00
sidebar-chrome.tsx Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
Sidebar.tsx #166: Skip-Link, verstecktes Seiten-h1, Resizer in die Nav-Landmarke 2026-07-21 14:26:54 +02:00
SidebarResizer.tsx Make the sidebar width drag-resizable and persistent (#99) 2026-07-12 04:16:56 +02:00
SidebarViewSetting.tsx Sidebar folder view, label view, and the view toggle (#108) 2026-07-14 10:17:36 +02:00
TopBar.tsx #182: top-bar theme toggle — cycle light/dark/system without a menu 2026-07-29 08:43:42 +02:00
use-pond-route.ts Add pond sidebar with page list, sort modes, and pond switcher (#26) 2026-07-06 12:37:44 +02:00