Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-01-23 21:10:16 +0300
committerCamila <hello@camila.codes>2022-03-17 19:50:33 +0300
commit73bae8cd309e555d3caf932ffec31906c1f4b4cd (patch)
tree7b974049971b89fa2e3ea522801ddb28b8a9c279 /resources.qrc
parent9957287518b166e9c67a8b3e3a9af68c2a020a6d (diff)
Add TalkReply class and tests.
- Add struct TalkNotificationData to handle token and messageId. - Handle chat and call notifications with the new struct. - Add talk token and messageId to data roles in ActivityListModel. - Add Talk Reply component to the ActivityList. - User Loader to display the TalkReply component. - Move Talk Reply from ActivityItem to ActivityItemContent due to PR #4186. - Use TextField instead of Text. - Disable send reply button instead of changing border color when field is empty. Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'resources.qrc')
-rw-r--r--resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources.qrc b/resources.qrc
index a931e6716..c78b166fa 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -28,5 +28,6 @@
<file>src/gui/tray/ActivityItemContextMenu.qml</file>
<file>src/gui/tray/ActivityItemActions.qml</file>
<file>src/gui/tray/ActivityItemContent.qml</file>
+ <file>src/gui/tray/TalkReplyTextField.qml</file>
</qresource>
</RCC>