-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Improved the adaptive layout behavior #5140
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
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.
Minor nit: You should be able to group variables of the same type into a single-line declaration.
Thanks, I'm aware of that I just prefer to declare them on separate lines so it's more readable :) |
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
@d2dyno1 can you take a look at the code factor issues? |
It looks like they weren't caused by this PR. Only one line was changed in said class ( |
Resolved / Related Issues
Details of Changes
This PR improves Adaptive Layout logic to decide better layout modes for directories. Feedback on the new logic is welcome!
Validation
How did you test these changes?