1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/permissions-connect
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
..
choose-account Connect flow via popup (#8269) 2020-04-07 16:08:15 -02:30
index.js
index.scss Connect flow via popup (#8269) 2020-04-07 16:08:15 -02:30
permissions-connect.component.js Connect flow via popup (#8269) 2020-04-07 16:08:15 -02:30
permissions-connect.container.js Use ISO-8601 date format for last active time (#8306) 2020-04-08 10:21:56 -03:00