-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: explore page style fix, remove unnecessary scroll bars #12649
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12649 +/- ##
==========================================
- Coverage 66.85% 63.22% -3.64%
==========================================
Files 1018 486 -532
Lines 49776 29982 -19794
Branches 4869 0 -4869
==========================================
- Hits 33280 18956 -14324
+ Misses 16373 11026 -5347
+ Partials 123 0 -123
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@adam-stasiak This is by design, because with the default controls column width, the dropdown can easily overflow: So instead of horizontally scrolling the menu, you will need to scroll the whole controls column. If folks think this is a better experience, I can revert. |
cc34966
to
c8b410f
Compare
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.
LGTM!
Thank you for removing unnecessary scroll bars 🙏
me personally have been annoyed by the issue you fixed in 3. thank you! 🙏
4. man, i love this 'regression'! thanks for introducing it!!
@ktmud
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.
Everything seems good to me. Thanks a lot for those changes, those charts looks really nice :)
Reverting the popover selects to |
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.
Looks great!
that's weird, i can't see this PR from git log and not seeing the changes in master... @ktmud |
* fix: various style touch on Explore page * More style fixes * Force 100% height for sidebars * Fix linting
SUMMARY
Various style fix on Explore page. Remove unnecessary scrollbars and make select dropdowns more selectable.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
After
position: absolute
columns once chore(explore): Save Resizable width to localStorage #12593 is merged).We should probably also revert the metrics/columns select in AdhocMetric/Filter popover back to
react-select
so that the same solution can be applied to address #12640 .TEST PLAN
Visual verification.
I recommend testing on the "Country of Citizenship" chart.
ADDITIONAL INFORMATION