Changeset View
Changeset View
Standalone View
Standalone View
src/apps/qml/qml/messages/UserMessage.qml
| Show First 20 Lines • Show All 257 Lines • ▼ Show 20 Line(s) | 79 | ColumnLayout { | |||
|---|---|---|---|---|---|
| 258 | ThreadLabel { | 258 | ThreadLabel { | ||
| 259 | Layout.fillWidth: true | 259 | Layout.fillWidth: true | ||
| 260 | onOpenThread: { | 260 | onOpenThread: { | ||
| 261 | console.log(RuqolaDebugCategorySingleton.category, " OPen thread " + i_messageID) | 261 | console.log(RuqolaDebugCategorySingleton.category, " OPen thread " + i_messageID) | ||
| 262 | messageMain.openThread(i_messageID, i_messageText) | 262 | messageMain.openThread(i_messageID, i_messageText) | ||
| 263 | } | 263 | } | ||
| 264 | } | 264 | } | ||
| 265 | } | 265 | } | ||
| 266 | | ||||
| 266 | ReactionsPopup { | 267 | ReactionsPopup { | ||
| 267 | visible: i_useMenuMessage && root.hovered | 268 | visible: i_useMenuMessage | ||
| 269 | showIcon: root.hovered | ||||
| 268 | onInsertReaction: { | 270 | onInsertReaction: { | ||
| 269 | messageMain.addReaction(i_messageID, emoji) | 271 | messageMain.addReaction(i_messageID, emoji) | ||
| 270 | } | 272 | } | ||
| 271 | } | 273 | } | ||
| 272 | 274 | | |||
| 273 | TimestampText { | 275 | TimestampText { | ||
| 274 | id: timestampText | 276 | id: timestampText | ||
| 275 | timestamp: i_timestamp | 277 | timestamp: i_timestamp | ||
| 276 | visible: !i_groupable | 278 | visible: !i_groupable | ||
| 277 | } | 279 | } | ||
| 278 | } | 280 | } | ||
| 279 | } | 281 | } | ||