status-desktop/ui/app/AppLayouts/Profile
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
..
controls chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
panels fix(contacts): remove isMutualContact, use isContact or isAdded indead 2022-07-11 09:34:29 -04:00
popups Update ui/app/AppLayouts/Profile/popups/BackupSeedModal.qml 2022-07-07 14:47:12 +03:00
stores fix(Profile): ensure backup seedphrase warning disappears 2022-07-07 15:18:56 +02:00
views fix(contacts): remove isMutualContact, use isContact or isAdded indead 2022-07-11 09:34:29 -04:00
ProfileLayout.qml fix(Profile): ensure backup seedphrase warning disappears 2022-07-07 15:18:56 +02:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00