status-desktop/ui/app/AppLayouts/Wallet
emizzle 76e7897e8d fix: 1-on-1 send tx recipient show in tx preview
We were previously displaying an address in the "to" field for TransactionPreview. Instead, this is meant to be a contact view.
- Fix ContactSelector to trigger selectedContactChanged
- Fix RecipientSelector > ContactSelector to trigger resolveEns from outside call to prevent infinite loop from the above fix
- Add alias to pre-selected contact for the Contact view of TransactionPreview
- Add option to change debounce delay so that when values are pre-selected (readonly), there is no delay before resolution.
- Fix missing tx data param in walletModel.estimateGas
2020-11-11 12:01:38 -05:00
..
components fix: code review 2020-11-05 10:55:39 -05: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 fix: token verification condition 2020-11-06 16:21:57 -05: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-on-1 send tx recipient show in tx preview 2020-11-11 12:01:38 -05:00
SetCurrencyModal.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
TokenSettingsModal.qml fix: code review 2020-11-05 10:55:39 -05: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