-
Notifications
You must be signed in to change notification settings - Fork 11
feat: adding explore filter link component #776
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
Codecov Report
@@ Coverage Diff @@
## main #776 +/- ##
=======================================
Coverage 85.39% 85.40%
=======================================
Files 789 791 +2
Lines 16145 16155 +10
Branches 2060 2060
=======================================
+ Hits 13787 13797 +10
Misses 2327 2327
Partials 31 31
Continue to review full report at Codecov.
|
</ht-link> | ||
` | ||
}) | ||
export class ExploreFilterLinkComponent { |
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.
Feels a bit weird to call this explore filter link when it doesn't reference explorer, it just adds a filter icon around a provided link + content.
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.
The icon type should be more specific to explorer.
Description
Please include a summary of the change, motivation and context.
feat: adding explore filter link component
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.