feat(FN-1861): restore completed steps in onboarding resume flow

- Update getOnboardingResumeStep to include completedSteps array
- Allow backward navigation to previously completed steps in onboarding modal
- Show completed step count in the resume card UI
- Restore completed steps when reopening the onboarding modal
- Add comprehensive tests for completedSteps functionality and live auth reopen scenarios
This commit is contained in:
Fusion
2026-04-15 23:00:26 -07:00
committed by gsxdsm
parent 93f8bb0cef
commit 738ff223aa
7 changed files with 306 additions and 28 deletions

View File

@@ -23187,6 +23187,19 @@ html .column.drag-over * {
color: #fff;
}
.model-onboarding-step-indicator.done {
cursor: pointer;
}
.model-onboarding-step-indicator.done:hover {
opacity: 0.85;
}
.model-onboarding-step-indicator.done:focus-visible {
outline: var(--focus-ring-strong);
border-radius: var(--radius-sm);
}
.model-onboarding-step-indicator .step-number {
width: 24px;
height: 24px;