status-desktop/ui/imports/shared/views/chat
Jonathan Rainville 95407cc1e0 fix(contacts): remove isMutualContact, use isContact or isAdded indead
Fixes #6220

Fixes the issue with the mutual contact icon showing when just added.
It also does a huge cleanup of the codebase to remove isContact and replace it with either isAdded, when we care only about if we added, or isMutualContact if we want the contact to be mutual
Also fixes an issue with the MessageContextMenu not reflecting the added state correctly.
2022-07-11 09:34:29 -04:00
..
AcceptTransactionView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
ChannelIdentifierView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
ChatTextView.qml fix(Chat): Messages with GIF not display the url 2022-06-14 14:32:11 -04:00
CompactMessageView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
InvitationBubbleView.qml refactor: always request access to join community 2022-07-08 13:18:37 +02:00
LinksMessageView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
MessageContextMenuView.qml fix(contacts): remove isMutualContact, use isContact or isAdded indead 2022-07-11 09:34:29 -04:00
MessageView.qml fix(MessageView): slow chat switching because of height recalculation 2022-07-06 14:05:06 -04:00
TransactionBubbleView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
qmldir feat(profile): re-design Contacts setting view 2022-03-18 11:37:26 -04:00