Skip to content
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

Merged
merged 6 commits into from
Jan 9, 2024

Conversation

imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Dec 13, 2023


This change is Reviewable

@imnasnainaec imnasnainaec self-assigned this Dec 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (edeeda5) 72.33% compared to head (4b471ab) 72.33%.

Files Patch % Lines
...c/components/TreeView/TreeDepiction/CurrentRow.tsx 33.33% 1 Missing and 1 partial ⚠️
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           
Flag Coverage Δ
backend 82.97% <ø> (+0.02%) ⬆️
frontend 62.56% <50.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:LGTM:

Reviewed 5 of 8 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)

@jasonleenaylor
Copy link
Contributor

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.

@imnasnainaec imnasnainaec merged commit 965112d into master Jan 9, 2024
@imnasnainaec imnasnainaec deleted the sem-dom-tree-size branch January 9, 2024 13:23
jmgrady pushed a commit that referenced this pull request Mar 6, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants