AsteroidOS / asteroid-settings

Default settings app for AsteroidOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: Move display related settings to own page.

MagneFire opened this issue · comments

The additions of Tilt-to-wake and Always on display make the settings list rather long. I would like to propose a change where these options and the brightness setting is moved to its own page.

Here is the state of it currently
Screenshot_20200817_212702

The Switch component(https://github.com/AsteroidOS/qml-asteroid/blob/master/src/controls/qml/Switch.qml) is replaced by something else which I think fits the overall design of AsteroidOS better (https://github.com/MagneFire/asteroid-settings/blob/displaypage/NewSwitch.qml). Obviously, this change would be applied to qml-asteroid when/if merged.

Feedback of this is welcome ;)

commented

Introducing category setting pages is obviously a good idea.
That said, I think the spacing between entries could be larger and it would look more polished if the yes/no buttons would have the same size as the +/- buttons.

ok, here is another one.
Replace the enable/disable buttons to something more obvious.
Also the (+) button and the checkbox icons should be aligned now.
And the spacing is increased slightly.

Screenshot_20200817_235841

Another screenshot, but instead of hiding tilt-to-wake when it is not available. Just change the opacity and strike through the text. This indicates that the current build has tilt-to-wake support, but on the current platform it isn't working.

Screenshot_20200818_191002