dorfteich/apps/web/src/pages
Claude Fable 5 64f2deb40f
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 7m54s
CI / Build container images (pull_request) Successful in 1m25s
CI / Auth e2e pack (pull_request) Successful in 9m27s
CI / Import/export fidelity gate (pull_request) Successful in 55s
CD / Build and push images (push) Successful in 25s
CD / Deploy to Test (push) Successful in 12s
CD / Smoke tests against Test (push) Successful in 1m20s
CD / Promote to Int (push) Successful in 12s
CI / Lint, typecheck, test (push) Successful in 6m53s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 9m0s
CI / Import/export fidelity gate (push) Successful in 59s
Quota override cell stays a table cell, flex on an inner wrapper (#329)
Same defect and same fix as the user list's actions cell (#177):
display:flex directly on the override td removed its table-cell
behaviour, so the cell stopped growing to row height and its bottom
border no longer met the row's — visibly uneven separator lines
(Stefan's screenshot from the self-hosting walkthrough). The flex
layout now lives on .quota-row__override-inner.

Measured locally like #177: bottom-delta across all cells of every
quota row was 24–49 px before, 0 px after (override set, so the cell
carries input + two link buttons); admin-quotas e2e pack green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017aviRTgWCcAHUh1SBoxf6P
2026-08-04 12:44:17 +02:00
..
auth #216: hard AUTH_LOCAL_ENABLED switch over every local credential flow 2026-07-31 12:58:07 +02:00
admin-settings-form.test.ts Fix admin general settings form: dot-free field names, flat PATCH keys (#322) 2026-08-04 11:18:26 +02:00
admin-settings-form.ts Fix admin general settings form: dot-free field names, flat PATCH keys (#322) 2026-08-04 11:18:26 +02:00
AdminBackupSection.tsx #245: mode hidden — hide profile-violating options, mark the hiding 2026-07-31 19:27:17 +02:00
AdminSettingsPage.tsx Fix admin general settings form: dot-free field names, flat PATCH keys (#322) 2026-08-04 11:18:26 +02:00
AdminSystemPage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
BrandingManager.tsx #306: instance branding — logo and favicon, cropped in the browser 2026-08-01 19:30:52 +02:00
CustomFontManager.tsx #304: custom fonts in the pickers, an admin screen, and the licence page 2026-08-01 18:32:46 +02:00
DeletePageDialog.tsx #162: Fokus-Management für Dialoge und Such-Palette 2026-07-21 13:52:59 +02:00
FontCatalogPage.tsx #304: custom fonts in the pickers, an admin screen, and the licence page 2026-08-01 18:32:46 +02:00
HomePage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
LegalPage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
MaintenancePage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
MovePageDialog.tsx #162: Fokus-Management für Dialoge und Such-Palette 2026-07-21 13:52:59 +02:00
NotFoundPage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
PageActions.tsx #162: Fokus-Management für Dialoge und Such-Palette 2026-07-21 13:52:59 +02:00
PageEditorPage.tsx #213: warn on uploads to classified pages; instance policy can block 2026-07-31 07:33:34 +02:00
PageStatusBar.tsx #134 Statuszeile zwischen Navigation und Artikel 2026-07-19 01:04:11 +02:00
PluginManager.tsx #300: route icon-only controls through IconButton/IconLink 2026-08-01 06:56:13 +02:00
PluginPreviewPage.tsx Add the sandbox host runtime for plugin iframes (#73) 2026-07-11 09:16:30 +02:00
PondHomePage.tsx #302: configurable pond start page, created with every new pond 2026-08-01 08:06:35 +02:00
PondSettingsPage.tsx #307: pond-level branding overrides the instance logo and favicon 2026-08-01 20:44:02 +02:00
PublicPageView.tsx #207: print stylesheet with the classification on every printed sheet 2026-07-31 06:48:44 +02:00
QuotaManager.tsx Quota override cell stays a table cell, flex on an inner wrapper (#329) 2026-08-04 12:44:17 +02:00
SettingsPage.tsx #301: stop /settings scrolling horizontally at 320px 2026-08-01 12:31:30 +02:00
TrashPage.tsx #163: Dokumentsprache und Seitentitel der SPA 2026-07-21 13:52:59 +02:00
UserManager.tsx #177: Admin-Personenliste — Aktions-Zelle bleibt Table-Cell, Flex auf Innen-Wrapper 2026-07-27 13:36:27 +02:00