AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

Make settings pages use components #84

Closed eLtMosen closed 1 year ago

eLtMosen commented 1 year ago

Goal is to make the use of font and icon size and row heigts consistent over all settings pages. As well as to add a HighlightBar for visual feedback and make all rows clickable like in the settings main list.

Depends on https://github.com/AsteroidOS/qml-asteroid/pull/37 to add and modify the components.

Signed-off-by: Timo Könnecke koennecke@mosushi.de

https://user-images.githubusercontent.com/15074193/235539398-265ebac0-2334-4b65-b0b3-58578a6af154.mp4

eLtMosen commented 1 year ago

The first time I watched this video I sort of missed the PageHeaders but I think I can get used to it. Fair enough.

@dodoradio made a good point about the pageheaders having had orientation/navigation purpose which i did not really see while deciding to remove them completely. I am reconsidering if what i originally wanted -> remove clutter from overlapping headers and the style inconsistency with the SmallCaps case, can be solved without removing them completely.