mirror of
https://github.com/KDE/kasts.git
synced 2025-01-28 16:19:56 +01:00
More work on the ErrorListPage delegate
This commit is contained in:
parent
5a0972372b
commit
3653aa4687
@ -26,8 +26,14 @@ Kirigami.ScrollablePage {
|
||||
}
|
||||
Component {
|
||||
id: errorListDelegate
|
||||
Controls.Label {
|
||||
text: error.string + error.date + error.string
|
||||
Kirigami.SwipeListItem {
|
||||
contentItem: Kirigami.BasicListItem {
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
text: error.id ? DataManager.getEntry(error.id).title : DataManager.getFeed(error.url).title
|
||||
icon: "data-error"
|
||||
subtitle: error.string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user