status-desktop/ui/app/AppLayouts/Chat/ChatColumn
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
..
ChatComponents fix: do not show watch-only accounts as “from address” 2021-04-29 12:36:39 -04:00
MessageComponents feat: implement redesign of message replies 2021-04-29 12:35:59 -04:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml fix(CompactMessage): fix message hover getting stuck 2021-04-21 18:05:42 -04:00
EmptyChat.qml Fixed onboarding view backgroud image issue on dark mode. Fixes #1965 2021-03-04 17:17:29 -05:00
Message.qml feat: implement redesign of message replies 2021-04-29 12:35:59 -04:00
SuggestionBox.qml Fixed not showing issue for the profile thumbnail in the suggestion list. Fixes #1916 2021-03-04 17:34:01 -05:00
SuggestionFilter.qml fix: fix mention popup not showing after a line break 2021-04-01 17:07:25 -04:00
TopBar.qml fix: menu dropdowns not closing on button click and position 2021-04-01 16:59:43 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00