Share one secret display style and add the architecture atlas
DevPlace CI / test (push) Failing after 1h0m46s

The API key block and the workspace editor password each carried their
own copy of the same monospace, break-all, boxed styling. Both now use a
single secret-value class in base.css, so a new secret surface inherits
the presentation instead of duplicating it.

ARCHITECTURE.md is a structural overview of the application derived from
the source tree, the live schema and the imported app object, linked
from the README.
This commit is contained in:
2026-08-08 13:52:11 +02:00
parent 372067bbe4
commit 68c2bbe387
7 changed files with 655 additions and 29 deletions
+2
View File
@@ -15,6 +15,8 @@ make test-headed # same tests in visible browser
Open `http://localhost:10500`.
A measured structural overview of the whole application, fifteen Mermaid diagrams covering deployment, request pipeline, URL surface, data layer, AI plane, containers and the real-time plane, is in [ARCHITECTURE.md](ARCHITECTURE.md).
PDF export (DeepSearch reports, via weasyprint) needs the Pango text stack installed at system level. The production image installs it; on a development host install it once:
```bash