Closed Aeonoi closed 1 month ago
Right now the time updates if the user finishes timer or when timer is paused. There are no other ideal ways of doing it other than updating every few seconds however that doesn't make sense. So until there is a more ideal method, the fixed method from a6f6782a683e9c4f239c13b109df32efe308ec9a should suffice.
Currently, the way to keep track of time is whenever the timer is finished. The correct way is tracking it whenever they finish or whenever they pause the timer. Ideally, they should be tracked and updated after every few seconds just to ensure that the time is correctly tracked in case something happens.