PeterJCLaw / srcomp-screens

Contains the web pages for the various screens that are displayed at the competition.
https://github.com/PeterJCLaw/srcomp/wiki/Component-Overview#srcomp-screens
MIT License
0 stars 1 forks source link

Feature request: seconds on staging/shepherding screens #6

Closed prophile closed 6 months ago

prophile commented 1 year ago

Request from the shepherding teams to use seconds, rather than truncating to minutes, on the staging and shepherding screen. This includes match timings and the wall clock.

PeterJCLaw commented 6 months ago

Looks like Moment JS (which we're using) doesn't offer a choice of precision: https://momentjs.com/docs/#/displaying/fromnow/

PeterJCLaw commented 6 months ago

However https://www.npmjs.com/package/moment-duration-format exists :tada: