-
Notifications
You must be signed in to change notification settings - Fork 1.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
fix(conditional styling): conditional visibility for images and alpha-numerics in display layouts #7824
fix(conditional styling): conditional visibility for images and alpha-numerics in display layouts #7824
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7824 +/- ##
==========================================
+ Coverage 56.14% 56.96% +0.82%
==========================================
Files 674 674
Lines 27283 27281 -2
Branches 2669 2671 +2
==========================================
+ Hits 15317 15541 +224
+ Misses 11629 11401 -228
- Partials 337 339 +2
... and 73 files with indirect coverage changes Continue to review 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.
Works great - well done!
Waiting to merge this due due an anomaly i found in the visual tests related to me changing a div to a button element. investigating |
… role instead - IT'S CALLED COMPROMISE!
Closes #7718
Closes #7782
Describe your changes:
Conditionally shows image views and alpha-numeric views within display layouts when visibility is toggled via a conditional style. This is achieved via Vue's
v-show
conditional rendering, which applies adisplay: none;
when thev-show
condition is false.Adds a couple regression tests plus a test which generates a localstorage state with a basic condition set that can be used in other e2e tests to save execution time.
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist