-
-
Notifications
You must be signed in to change notification settings - Fork 226
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 dynamic icons to filters in tools page[Closes #1260] #1309
base: main
Are you sure you want to change the base?
Added dynamic icons to filters in tools page[Closes #1260] #1309
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 #1309 +/- ##
=========================================
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.
_includes/community
Outdated
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.
Can you please revert the changes in the community submodule?
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.
Yes, i have reverted The Changes.
components/Sidebar.tsx
Outdated
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.
How are these changes relevant to the linked issue for Tools Page?
drafts: DialectIcon, | ||
licenses: LicenseIcon, | ||
}; | ||
|
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.
This object is redundant, it would better managed with filters
object.
{ hidden: !isDropdownOpen }, | ||
'ml-0 mt-0 overflow-hidden transition-all duration-500 ease-in-out', | ||
{ | ||
'max-h-0 opacity-0 invisible': !isDropdownOpen, |
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.
Doesn't this make it more complicated?
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.
@bhat-shubham your CI checks are failing pls. fix them, also remove changes from submodule folders
@DhairyaMajmudar I have reverted the changes in the submodule as well as fixed the failing checks. |
What kind of change does this PR introduce?
This PR Closes Issue #1260 , adding dynamic and meaningful icons to each and every Filter on the Tools Page.
Issue Number:
Screenshots/videos:
Before-
After-
If relevant, did you update the documentation?
NA
Summary
Adds dynamic icons to the filters in Tools Page.
Does this PR introduce a breaking change?
NO
NA