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 /theme.qrc.in
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 'theme.qrc.in')
-rw-r--r--theme.qrc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.qrc.in b/theme.qrc.in
index c2d84b95f..e66e79bc2 100644
--- a/theme.qrc.in
+++ b/theme.qrc.in
@@ -213,5 +213,6 @@
<file>theme/black/email.svg</file>
<file>theme/black/edit.svg</file>
<file>theme/delete.svg</file>
+ <file>theme/send.svg</file>
</qresource>
</RCC>