feat(FN-2407): add blocking auth token recovery flow

- Emit an auth-token recovery event when dashboard daemon calls fail with bearer-token 401 responses
- Render a non-dismissable recovery dialog with set-token and clear-token reload actions
- Keep the recovery overlay topmost while aligning modal markup with shared modal conventions
- Add focused regression coverage for dialog behavior and include a patch changeset for @runfusion/fusion
This commit is contained in:
Fusion
2026-04-25 01:22:01 -07:00
committed by gsxdsm
parent 39ec162c13
commit dbc9446a32
5 changed files with 21 additions and 11 deletions

View File

@@ -2,13 +2,8 @@
z-index: 210;
}
.auth-token-recovery-modal {
width: min(560px, calc(100vw - (var(--space-xl) * 2)));
}
.auth-token-recovery-header h2 {
.auth-token-recovery-header h3 {
margin: 0;
font-size: 1.1rem;
}
.auth-token-recovery-content {