feat: implement onboarding preferences and welcome modal for new users (#7319)

* feat: implement onboarding preferences and welcome modal for new users

* fixes

* adding: defaultPreferences

* fixes

* fix: tests

* fixes

* fix: test

* fix: test

* fixes

* fixes
This commit is contained in:
naman-bruno
2026-02-27 16:15:06 +05:30
committed by GitHub
parent 8b230043c1
commit c8e57b7f9f
67 changed files with 1550 additions and 185 deletions

View File

@@ -1,6 +1,12 @@
{
"maximized": false,
"lastOpenedCollections": [
"{{collectionPath}}"
]
}
"maximized": false,
"lastOpenedCollections": [
"{{collectionPath}}"
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}