Settings layout rework: organize options into clearer sections #129
Closed
Caelestis94
started this conversation in
Ideas
Replies: 2 comments 3 replies
|
Agree .. something needs to be done in the settings menu and it needs some love. |
0 replies
|
will add this as work item for 1.9.0 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
The settings page has grown into a long vertical stack of controls. It works, but it is becoming hard to scan and navigate as more options are added.
This discussion is for exploring a more KDE-consistent organization for AppGrid settings.
Problem
Most settings currently live in one large
Generalpage. As the app gains more options, unrelated controls sit next to each other:This makes specific settings harder to find, and repeated/content-heavy controls like hidden apps do not scale well in a plain vertical form.
Possible direction
A first-pass PoC splits the settings into tabs:
The PoC also changes Hidden Apps from an unbounded stack of rows into a bounded list control with search/filtering, so a larger hidden-app list does not stretch the whole settings page.
Some screenshots of a possible layout :
Notes
The goal is not to make a custom settings shell, but to stay reasonably consistent with KDE/Plasma settings patterns while making the page easier to navigate.
This idea came about when I tried adding a setting for #128, I realized how populated the settings are at that point.
All reactions