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 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
..
components Show correct description for empty Connected Sites modal (#8298) 2020-04-08 10:14:54 -02:30
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Change fa-refresh to fa-sync (#8301) 2020-04-07 14:51:22 -07:00
ducks Remove unused isPopup state (#8280) 2020-04-01 20:01:47 -03:00
helpers Connected status indicator (#8270) 2020-04-01 16:14:59 -02:30
pages Use ISO-8601 date format for last active time (#8306) 2020-04-08 10:21:56 -03:00
selectors Use ISO-8601 date format for last active time (#8306) 2020-04-08 10:21:56 -03:00
store Connect flow via popup (#8269) 2020-04-07 16:08:15 -02:30