mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
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:
@@ -3,8 +3,10 @@
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/websockets/variable-interpolation/fixtures/collection"
|
||||
],
|
||||
"beta": {
|
||||
"websocket": true
|
||||
"preferences": {
|
||||
"onboarding": {
|
||||
"hasLaunchedBefore": true,
|
||||
"hasSeenWelcomeModal": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user