feat(FN-3244): harden mobile FAB drag path and touch detection

Merges FN-3244's three-step hardening of the mobile FAB drag path, adding regression tests and finalizing TypeScript typing. Includes FN-3296's tokenized typography for agent health reasons, FN-3014's documented recovery semantics for the research system, and related CLI/dashboard work that improves

Fusion-Task-Id: FN-3244
This commit is contained in:
Fusion
2026-05-04 08:13:06 -07:00
committed by gsxdsm
parent f1ee69e59a
commit ffd4736f07
4 changed files with 142 additions and 66 deletions

View File

@@ -14,6 +14,7 @@
justify-content: center;
box-shadow: 0 8px 20px color-mix(in srgb, var(--todo) 35%, var(--bg));
cursor: grab;
touch-action: none;
z-index: 1000;
transition: transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);
}