-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
feat(viz picker): Remove some tags, refactor Recommended section #27708
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #27708 +/- ##
==========================================
- Coverage 69.77% 69.77% -0.01%
==========================================
Files 1911 1911
Lines 75056 75061 +5
Branches 8362 8364 +2
==========================================
+ Hits 52374 52376 +2
- Misses 20630 20631 +1
- Partials 2052 2054 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up |
@yousoph Ephemeral environment spinning up at http://35.93.231.29:8080. Credentials are |
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.
Thank you for the improvement @kgabryje!
My only non-blocking comment would be to replace the Featured icon with a ⭐
@michael-s-molina also thought about ⭐️ at first, but we already use it for "favorites", so wanted to avoid duplicates. Sadly ant-d doesnt have the best choice for icons, but the other contenders (besides pin) would be: |
The first one looks good! |
@kasiazjc The first one works. There's also: I'll let you make the call 😉 |
@kasiazjc @michael-s-molina Looks pretty good 🙂 |
0d8d05d
to
1f00e8a
Compare
Thank you! 🔥 |
Ephemeral environment shutdown and build artifacts deleted. |
) (cherry picked from commit c314999)
) (cherry picked from commit c314999)
SUMMARY
Implements changes from discussion #27557
Also, refactored the svg icons used in viz picker (ballot, category, tags) as their viewboxes were weird, which resulted in additional css used to make them look good
CC @yousoph
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
Open the viz picker, verify that Recommended section is gone and Featured contains all charts with "Popular" tag, verify that everything looks good
ADDITIONAL INFORMATION