diff --git a/packages/dashboard/app/components/command-center/CommandCenter.tsx b/packages/dashboard/app/components/command-center/CommandCenter.tsx index de79c42486..ff26fd0d5e 100644 --- a/packages/dashboard/app/components/command-center/CommandCenter.tsx +++ b/packages/dashboard/app/components/command-center/CommandCenter.tsx @@ -217,6 +217,9 @@ function OverviewTab({ range }: { range: DateRange }) { }, ]; + // FNXC:CommandCenter 2026-06-19-00:00: + // Throughput funnel now renders first in every overview branch (loading/error/empty/populated) + // so the SDLC throughput card is top-of-page; mobile scroll owner and data-testid anchors unchanged. // The throughput funnel reads its own data (activityLog transitions) and shows // its own empty state, so it renders even when the stat-card aggregates have no // data yet. @@ -229,11 +232,11 @@ function OverviewTab({ range }: { range: DateRange }) { if (isInitialLoading) { return (
{t("commandCenter.loading", "Loading command center...")}
{coreError}
{t("commandCenter.empty", "No usage data yet. Run some agents to populate the Command Center.")}