Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bhat-shubham
Copy link

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

@bhat-shubham bhat-shubham requested a review from a team as a code owner January 9, 2025 06:55
Copy link

github-actions bot commented Jan 9, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 0df8ea3

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (72ae168) to head (0df8ea3).

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@DhairyaMajmudar DhairyaMajmudar left a 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 💯

public/icons/filter.svg Outdated Show resolved Hide resolved
Copy link
Member

@DhairyaMajmudar DhairyaMajmudar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Enhancement: Adding a Animation To Filter Dropdown For The Tools Page
2 participants