dogsbodytech / statuspile

A status page of status pages that consolidates status pages into one screen allowing you to see an overview of all your upstream providers in one place.
https://www.statuspile.com/
MIT License
24 stars 10 forks source link

90 seconds = 100 ticks #1

Closed dogsbody closed 5 years ago

dogsbody commented 5 years ago

The initial build had a 100 second countdown which we changed to 90 seconds.

However we are vuetify countdown which always runs from 100 to 0. Relevant link.

We changed the seconds to be 90 & that now means one tick on the countdown wont represent exactly 1 second but 0.9 seconds.

Not a problem but would be nice to fix at some point in the future :-)

dhrumil4u360 commented 5 years ago

Managed to change display to run from 90 to 0. So, this is fixed now. 1 tick represents 1 second now.