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

Replace YaruMasterDetailPage with a Column/Row/ListView+Navigator #1729

Open
Feichtmeier opened this issue Jul 2, 2024 · 0 comments
Open

Comments

@Feichtmeier
Copy link
Member

Feichtmeier commented Jul 2, 2024

We initially created YaruMasterDetailPage (YMDP) because of the settings app where the amount of menu item + page combos is so high that we eventually got distracted from a navigation layout approach.

YMDP provides a different layout when the app is smaller than breakpoint XYZ which is not used in app-center

YMDP has a big design flaw and using navigation inside the code is kind of complex.

Without changing the design in such a change I propose to change the code to

image

This could also make it easier to use for example this design for small windows (this would be another task and needs design ack):

  • hide left listview
  • add a show-left-pane button to the titlebar which opens a drawer overlay with the left pane like for example in this weather app:
Bildschirmaufnahme.2024-07-02.um.17.08.47.mov
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

No branches or pull requests

1 participant