feat(FN-3544): add project-scoped auth storage and docs updates

- Add project auth storage model and persistence wiring in core DB/store/types
- Expand core test coverage for DB migration, store behavior, and project auth store flows
- Update heartbeat agent, settings, dashboard, and storage documentation for the new behavior
- Replace hardcoded mobile touch-target sizing in dependency graph styles with token-based sizing

Fusion-Task-Id: FN-3544
This commit is contained in:
Fusion
2026-05-06 04:42:28 -07:00
committed by gsxdsm
parent 8f812e2f89
commit 4502e15fd0
18 changed files with 492 additions and 33 deletions

View File

@@ -121,8 +121,8 @@
}
.dependency-graph-controls .btn {
min-height: 44px;
min-width: 44px;
min-height: calc(var(--space-xs) * 11);
min-width: calc(var(--space-xs) * 11);
}
.dependency-graph-canvas {