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 5b64a3d75e
Use ISO-8601 date format for last active time (#8306)
The last active time for each account in the Connected Sites list was
formatted as `yyyy-M-d` (i.e. without the zero-padding for the month
and the day). This didn't match the designs, isn't compliant with
ISO-8601, and generally isn't a common date format.

The month and day are now zero-padded.
2020-04-08 10:21:56 -03:00
..
tests LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
confirm-transaction.js Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
custom-gas.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
custom-gas.test.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
permissions.js Remove selected address history (#8104) 2020-02-25 14:39:38 -08:00
selectors.js Use ISO-8601 date format for last active time (#8306) 2020-04-08 10:21:56 -03:00
tokens.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
transactions.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00