status-desktop/ui/imports/shared/popups
Sale Djenic a2f48eef49 refactor(@desktop/keycard): buttons' responibility in the keycard popup improved
A new rule introduced which should provide easier tracking/maintainig
later. The rule says:
- popup contains up to 3 action buttons and one back button (optional)
- if 3 buttons are displayed in the popup then the most left button, but
not back button, always triggers tertiary action, middle button always
triggers secondary action and the most right button always triggers primary
action
- if 2 buttons are displayed, then:
  - if one of them is "Cancel" (left button) it should trigger tertiary action
and the other one (right button) should trigger primary action
  - if non of them is "Cancel" then the left button triggers secondary action
and the right button triggers primary action
- if single button is displayed, then:
  - if it's "Cancel" it triggers tertiary action
  - if it is not "Cancel" it triggers primary action
- tertiary action always reffers to the cancel action until otherwise set
- tertiary action will be always triggered by closing popup via keybord
(esc key) or clicking on top right `x` button on the popup
2022-09-15 11:01:32 +02:00
..
keycard refactor(@desktop/keycard): buttons' responibility in the keycard popup improved 2022-09-15 11:01:32 +02:00
AddEditSavedAddressPopup.qml feat(wallet): add favorites for saved addresses 2022-09-12 15:58:52 +02:00
BlockContactConfirmationDialog.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
ChatCommandsPopup.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
CommunityIntroDialog.qml fix(CommunityDialogIntro): Fixed intro txt layout issues 2022-08-16 20:10:55 +03:00
ConfirmationDialog.qml feat(@test): Add test for delete account 2022-07-22 09:20:55 +02:00
ContactVerificationRequestPopup.qml fix(ChatMessagesView): Usage of `StatusMessage` WIP 2022-08-20 03:02:41 +03:00
DisplayNamePopup.qml tests: Can change own display name in ProfilePopup 2022-09-01 15:31:50 +03:00
DownloadPage.qml feat(updates): implement new download update page 2022-03-25 10:32:31 -04:00
ImageCropWorkflow.qml fix(@desktop/sugnup): Profile omage chosen during signup sould be saved for the user and squish test for the same 2022-08-24 11:21:16 +02:00
ImportCommunityPopup.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
InviteFriendsPopup.qml feat(Desktop)!: Updating desktop app due to IconSettings refactor 2022-09-02 18:41:21 +03:00
ModalPopup.qml test(chat): add a test that install a sticker pack and sends a sticker 2022-08-29 10:52:00 -04:00
NicknamePopup.qml fix(CommunitiesPortal): fixed status input as per design 2022-07-25 15:07:27 +03:00
PopupMenu.qml feat(Desktop)!: Updating desktop app due to IconSettings refactor 2022-09-02 18:41:21 +03:00
ProfilePopup.qml fix(ProfilePopup): Bind to displayName if current user 2022-09-01 15:31:50 +03:00
SelectAccountModal.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
SendContactRequestModal.qml fix(@desktop/community)!: missing error messages 2022-08-18 15:17:14 +03:00
SendModal.qml fix: port to StatusButton changes in master 2022-09-14 09:16:58 +02:00
SettingsDirtyToastMessage.qml test(community): add a test that edits a community 2022-08-10 16:24:26 -04:00
SignTransactionModal.qml fix(StatusModal): back button arrow was tiny 2022-08-04 13:13:50 +03:00
ToastMessage.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
TransactionModal.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
TransactionSettingsConfirmationPopup.qml style: remove trailing whitespaces 2022-02-09 11:16:23 +01:00
UnblockContactConfirmationDialog.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
UserStatusContextMenu.qml feat(Desktop)!: Updating desktop app due to IconSettings refactor 2022-09-02 18:41:21 +03:00
qmldir feat(@desktop/wallet): Implement Transaction details as per new design 2022-09-09 21:36:58 +02:00