tomFlowee
049d735a53
Add decrypt of PinToPay wallet in mobile
...
this also changes the API propertes that handle encryption details a
little. Making them faster and the meaning follows the logical
conclusion of the naming better.
Specifically:
when needsPinToOpen would return true, now needsPinToPay will also
always return true.
2023-06-30 23:18:31 +02:00
tomFlowee
167c590b78
Use triple equals in JS
2023-05-01 21:51:25 +02:00
tomFlowee
45768afe63
Tweak the popup menu
...
- Don't show Details again for already showing details.
- Show encryption menu even if we are in the details pane (because why not)
2023-02-24 23:44:10 +01:00
tomFlowee
2aefc20023
Use === instead of ==, following linter suggestion.
2023-02-08 10:05:39 +01:00
tomFlowee
40c3222f4a
Rename property and minor UX cleanups
...
Rename AccountInfo property 'isDefautWallet' to 'isPrimaryAccount'.
2022-12-19 14:06:27 +01:00
tomFlowee
50ca6c112f
Remove version numbers in imports
...
This idea has been removed in Qt6.
2022-11-26 10:46:57 +01:00
tomFlowee
d384167445
Prepare for better shared-widgets setup
...
QML allows re-usable components, this makes the already created
list of widgets for Desktop easy to use for mobile as well.
2022-11-14 21:25:36 +01:00