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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user