status-desktop/ui/imports/shared
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
..
controls fix: port to StatusButton changes in master 2022-09-14 09:16:58 +02:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels test(group chat): Testing changing group chat's name, color and image. 2022-09-14 12:49:43 +02:00
popups refactor(@desktop/keycard): buttons' responibility in the keycard popup improved 2022-09-15 11:01:32 +02:00
status fix: port to StatusButton changes in master 2022-09-14 09:16:58 +02:00
stores feat(wallet): add favorites for saved addresses 2022-09-12 15:58:52 +02:00
views fix(PinnedMessagesPopup): pinned messages modal design issues 2022-09-15 10:55:56 +02:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml bug(@status-desktop): only run animations when they are visible to avoid cpu issues 2022-06-28 11:23:38 -04:00
MacTrafficLights.qml refactor: removed dynamic scoping from shared module 2022-02-01 11:46:39 +01:00
polyfill.number.toLocaleString.js refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
qmldir fix(ChatMessagesView): Usage of `StatusMessage` WIP 2022-08-20 03:02:41 +03:00