-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fixes Issue 168 #169
Fixes Issue 168 #169
Conversation
❌ Deploy Preview for animated-kangaroo-b914c6 failed.
|
✅ Deploy Preview for wheresreligion ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i saw in ur PR that you know you need changes on the css side of the app aswell
looking forward to the new changes on the skip button to make it more visually pleasing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, all code meets requirement!
Didn't get much done yet due to fall break last week.
1. PR Reference:
Fixes #168
2. What was changed:
Adjusted the UI design of the Intro.js onboarding tour popup. Modified the size and position of the Skip button and created test cases for the changes.
3. Why it was changed:
This change was necessary to improve the user experience during onboarding by enhancing the design of the Intro.js popup, making it easier to navigate and ensuring it aligns with the overall aesthetic of the website.
4. How it was changed:
For the frontend:
In globals.css: Updated the CSS to make the intro.js skip button smaller and reposition it slightly to the left for better alignment.
In page.tsx: imported globals.css so the new CSS can be used.
Added test case to ensure the UI adjustments work as expected.
Made sure it didn't break existing feature and that the feature still works as expected.