feat(ios): add onboarding welcome pager (#45054)

* feat(ios): add onboarding welcome pager

* feat(ios): add onboarding welcome pager (#45054) (thanks @ngutman)
This commit is contained in:
Nimrod Gutman
2026-03-13 14:24:15 +02:00
committed by GitHub
parent 61429230b2
commit 496176d738
6 changed files with 172 additions and 14 deletions

View File

@@ -1008,6 +1008,7 @@ struct SettingsTab: View {
// Reset onboarding state + clear saved gateway connection (the two things RootCanvas checks).
GatewaySettingsStore.clearLastGatewayConnection()
OnboardingStateStore.reset()
// RootCanvas also short-circuits onboarding when these are true.
self.onboardingComplete = false