Commit graph

2 commits

Author SHA1 Message Date
Andy Scherzinger
eae4021835 style: Update icons to latest Hub 9 style
... Material Symbols

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-09-02 09:27:07 +02:00
Camila
73bae8cd30
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>
2022-03-17 17:50:33 +01:00