From 866d0280c87e697c16b5f7892940a00fe1fbc0ff Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 15 Aug 2026 22:29:30 -0700 Subject: [PATCH] test(dashboard): drop px literals from the AgentActivityPanel token comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mobile-styles guard forbids raw px anywhere in the stylesheet, comments included; the FN-8866 token-fix comment mentioned the named steps' pixel values and tripped it. Reworded — CSS rules unchanged. Co-Authored-By: Claude Fable 5 --- .../app/components/command-center/AgentActivityPanel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/app/components/command-center/AgentActivityPanel.css b/packages/dashboard/app/components/command-center/AgentActivityPanel.css index 42db239ed6..ac90ab717f 100644 --- a/packages/dashboard/app/components/command-center/AgentActivityPanel.css +++ b/packages/dashboard/app/components/command-center/AgentActivityPanel.css @@ -3,7 +3,7 @@ FNXC:CommandCenterAgentActivity 2026-08-10-01:54: The activity panel keeps live and timeline controls touch-usable at desktop and mobile widths with existing design tokens. Timeline rows are manual windows, so this stylesheet deliberately adds no nested scroll owner. FNXC:CommandCenterAgentActivity 2026-08-16-05:07: -FN-8866 shipped with the undefined numeric --space-1/2/3 scale, which invalidated every gap/padding to 0 and collapsed the panel's spacing. This design system defines only the named --space-xs/sm/md/lg/xl/2xl scale (styles.css), so the numeric references map to xs=4px, sm=8px, md=12px per CommandCenter.token-validity.css.test.ts. +FN-8866 shipped with the undefined numeric --space-1/2/3 scale, which invalidated every gap/padding to 0 and collapsed the panel's spacing. This design system defines only the named --space-xs/sm/md/lg/xl/2xl scale (styles.css), so the numeric references map onto the ascending named steps (1 to xs, 2 to sm, 3 to md) per CommandCenter.token-validity.css.test.ts. No pixel literals here: the mobile-styles guard forbids raw px anywhere in this file, comments included. */ .cc-agent-activity { display: grid;