1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/selectors
Mark Stacey 53ec42d95f
Add switch to connected account alert (#8532)
Add alert suggesting that the user switch to a connected account. This
alert is displayed when the popup is opened over an active tab that is
connected to some account, but not the current selected account. The
user can choose to switch to a connected account, or dismiss the alert.

This alert is only shown once per account switch. So if the user
repeatedly opens the popup on a dapp without switching accounts, it'll
only be shown the first time. The alert also won't be shown if the user
has just dismissed an "Unconnected account" alert on this same dapp
and account, as that would be redundant.

The alert has a "Don't show me this again" checkbox that allows the
user to disable the alert. It can be re-enabled again on the Alerts
settings page.
2020-05-12 10:01:52 -03:00
..
tests Consolidate selector tests (#8510) 2020-05-05 07:05:16 -07:00
confirm-transaction.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
custom-gas.js Reorganize selectors directory (#8497) 2020-05-02 12:41:17 -07:00
first-time-flow.js Consolidate send, onboarding selectors (#8501) 2020-05-04 08:22:34 -07:00
index.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
permissions.js Add switch to connected account alert (#8532) 2020-05-12 10:01:52 -03:00
selectors.js Only display accounts with identities in send and permissions flows (#8568) 2020-05-11 11:23:28 -07:00
send.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
tokens.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
transactions.js Reorganize selectors directory (#8497) 2020-05-02 12:41:17 -07:00