Fix the timeline Part 2: Bubble Rework

This reworks the bubble as a separate component and makes some fixes to prevent the console being spammed with polish loop warnings.
This commit is contained in:
James Graham
2023-09-22 17:12:56 +00:00
parent 486fae9c10
commit 6d56251f6f
14 changed files with 412 additions and 306 deletions

View File

@@ -20,9 +20,7 @@ MessageDelegate {
property alias room: liveLocationModel.room
ColumnLayout {
Layout.maximumWidth: root.contentMaxWidth
Layout.preferredWidth: root.contentMaxWidth
bubbleContent: ColumnLayout {
LiveLocationsModel {
id: liveLocationModel
eventId: root.eventId