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 6ca18c3573
Fix handling of permissions of removed accounts (#8803)
Imported accounts can be removed, but the permissions controller is not
informed when this happens. Permissions are now removed as part of the
account removal process.

Additionally, the `getPermittedIdentitiesForCurrentTab` selector now
filters out any non-existent accounts, in case a render occurs in the
middle of an account removal.

This was resulting in a render crash upon opening the popup on a site
that was connected to the removed account.
2020-06-15 10:27:27 -03:00
..
components Hide token transfers on ETH asset page (#8799) 2020-06-12 23:06:33 -03:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Remove some unused state keys (#8776) 2020-06-10 14:51:12 -02:30
helpers Extract token to fiat conversion (#8777) 2020-06-10 15:04:56 -03:00
hooks Hide token fiat amounts on testnets (#8792) 2020-06-12 15:47:23 -03:00
pages Hide token transfers on ETH asset page (#8799) 2020-06-12 23:06:33 -03:00
selectors Fix handling of permissions of removed accounts (#8803) 2020-06-15 10:27:27 -03:00
store fix calling redirect immediately on cancel 2020-06-11 12:55:35 -07:00