From c16557fb1626e7237220f946ffe8883ef7bd3caa Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 19 Jun 2026 10:17:37 -0700 Subject: [PATCH] FN-6725: preserve responsive command center nav order Reassert the responsive Command Center placement contracts for tablet and mobile navigation. - Document the tablet contract that keeps Command Center after Agents while Documents remains in overflow. - Document the mobile contract that keeps Command Center after Mailbox without duplicating it in More. - Extend the mobile nav regression test to cover mailbox badges and primary plugin overflow behavior. Files changed: packages/dashboard/app/components/Header.tsx | 3 +++ packages/dashboard/app/components/MobileNavBar.tsx | 3 +++ .../app/components/__tests__/MobileNavBar.test.tsx | 20 ++++++++++++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) Fusion-Task-Id: FN-6725 Fusion-Task-Lineage: 9130b2d9-4163-4fed-bdc4-96ee6e1f4855 --- packages/dashboard/app/components/Header.tsx | 3 +++ .../dashboard/app/components/MobileNavBar.tsx | 3 +++ .../__tests__/MobileNavBar.test.tsx | 20 +++++++++++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/app/components/Header.tsx b/packages/dashboard/app/components/Header.tsx index 16dc605205..be8385e61d 100644 --- a/packages/dashboard/app/components/Header.tsx +++ b/packages/dashboard/app/components/Header.tsx @@ -1024,6 +1024,9 @@ export function Header({ FNXC:Navigation 2026-06-19-12:00: Tablet navigation promotes Command Center immediately after Agents while desktop keeps Command Center in the More-views overflow. Documents moves to the tablet More-views overflow below to conserve horizontal space without changing desktop ordering. + + FNXC:Navigation 2026-06-19-08:24: + FN-6725 re-verified this tablet contract after a suspected revert: Command Center remains a single inline tablet destination after Agents, Documents remains overflow-only on tablet, and desktop ordering stays unchanged. */