Skip to content

Commit f2ee56a

Browse files
OvgoddAntoLC
authored andcommitted
✨(frontend) add onboarding modal with help menu button
integrate onboarding feature accessible from left panel help menu ✨(frontend) add docs onboarding and help memu Introduce an onboarding to guide users through core features.
1 parent c3acfe4 commit f2ee56a

File tree

24 files changed

+481
-66
lines changed

24 files changed

+481
-66
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to
99
### Added
1010

1111
- ✨(backend) add a is_first_connection flag to the User model #1938
12+
- ✨(frontend) add onboarding modal with help menu button #1868
1213

1314
### Changed
1415

src/backend/impress/configuration/theme/default.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,9 @@
158158
"href": "/assets/favicon-dark.png",
159159
"type": "image/png"
160160
}
161+
},
162+
"onboarding": {
163+
"enabled": true,
164+
"learn_more_url": ""
161165
}
162166
}
6.64 MB
Loading
10.8 MB
Loading
34.9 MB
Loading
35.5 MB
Loading
44.7 KB
Loading
46.3 KB
Loading
27.7 KB
Loading
28.6 KB
Loading

0 commit comments

Comments
 (0)