From 237f785919d09130dbb4fd36bc237c53ad4c9ebb Mon Sep 17 00:00:00 2001 From: AetherForge Date: Sun, 7 Jun 2026 06:35:08 -0700 Subject: [PATCH] =?UTF-8?q?Implement=20DV-01=E2=80=9304,07,09,13,14=20oper?= =?UTF-8?q?ator-deck=20visual=20fixes=20in=20server/web.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wire SacredPageHeader, unify #00e8f5 tokens, dedupe Pages.css, align Path Tracer chrome, remove dead wealth-deck CSS, inject sidebar version from package.json, add prefers-color-scheme shell, and Vitest CSS regression tests. --- PROBLEMS.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/PROBLEMS.md b/PROBLEMS.md index a7180db..87c1f49 100644 --- a/PROBLEMS.md +++ b/PROBLEMS.md @@ -60,19 +60,6 @@ Open issues only. Fixed items removed. Last sweep: 2026-06-07. | **Terminal virtualization** | 400-line DOM cap only; full virtual scrollback deferred. | | **Vite chunk weight** | `three` + vendor warnings; FleetTopologyMap lazy but heavy first open. | -## UX / visual (unfixed DV) - -| ID | Issue | -|----|-------| -| DV-01 | Neon cyan fragmentation (`#00f5ff`, `#0ff` vs token `#00e8f5`) across several components. | -| DV-02 | Page header patterns diverge (Build Manager, Path Tracer green title, Forge naming). | -| DV-03 | `SacredPageHeader` unused (dead CSS path). | -| DV-04 | `Pages.css` duplicate `.empty-state` / `.page-header h1` override order. | -| DV-07 | Path Tracer visual island (`#00ffaa`) vs operator-deck chrome. | -| DV-09 | Dead chart badge styles in wealth-deck CSS. | -| DV-13 | Dark-only; no light / `prefers-color-scheme` path. | -| DV-14 | Sidebar footer hard-coded `v0.0.1`. | - ## Test gaps / noise | Item | Notes |