mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
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
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.5%
JavaScript
29.4%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%