-
Notifications
You must be signed in to change notification settings - Fork 11
feat: adding new filter icon #1185
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
Conversation
@@ -51,6 +51,7 @@ const iconsRootPath = 'assets/icons'; | |||
{ key: IconType.Eye, url: `${iconsRootPath}/eye.svg` }, | |||
{ key: IconType.FileCode, url: `${iconsRootPath}/file-code.svg` }, | |||
{ key: IconType.Filter, url: `${iconsRootPath}/filter.svg` }, | |||
{ key: IconType.FilterSpecial, url: `${iconsRootPath}/filter-special.svg` }, |
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.
When would we use this filter icon instead of the other one?
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 followed the mocks, should I keep the old filter icon here or replace it with the new-one?
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.
Where are we using the existing filter icon? Can you share what it looks like?
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.
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.
Hmm. I could see us needing both as we have different types of filtering, but was curious about the distinction so we could find a better name.
Let's go ahead and merge this with the current name. Once we get a feel for the UX usage, we should rename.
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.
We could rename the existing one to 'drilldown-filter'. That is the purpose of that icon in the UI now.
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.
sure @arjunlalb. Icon renamed.
Codecov Report
@@ Coverage Diff @@
## main #1185 +/- ##
=======================================
Coverage 85.02% 85.02%
=======================================
Files 832 832
Lines 17224 17224
Branches 2239 2239
=======================================
Hits 14645 14645
Misses 2547 2547
Partials 32 32
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Unit Test Results 4 files 271 suites 18m 32s ⏱️ Results for commit 4d802d3. |
Description
Adding new filter icon
Testing
Visual testing
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.