-
Notifications
You must be signed in to change notification settings - Fork 57
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: handle child layouts #2853
Conversation
Handle child layouts depending on if they have flowLayout true or false. Fixes all layouts having flowLayout if the parent layout or one child has flowLayout true. Fixes #20261
a801123
to
e2d86cf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2853 +/- ##
==========================================
- Coverage 92.65% 92.63% -0.02%
==========================================
Files 83 83
Lines 2831 2839 +8
Branches 729 740 +11
==========================================
+ Hits 2623 2630 +7
- Misses 156 158 +2
+ Partials 52 51 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@platosha could you or someone else from Hilla team please review this pull request before we lost the memories what the topic was about 😄 |
Quality Gate passedIssues Measures |
* fix: handle child layouts Handle child layouts depending on if they have flowLayout true or false. Fixes all layouts having flowLayout if the parent layout or one child has flowLayout true. Fixes #20261 * refactor(file-router): flowLayout subtree implementation cleanup --------- Co-authored-by: Mikhail Shabarov <[email protected]> Co-authored-by: Anton Platonov <[email protected]>
fix: handle child layouts (#2853) * fix: handle child layouts Handle child layouts depending on if they have flowLayout true or false. Fixes all layouts having flowLayout if the parent layout or one child has flowLayout true. Fixes #20261 * refactor(file-router): flowLayout subtree implementation cleanup --------- Co-authored-by: caalador <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]> Co-authored-by: Anton Platonov <[email protected]>
Handle child layouts depending
on if they have flowLayout true or false.
Fixes all layouts having flowLayout
if the parent layout or one child has
flowLayout true.
Fixes vaadin/flow#20261