feat: add interactive guided tour for new users#68
Conversation
|
@priiyanshu-kumar is attempting to deploy a commit to the karan3431's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
🎉 Thank you for your Pull Request! We're thrilled to have your contribution to FreshScan AI. Before we review, please make sure you have:
A maintainer will review your code as soon as possible! |
|
Its failing the test. Fix the issue. |
|
Now its okk reviewing the code will be back after some time. |
|
tag the isse with # issue no. |
|
Tagged the related issue (#57) as requested. |
jpdevhub
left a comment
There was a problem hiding this comment.
There is just one thing we need to fix before merging: Right now, the tour tooltips use the default react-joyride styles (rounded corners, soft shadows). This breaks the brutalist, sharp-edged, neon aesthetic of the app.
Could you please pass a styles prop to the component to force it into our brutalist theme?
Once it looks boxy and brutalist, I will approve and merge!
|
Updated the onboarding tour styles to match the brutalist theme with sharp edges, bold borders, and removed rounded corners/shadows. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jpdevhub
left a comment
There was a problem hiding this comment.
Nice feature. Thanks for contributing.
Description
Fixes #57
Added an interactive guided onboarding tour for first-time users using react-joyride.
Changes Made
Testing