mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 22:21:20 +00:00
Light-theme captures from Playwright MCP against `bun run dev` with `?mock=logs` deterministic fixture and real backend (no mock): 1. `01-after-overview-mock.png` — LOGS.STREAM marker, Live activity title, ENTRIES/TRACES/ERRORS stat strip, populated detail panel 2. `02-after-real-backend-clean.png` — real backend with default filter active: 0 entries because all are dashboard internals; no noise 3. `03-hide-internals-toggle.png` — advanced filters showing the new labelled toggle with red callout 4. `04-internals-shown-with-coalesce.png` — toggle off: dashboard internals visible but a 149-stage trace coalesces to 3 rows; detail panel shows full requestId UUID + module (C1 fix proven) 5. `05-after-mobile.png` — 390x844: header marker + title + stat strip wrap, expanded trace renders cleanly Asset directory will be renamed from PLACEHOLDER_PR to actual PR number; HEAD SHA placeholder pinned after final commit. Refs #1138, #1141, #1142