gavination / Tremor-Trainer

2 stars 0 forks source link

Incorporate leading zero's when rendering TimerText #23

Closed gavination closed 2 years ago

gavination commented 3 years ago

Currently, there countdown timer does not render leading zeros in the manner an end user would expect, like 00:00. As soon as there are single digits in the number's representation, the format may look like the following to denote that there are 8 seconds left - 0:8. Fix this to represent a more common format for time representation.

Note:

gavination commented 2 years ago

addressed in a much earlier PR