Depending on the content we want to use Page or ScrollablePage
The runcommand config should be a scrollablepage, but isn't right now
The code even (incompletely) works around that
To address this make the individual config files add their page instead of an additional wrapper page
Unfortunately, most issues are in Kirigami and we can't fix them from our side. Namely, these things remain unfixed:
- `Kirigami.PlaceholderMessage` are not read by screen readers
- When navigating with the keyboard, pressing tab selects elements from right to left, which is weird
- When navigating with the keyboard, the selected element is not highlighted
- `Kirigami.Action` that don't have a `text` property don't use the `Accessible.name` property when using a screen reader.