Cleanup account page

- Fix small padding on the right when they is not enough elements for a
  scrollbar to appear (possibly due to a kirigami regression)
- Move account editor to a seperate page
- Cleanup a bit the code style
- Add tooltip to toolbuttons

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-07-17 09:57:03 +02:00
parent 1ac79273b6
commit 6c6e408497
4 changed files with 162 additions and 132 deletions

View File

@@ -17,6 +17,8 @@ Kirigami.ScrollablePage {
id: devices
}
anchors.fill: parent
Kirigami.PlaceholderMessage {
visible: parent.model.count === 0 // We can assume 0 means loading since there is at least one device
anchors.centerIn: parent