Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Kirigami 2 is out now for a few weeks, and it brings many improvements, especially in performance and style. This is just a a port to kirigami 2, with a few style improvements. You may wonder why there are maybe more deletions than additions, but it's just because I could remove some code and replace it by simpler kirigami build-ins (Mostly add the ListViews).
Please do not merge until Kirigami 2 is available from the plasma mobile repos.
I also styled up the ListView with icons, I hope it's no problem I do it in the same PR. Oh, and I simplified the Listview by removing the last edited date, I think it's easier to use on a mobile now, but I can change that back if you don't like that,
This is work in progress, and I will remove that label when I'm finished and everything should work.
EDIT: I think this is mostly finished, but it still needs some testing.