status-desktop/ui/app/AppLayouts/Wallet
Eric Mastro daabef3a3c fix: do not show watch-only accounts as “from address”
Fixes: #2257.

If a user had selected a watch-only address in the wallet, the backend `walletModel.currentAccount` property would also change. When loading a transaction modal, this property was used to set the `selectedAccount` value for the “from” `AccountSelector`, regardless if the account was a watch-only address.

This PR updates the logic for `selectedAccount` such that it will only allow the account to be selected if it is not a watch-only account.
2021-04-29 12:36:39 -04:00
..
components feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
data implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
AccountSettingsModal.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
AddCustomTokenModal.qml fix: custom token validation for non-token addresses 2021-03-25 15:52:02 -04:00
AssetsTab.qml feat: introduce global settings 2021-04-19 13:53:14 +02:00
CollectiblesTab.qml feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00
HistoryTab.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
LeftTab.qml feat: introduce global settings 2021-04-19 13:53:14 +02:00
ReceiveModal.qml fix(Wallet): use correct theme colors for wallet icons in receive modal 2021-04-14 17:00:37 +02:00
SeedPhraseBackupWarning.qml fix: Add close button to seed backup warning 2021-04-21 17:59:27 -04:00
SendModal.qml fix: do not show watch-only accounts as “from address” 2021-04-29 12:36:39 -04:00
SetCurrencyModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
SignPhraseModal.qml fix: fix qml warnings 2021-04-13 17:49:43 -04:00
TokenSettingsModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
WalletHeader.qml fix: menu dropdowns not closing on button click and position 2021-04-01 16:59:43 -04:00
WalletLayout.qml chore: remove unnecessary splitview props 2021-04-15 10:12:50 +02:00
qmldir feat: add files for the wallet tabs 2020-05-28 13:59:56 -04:00