dorfteich/apps/web/src/editor
Claude Fable 5 83fa23bbf9
All checks were successful
CI / Lint, typecheck, test (push) Successful in 3m35s
CI / Build container images (push) Has been skipped
CD / Build and push images (push) Successful in 3m44s
CD / Deploy to Test (push) Successful in 15s
CD / Smoke tests against Test (push) Successful in 1m17s
CD / Promote to Int (push) Successful in 11s
CI / Auth e2e pack (push) Successful in 5m36s
CI / Import/export fidelity gate (push) Successful in 46s
Polish round 2: content footer, dismissable menus, manual versions, substring search, icon actions in settings (M10 follow-up)
- content footer: the collab status is an icon (wifi/off/refresh, localized
  tooltip + visually-hidden text, class/data-status hooks kept for e2e) on
  the left, the legal links right-aligned; read mode drops the editor
  frame and its inner padding, edit mode keeps it
- menus (page overflow, user, notifications bell, pond switcher) close on
  outside click and Escape via a shared useDismissable hook; the bell got
  its missing tooltip
- side panels (labels, history) stack vertically in one column
- edit mode gains a Save-version icon (prompt for the name, POST
  /pages/:id/versions); the history panel lists contributors by display
  name — more than three collapse to two plus an expandable ellipsis
  (PageVersionView.contributors resolved server-side, deleted users drop
  out)
- search finds partial words via a LIKE fallback next to the tsquery
  (FTS matches still rank first; regression-pinned in the db pack), and
  the recent-searches list has a clear button
- pond owners create labels directly in the label picker (plus a
  permanent link to the full manager); add/remove/delete buttons across
  the pond settings (members, access rules, labels, files) and the
  watch/unwatch toggles in pond/user settings are icon buttons now —
  class hooks and accessible names unchanged for the e2e packs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
2026-07-12 07:13:34 +02:00
..
nodes Add block plugins: plugin_block node with sandboxed rendering and editing (#76) 2026-07-11 12:45:14 +02:00
AccessRevokedDialog.tsx Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
collaboration-caret.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
derive-markdown.test.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
derive-markdown.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
document-extensions.test.ts Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
document-extensions.ts Add block plugins: plugin_block node with sandboxed rendering and editing (#76) 2026-07-11 12:45:14 +02:00
HistoryPanel.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
image-upload.ts Add image paste and insert in the editor (#28) 2026-07-08 11:30:25 +02:00
LinkMenu.tsx Add link UX: edit URL and open in new tab (#29) 2026-07-08 11:50:34 +02:00
markdown-clipboard.test.ts Add Markdown copy, paste, and per-page export endpoint (#30) 2026-07-08 12:05:11 +02:00
markdown-clipboard.ts Add Markdown copy, paste, and per-page export endpoint (#30) 2026-07-08 12:05:11 +02:00
marks.ts Add link UX: edit URL and open in new tab (#29) 2026-07-08 11:50:34 +02:00
plugin-block-context.tsx Add pageTool plugins with toc and page-index references (#77) 2026-07-11 13:27:30 +02:00
PluginBlockMenu.tsx Add block plugins: plugin_block node with sandboxed rendering and editing (#76) 2026-07-11 12:45:14 +02:00
PresenceStrip.tsx Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
SectionStyleMenu.tsx Complete section-style plugins: CSS gate, injection, picker, export (#75) 2026-07-11 11:43:36 +02:00
spec-utils.ts Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
Toolbar.tsx Add block plugins: plugin_block node with sandboxed rendering and editing (#76) 2026-07-11 12:45:14 +02:00
use-collab-provider.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
use-presence.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
user-color.test.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
user-color.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
wikilink-context.tsx Add wikilink node with autocomplete (#46) 2026-07-09 12:42:01 +02:00
WikilinkAutocomplete.tsx Add wikilink node with autocomplete (#46) 2026-07-09 12:42:01 +02:00