1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/app/selectors/tests
Whymarrh Whitby d131014b5e
Fix Connected Sites data selector (#8310)
This change replaces `getRenderablePermissionsDomains` with a new selector `getConnectedDomainsForSelectedAddress` that works better. The data returned from this selector is used to populated the _Connected Sites_ modal, which (as of #8262) didn't use most of the data returned from the old selector.

The old selector only looked at the first address that was exposed, making it not work for anything other than the first account connected to a particular origin.
2020-04-08 20:38:48 -02:30
..
confirm-transaction.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
selectors-test-data.js LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
selectors.test.js Fix Connected Sites data selector (#8310) 2020-04-08 20:38:48 -02:30
tokens.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
transactions.test.js LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00