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
AgeCommit message (Collapse)Author
2022-09-06Use same tooltip component everywhereClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-29Clean up TalkReplyTextField, remove unnecessary parent Itembugfix/clean-up-talkreplytextfieldClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-06-28Clean up code, move values to Style.qml.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-06-28Talk reply field should now have the same height as the 'Reply' button.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-05-25Change color of text field to ncTextColor instead of ncSecondaryTextColor.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-05-25Add a transparent background to the send reply button.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-05-16Fixed several issues with activity items relating to icon colouration and ↵Claudio Cambra
activity item sizing + layout Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-04-06Adress design issues.Camila
- The input field was not using the theming. - After submitting the reply, the text and icon on the left were moving. Signed-off-by: Camila <hello@camila.codes>
2022-04-06Add 'Reply' as activity link instead of changing the 'View chat' link.Camila
- Align 'Reply' button. - Do not display 'View chat' as a link: the 'View chat' action is active when the user clickcs on the notification item in the tray window. - Convert the QByteArray verb value to String. - Handle logic to toggle the reply textfield in the QML code. Signed-off-by: Camila <hello@camila.codes>
2022-03-28Address PR comments.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-03-28Rename functions.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-03-28Fix background color so it switches with light/dark theme.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-03-28Let qml know the message reply was sent.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-03-17Add TalkReply class and tests.Camila
- 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>