status-desktop/ui/imports
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
..
Backpressure feat: adds QML debounce library 2020-07-14 11:56:44 -04:00
Themes feat: introduce new chat input component 2020-10-07 14:03:12 +02:00
twemoji Use twemoji.js 2020-06-30 14:35:14 -04:00
Constants.qml feat: add basic browser settings and go to them on browser button click 2020-10-21 12:06:50 -04:00
Emoji.qml feat: introduce new chat input component 2020-10-07 14:03:12 +02:00
SelectedMessage.qml fix: code review 2020-07-10 20:09:15 -04:00
Style.qml feat: enable changing theme from the profile settings 2020-07-03 09:59:14 -04:00
Theme.qml fix: link color 2020-08-06 16:35:54 +02:00
Utils.qml fix: 1:1 chat command transactions "intrinsic gas too low" 2020-10-28 11:07:21 +01:00
qmldir feat: adds QML debounce library 2020-07-14 11:56:44 -04:00