ColdWeatherBoyy / pt-timer

MIT License
0 stars 0 forks source link

Fix Timing of Timers #6

Closed ColdWeatherBoyy closed 2 months ago

ColdWeatherBoyy commented 2 months ago

Timers pause at 0 before resetting – we need to make the STOP happen right when they increment to 0, not another second later.

ColdWeatherBoyy commented 2 months ago

Perhaps it's just that when the value is 0 we render FINISHED or DONE or something of that nature?

ColdWeatherBoyy commented 2 months ago

We could also make use of this to render text inbetween intervals when paused.

ColdWeatherBoyy commented 2 months ago

Commit 0796b29 starts to handle this. Adds done, removes decrement, and Done renders on 0.

ColdWeatherBoyy commented 2 months ago

Alright this is now closed as of commit 345b77f