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,5 +1,11 @@
{
"lastOpenedCollections": [
"{{projectRoot}}/tests/asserts/fixtures/collection"
]
}
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}