onboarding: Make Welcome page persistent (#36127)

Release Notes:

- N/A
This commit is contained in:
Anthony Eid 2025-08-13 12:42:09 -04:00 committed by GitHub
parent 2da80e4641
commit 0b9c9f5f2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 108 additions and 1 deletions

View file

@ -189,6 +189,7 @@ pub fn init(cx: &mut App) {
base_keymap_picker::init(cx);
register_serializable_item::<Onboarding>(cx);
register_serializable_item::<WelcomePage>(cx);
}
pub fn show_onboarding_view(app_state: Arc<AppState>, cx: &mut App) -> Task<anyhow::Result<()>> {