fix(ui): remove decorative outlines and restore lab spacing

This commit is contained in:
DCCONSTRUCTIONS
2026-07-28 01:46:01 +03:00
parent 2ffbb51a7e
commit a63d2fe15b
6 changed files with 64 additions and 14 deletions
@@ -59,6 +59,11 @@ test("Worker 006 telemetry remains a bounded system feature slice", async () =>
telemetryStyles,
/\.worker-stage-list\s*\{[^}]*grid-template-columns:\s*repeat\(3,/s,
);
assert.doesNotMatch(
telemetryStyles,
/\bborder:\s*1px\s+solid/,
"System product blocks must not reintroduce decorative perimeter outlines",
);
assert.match(networkWorkspace, /127\.0\.0\.1:8000/);
assert.match(networkWorkspace, /telemetry_poll_interval_seconds/);
assert.match(networkWorkspace, />\s*Обновить\s*</);