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

fix(YaruMasterDetailPage): has too many nested Scaffolds #885

Merged
merged 1 commit into from Mar 10, 2024

Conversation

Feichtmeier
Copy link
Member

@Feichtmeier Feichtmeier commented Mar 10, 2024

  • Test on MacOS
  • Test on Linux
  • Test on Windows
  • Test on Web

grafik
grafik
grafik

This needs testing on all platforms, as all platforms behave differently with "draw in in the native window" before it can be considered a solution.

Note: in fact no scaffold is needed by default at all, as we only require the next child of materialapp to be a material widget. Scaffold is a very heavy widget with lots of stuff going on there. Even if the "expected" child page of one master element is a Scaffold or a YaruDetailPage, which is a Scaffold with lipstick

The normal layout with YMDP is the following
grafik

Fixes #728

@Feichtmeier Feichtmeier marked this pull request as ready for review March 10, 2024 15:30
Copy link
Member

@Jupi007 Jupi007 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@Feichtmeier Feichtmeier merged commit 39bb16d into main Mar 10, 2024
13 checks passed
@Feichtmeier Feichtmeier deleted the Feichtmeier/issue728 branch March 10, 2024 21:17
@github-actions github-actions bot mentioned this pull request Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

YaruMasterDetailPage has too many nested Scaffolds
3 participants