Skip to content

feat: getting started onboarding + style guide #3571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 32 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4004f3f
created modal tour component
Aug 1, 2025
6043a33
added arrows
Aug 1, 2025
2332a77
added call to action
Aug 1, 2025
799fb91
tweaks on the modal tour
Aug 2, 2025
7b18928
component renamed and added main component
Aug 2, 2025
bab2d61
Merge branch 'develop' into feat/getting-started-onboarding
Aug 2, 2025
23c79b4
added confetti when the tour finishes
Aug 2, 2025
03f491e
added hasConfetti prop
Aug 2, 2025
985e6ba
added glow
Aug 2, 2025
acb8ad7
adjustments
Aug 3, 2025
b0929a5
change name and change timings
Aug 3, 2025
fe9b376
detect size of glow area, added global settings
Aug 3, 2025
d1c8ade
moved confetti to step definition, addition conditional showing
Aug 3, 2025
952bd2a
added docs
Aug 3, 2025
e6e78ea
added help note, refined tour for the design library
Aug 3, 2025
695f1dd
added prestep and poststep functions
Aug 3, 2025
d6059b7
better positioning
Aug 3, 2025
39d2d85
added close button
Aug 3, 2025
b24825d
added style guide
Aug 3, 2025
514ddc5
added package changes
Aug 3, 2025
a30f51a
added block rendering
Aug 3, 2025
23066c4
display global color palette in the style guide
mxkae Aug 5, 2025
37b66c9
updated getting started
Aug 6, 2025
222a4c4
added color schemes, adjusted style guide styles
Aug 7, 2025
fe122d0
updated typography
Aug 7, 2025
3cc4f77
added getting started
Aug 7, 2025
6aa1c50
make sure style guide doesn't overlap with design system popovers
Aug 7, 2025
b3678f0
fixed ui of color schemes
Aug 7, 2025
0e8409a
fix color text alignment
Aug 7, 2025
02490b3
complete style guide
Aug 7, 2025
8a6c69a
display typography styles
mxkae Aug 7, 2025
df9d43a
fixed typography sizes
Aug 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = [
],
},
{
test: /\.(png|jpg|gif)$/,
test: /\.(png|jpg|gif|webp)$/,
use: [
{
loader: 'file-loader',
Expand Down
Loading
Loading