1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey b2882aa778
Handle account selection on all domains that can view the selection (#8341)
Selecting a new account now results in all domains that can view this
change being notified. Previously only the dapp in the active tab was
being notified (though not correctly, as the `origin` was accidentally
set to the MetaMask chrome extension origin).

This handling of account selection has been moved into the background
to minimize the gap between account selection and the notification
being sent out. It's simpler for the UI to not be involved anyway.
2020-04-16 13:16:53 -03:00
..
components Rename non-existent selectedAccount prop to fromAccount (#8337) 2020-04-15 11:41:34 -03:00
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Rewrite checkbox component (#8305) 2020-04-09 18:51:12 -03:00
ducks Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
helpers Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
pages Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
selectors Remove unused getActiveTab selector (#8319) 2020-04-09 21:17:43 -03:00
store Handle account selection on all domains that can view the selection (#8341) 2020-04-16 13:16:53 -03:00