dorfteich/apps/web/src/layout
Claude Fable 5 0428892ef2 Editor shortcuts: "e" edits, the platform chord+S snapshots versions
In reading mode a plain "e" (guarded against typing targets) switches
to edit mode. In edit mode the platform's native chord — Cmd on macOS,
Ctrl elsewhere — +S saves an unnamed manual snapshot in place, and
+Shift+S asks for a name and returns to reading mode; both always
swallow the browser's save dialog. The shared isTypingTarget guard
moves from TopBar into lib/keyboard.ts next to the new modifier helper.

Unnamed snapshots needed the API to accept them: the version label is
optional now (trigger stays MANUAL, label null), and the history list's
existing null-label fallback text becomes "Manueller Schnappschuss" /
"Manual snapshot" — it only ever shows for exactly those. DB test for
the label-less path, e2e coverage in the CI content pack.

Fixes #125

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fb2VzvcoBPHkjh8bZ6PzQn
2026-07-15 13:17:09 +02:00
..
AppLayout.tsx UI polish: frameless plugin blocks in read mode, sticky toolbar, pinned footer, icon uninstall 2026-07-12 15:33:32 +02:00
Footer.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
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 Sidebar: pin the four actions as an icon row at the bottom 2026-07-15 13:09:31 +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 Editor shortcuts: "e" edits, the platform chord+S snapshots versions 2026-07-15 13:17:09 +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