-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Added transitions to dropdowns #1265
base: main
Are you sure you want to change the base?
Added transitions to dropdowns #1265
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1265 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 373 373
Branches 94 94
=========================================
Hits 373 373 ☔ View full report in Codecov by Sentry. |
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.
Amazing work @bhat-shubham just a comment then we are good to go 💯
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.
LGTM
What kind of change does this PR introduce?
The Changes introduced in this PR are related to providing animations for a better UI/UX.
1)The first change is at Tools Page For The Filters Dropdown menu, When Clicked It doesn't now open immediately instead uses a basic Tailwind CSS animation to open up smoothly while ensuring a scrollbar for larger dropdown items.
2)The second change is at the Docs page for the side menu which contains "overview", "reference" etc.
introducing the same changes using Tailwind CSS, it opens up smoothly unlike before.
Issue Number:
Screenshots/videos:
after.2.mp4
If relevant, did you update the documentation?
No
Summary
This PR enhances UI/UX by adding smooth animations to the dropdown menu on the Tools Page and the side menu on the Docs Page using Tailwind CSS. The animations improve the user experience by making menu interactions smoother, with a scrollbar added for larger dropdown content.
Does this PR introduce a breaking change?
No