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