timeline: Load avatars asynchronously

Speeds up scrolling through the timeline.
This commit is contained in:
Kai Uwe Broulik
2024-12-25 21:39:58 +01:00
parent c92284ab02
commit 3eaef148fe
7 changed files with 7 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ RowLayout {
source: root.author?.avatarUrl ?? ""
name: root.author?.displayName ?? ""
color: root.author?.color ?? Kirigami.Theme.highlightColor
asynchronous: true
MouseArea {
anchors.fill: parent