-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[TreeView] Show only current tile on sm screens; Fix minor layout issues #2837
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2837 +/- ##
=======================================
Coverage 72.33% 72.33%
=======================================
Files 257 255 -2
Lines 9524 9519 -5
Branches 1096 1096
=======================================
- Hits 6889 6886 -3
+ Misses 2308 2306 -2
Partials 327 327
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Reviewed 5 of 8 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)
I reviewed the Codecov details and didn't see how the uncovered click was covered before. I don't believe that we actually lost any real covereage. |
…ues (#2837) * Hide all but the current domain tile for xs and sm width windows: resolves #2682, though for domains with lots of subdomains, a small amount of horizontal scrolling required with md width (600-850 px) * Prevent large semantic domain names from distorting the tree when viewing their children: fixes #2836 * Prevent a scrollbar from showing up in the middle of the page
<ImageList>
from the parent row: fixes Large semantic domain names distort the tree when viewing their children #2836xs
andsm
width windows: resolves Domain tree doesn't fit horizontally in small-width windows #2682overflow: "visible"
to the children row to prevent a scrollbar from showing up in the middle of the pageThis change is