-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Complex-Dom] Combine visibility: hidden and display: none for side TreeView hidden elements. #327
[Complex-Dom] Combine visibility: hidden and display: none for side TreeView hidden elements. #327
Conversation
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.
It's difficult to review without more comments in the code. I left a few comments to outline the parts where I'd need more explanations.
Thanks!
resources/todomvc/big-dom-generator/src/components/tree-area.jsx
Outdated
Show resolved
Hide resolved
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.
The comments help a lot, thank you
I still don't understand everything :D I left a few questions that I'd love to get answers about, but approving still.
resources/todomvc/big-dom-generator/src/components/tree-area.jsx
Outdated
Show resolved
Hide resolved
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 @julienw for all the questions, that made it easier to somewhat follow along.
@julienw I addressed all your feedback, I'll go ahead and merge the PR now. Please let me know if there are any more changes you'd like to see in a follow-up. |
Following the discussion on #316 this PR adds a new class name to TreeView elements that should be hidden using
display: none
.After this change the sidebar has 6004 elements and 2996 of them had the
display: none
value or are descendants of elements withdisplay: none
value.Hosted version: https://lpardosixtosms.github.io/SpeedometerHiddenNone/#home