mirror of https://github.com/KDE/kasts.git
Show description and authors in EntryListHeader
This commit is contained in:
parent
c6a59392e0
commit
ca4a4de2e6
|
@ -46,7 +46,15 @@ RowLayout {
|
|||
visible: page.feed.refreshing
|
||||
}
|
||||
}
|
||||
ColumnLayout {
|
||||
Kirigami.Heading {
|
||||
text: page.feed.name
|
||||
}
|
||||
Controls.Label {
|
||||
text: page.feed.description
|
||||
}
|
||||
Controls.Label {
|
||||
text: page.feed.authors.length === 0 ? "" : " " + i18nc("by <author(s)>", "by") + " " + page.feed.authors[0].name
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue