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

@@ -2,5 +2,11 @@
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/interpolation/dynamic-variable/collection"
]
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}