-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix(dashboard): dropdown indicator in dashboard tabs has proper width and position #12584
Conversation
@kgabryje can you take a look? I changed styles added by you. @adam-stasiak would you find some time for testing? |
Codecov Report
@@ Coverage Diff @@
## master #12584 +/- ##
==========================================
- Coverage 66.75% 62.48% -4.27%
==========================================
Files 1015 1015
Lines 49634 49611 -23
Branches 4839 4839
==========================================
- Hits 33131 30999 -2132
- Misses 16380 18414 +2034
- Partials 123 198 +75
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@kkucharc I'm not sure what was the goal of adding these styles, but if everything still works (and works better 🙂) then LGTM! |
Could you also make sure to test when native filters are disabled? |
Here gif when native filters are disabled: |
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.
Thanks for the PR!
In chrome, it works better. but still lots of other issues in Firefox.
@rusackas im not sure if we should continue to invest in adding more bandaids trying to dashboard UX or starting looking for a more long term solution. wdyt?
Looks good to me 🟢 : Nagranie.z.ekranu.2021-01-20.o.22.44.53.movWithout: Nagranie.z.ekranu.2021-01-20.o.22.45.50.mov |
SUMMARY
Dropdown indicators were moved several pixels to various direction (depending on indicator's area).
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
After with open native filters:
TEST PLAN
Tabbed Dashboard
ADDITIONAL INFORMATION