Files
bruno/tests/runner/init-user-data/preferences.json
naman-bruno c8e57b7f9f 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
2026-02-27 16:15:06 +05:30

11 lines
222 B
JSON

{
"maximized": false,
"lastOpenedCollections": ["{{projectRoot}}/packages/bruno-tests/collection"],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}