phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Express save status in relative time

Open jaragunde opened this issue 7 years ago • 0 comments

Most webapps tell you the relative time since the last asynchronous save, e.g. "saved one second ago". We currently just print the timestamp for the last save.

The new Intl.RelativeTimeFormat API can help with this: https://developers.google.com/web/updates/2018/10/intl-relativetimeformat

jaragunde avatar Oct 25 '18 09:10 jaragunde