Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopwatch needs to prepend a 0 to centiseconds lower than 10 #1

Open
chris-gong opened this issue Aug 10, 2019 · 2 comments
Open

Stopwatch needs to prepend a 0 to centiseconds lower than 10 #1

chris-gong opened this issue Aug 10, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@chris-gong
Copy link
Owner

For example, a time like 1:05 will show up as 1:5. However, a zero does need to be prepended to the five in this case.

@chris-gong chris-gong added the bug Something isn't working label Aug 10, 2019
@chris-gong chris-gong self-assigned this Aug 10, 2019
@chris-gong
Copy link
Owner Author

Adding to this issue that the colon (:) should be replaced with a period (.). Also, the clock should loop once it reaches 99.99 seconds.

@chris-gong
Copy link
Owner Author

Fixed the first part of this issue in commit 5f2255b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant