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 2dbb151e0b
Fix account order on unconnected account alert (#8863)
The account list on the unconnected account alert was in the wrong
order; they were in the order provided by the permissions controller
rather than by last active.

The accounts are now sorted correctly; first by last active, second by
the keyring controller order.

The `getPermittedIdentitiesForCurrentTab` selector was removed because
it is no longer used.
2020-06-25 21:05:42 -03:00
..
components Fix account order on unconnected account alert (#8863) 2020-06-25 21:05:42 -03:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Align copy tooltip text and icon (#8861) 2020-06-24 15:34:18 -07:00
ducks Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
helpers Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
hooks fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
pages Fix mobile sync redirect (#8860) 2020-06-24 19:34:39 -03:00
selectors Fix account order on unconnected account alert (#8863) 2020-06-25 21:05:42 -03:00
store Call getMethodDataAsync when knownMethodData[fourBytePrefix] object is empty (#8836) 2020-06-22 21:30:45 -07:00