Add 'Reply' as activity link instead of changing the 'View chat' link.
authorCamila <hello@camila.codes>
Tue, 29 Mar 2022 11:33:06 +0000 (13:33 +0200)
committerCamila <hello@camila.codes>
Wed, 6 Apr 2022 08:38:00 +0000 (10:38 +0200)
commitc254572e808f5843e6c8b7219045ab9e293d4980
treef6d1f318b75896e7cc0ed78f6221a3ded3dbf3ad
parent468a33cfa871a0678c1a9446ee0d08e1208b1769
Add 'Reply' as activity link instead of changing the 'View chat' link.

- 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>
src/gui/tray/ActivityItem.qml
src/gui/tray/ActivityItemActions.qml
src/gui/tray/ActivityItemContent.qml
src/gui/tray/TalkReplyTextField.qml
src/gui/tray/activitydata.h
src/gui/tray/activitylistmodel.cpp
src/gui/tray/activitylistmodel.h
src/gui/tray/notificationhandler.cpp