kinabalu / obsidian-word-sprint

Obsidian Word Sprint plugin
MIT License
41 stars 6 forks source link

Stats Sprint Length label cut off when sprint length = 1 minute #14

Closed MalignantCarp closed 2 years ago

MalignantCarp commented 2 years ago

This issue occurs when you have a sprint length of 1 minute:

image

In utils.ts, the secondsToHumanize function will return an empty string if seconds = 60. The seconds > 60 statement won't fire and and the seconds % 60 > 0 will not fire either because 60 % 60 = 0.

kinabalu commented 2 years ago

fix is ready and will be released along with 0.0.16