fix onboarding on web

This commit is contained in:
Ansh Nanda 2023-08-29 12:16:26 -07:00
parent 742440c22d
commit bf37913701
11 changed files with 235 additions and 113 deletions

View file

@ -140,6 +140,10 @@ export interface PreferencesHomeFeed {
name: 'preferences-home-feed'
}
export interface OnboardingModal {
name: 'onboarding'
}
export type Modal =
// Account
| AddAppPasswordModal
@ -175,6 +179,9 @@ export type Modal =
// Generic
| ConfirmModal
// Onboarding (only used on web)
| OnboardingModal
interface LightboxModel {}
export class ProfileImageLightbox implements LightboxModel {