status-desktop/ui/app/AppLayouts/Wallet
emizzle 423882df89
fix: 1:1 chat command transactions "intrinsic gas too low"
I noticed that the 1:1 chat commands were not able to send token transactions due to "intrinsic gas too low" error. I quickly realised there there were a few components missing, which have been fixed.

*feat: update the 1:1 chat commands transaction modal to allow editing of the from account and network fee*

The TransactionStackGroup was updated slightly to allow manual control of back/next actions.

Fixes #870.

*fix: Create distinct modal transaction actions*

Previously, adding `Connection`s for the  `walletModel.transactionWasSent` signal in different dialogs would cause the signal to be handled in the wrong dialog. The solution was to pass a `uuid` from the requesting dialog, and include the `uuid` in the response, so that only requests that were requested from the dialog would be handled.

*fix: update 1:1 translations*
All the translations were not being translated for me. I noticed that they did not exist in the `.ts` translation files either.
2020-10-28 11:07:21 +01:00
..
components fix: add image loader to collectibles images 2020-10-09 12:05:10 -04:00
data implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
AccountSettingsModal.qml feat: Send transaction component -- Account selector 2020-08-05 16:38:49 +10:00
AddCustomTokenModal.qml feat: list, toggle and remove custom tokens 2020-09-09 16:10:51 -04:00
AssetsTab.qml feat: add assets and history in wallet popup 2020-10-20 14:42:36 -04:00
CollectiblesTab.qml feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00
HistoryTab.qml fix: fix a couple of QML warnings 2020-10-27 10:23:40 -04:00
LeftTab.qml uiux(Wallet): improve readability of high value balances 2020-09-17 15:16:16 -04:00
ReceiveModal.qml feat(tx-comps): Send transaction modal 2020-09-03 15:32:55 -04:00
SendModal.qml fix: 1:1 chat command transactions "intrinsic gas too low" 2020-10-28 11:07:21 +01:00
SetCurrencyModal.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
TokenSettingsModal.qml feat: list, toggle and remove custom tokens 2020-09-09 16:10:51 -04:00
WalletHeader.qml feat: open sendModal when click the send button in wallet popup 2020-10-20 14:42:36 -04:00
WalletLayout.qml refactor: use profileSettingsFile QtProperty instead of profile directly 2020-09-16 16:58:55 -04:00
qmldir feat: add files for the wallet tabs 2020-05-28 13:59:56 -04:00