dorfteich/apps/web/src/pages
Claude Fable 5 e54aaf76f9
Some checks failed
CI / Lint, typecheck, test (push) Successful in 3m21s
CI / Build container images (push) Has been skipped
CD / Build and push images (push) Successful in 3m43s
CD / Deploy to Test (push) Successful in 12s
CD / Smoke tests against Test (push) Successful in 1m12s
CD / Promote to Int (push) Successful in 10s
CI / Auth e2e pack (push) Failing after 3m1s
CI / Import/export fidelity gate (push) Has been skipped
Add the comments panel, unread badge, and comment-policy setting (#92)
New comments panel on the page (toggle next to attachments, unread badge
counting comments newer than the last localStorage-recorded visit):
threaded display with relative times and author names, a Markdown
composer with hints, edit/delete for authors, resolve moving threads
into a collapsed resolved <details> section with reopen, and a
permission-aware composer — hidden with a hint when the pond's policy
bars the viewer (readers always see the discussion). The pond settings
page gains the "who may comment" select. Fixes PondsService.update
silently dropping commentPolicy from the settings merge (found by the
new two-user Playwright pack; the DB test now exercises the real pond
PATCH). New comments i18n namespace (de+en); the pack runs as its own
CI step.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
2026-07-11 22:07:16 +02:00
..
auth Fire the e-mail verification exactly once per token 2026-07-05 05:59:25 +02:00
AdminSettingsPage.tsx Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
AdminSystemPage.tsx Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
FontCatalogPage.tsx Add per-pond fonts: catalog, build, application, and admin UI (#66) 2026-07-10 11:16:29 +02:00
HomePage.tsx Add i18n with i18next, German and English, and a key-parity check 2026-07-04 19:23:45 +02:00
LegalPage.tsx Add instance legal pages with public rendering and footer links (#82) 2026-07-11 16:40:04 +02:00
NotFoundPage.tsx Add i18n with i18next, German and English, and a key-parity check 2026-07-04 19:23:45 +02:00
PageEditorPage.tsx Add the comments panel, unread badge, and comment-policy setting (#92) 2026-07-11 22:07:16 +02:00
PluginManager.tsx Add plugin administration UI: instance modes and pond activation (#72) 2026-07-11 09:32:16 +02:00
PluginPreviewPage.tsx Add the sandbox host runtime for plugin iframes (#73) 2026-07-11 09:16:30 +02:00
PondHomePage.tsx Add pond sidebar with page list, sort modes, and pond switcher (#26) 2026-07-06 12:37:44 +02:00
PondSettingsPage.tsx Add the comments panel, unread badge, and comment-policy setting (#92) 2026-07-11 22:07:16 +02:00
PublicPageView.tsx Add public read access and server-rendered page HTML (#56) 2026-07-09 23:46:25 +02:00
QuotaManager.tsx Add Site-Admin quota override management UI (#58) 2026-07-10 00:14:28 +02:00
SettingsPage.tsx Add self-service GDPR data export (#68) 2026-07-10 13:01:51 +02:00
TrashPage.tsx Add page trash: soft delete, restore, and purge job (#31) 2026-07-08 12:48:17 +02:00
UserManager.tsx Add Site-Admin user management (#59) 2026-07-10 00:31:41 +02:00