david-swift / Memorize

Study flashcards in a native GNOME app
https://flathub.org/apps/io.github.david_swift.Flashcards
GNU General Public License v3.0
87 stars 9 forks source link

Move from OverlaySplitView to NavigationSplitView #33

Closed bragefuglseth closed 5 months ago

bragefuglseth commented 5 months ago

I'm really enjoying the latest changes, great work! Semantically, I think it would make more sense to use a hierarchical navigation model for the main view at narrow window widths than an overlay sidebar based one, since the app has a clear top-down structure (list of sets -> set info -> study/test modes). AdwNavigationSplitView implements this hierarchical model.

david-swift commented 5 months ago

I implemented this in 8ff3c7b. Thanks!