feat(FN-3232): add standalone bottom-gap token and mobile CSS contract test

This merge bundles six feature steps across mobile PWA spacing, test infrastructure, MissionManager tokenization, and Insights coverage. Key changes include restoring the `--standalone-bottom-gap` CSS token contract for iOS home indicator spacing, a refactored `test-changed.mjs` script with workflow

Fusion-Task-Id: FN-3232
This commit is contained in:
Fusion
2026-05-03 05:52:32 -07:00
committed by gsxdsm
parent 4d98b12243
commit 73cee930b0
6 changed files with 20 additions and 9 deletions

View File

@@ -268,7 +268,7 @@
font-size: 11px;
height: calc(var(--space-lg) * 2 + var(--space-xs));
overflow: hidden;
bottom: calc(var(--mobile-nav-height) + var(--standalone-bottom-gap));
bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px) + var(--standalone-bottom-gap));
}
.executor-status-bar__segment {