-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
The pause timer functionality in Ticker is currently not working because it has not yet been implemented. This feature is essential for users to pause and resume the stopwatch without resetting the current time.
Steps to Reproduce
- Start the stopwatch.
- Attempt to pause the timer using the designated pause button.
- Observe that the stopwatch pauses.
- But the timer doesn remains running on page reload as if it was never paused
Expected Behavior
When the user presses the pause button, the timer should stop incrementing across devices and page reloads until it is resumed.
Actual Behavior
The stopwatch continues running in the backend even when the pause button is pressed, even though the incrementing stops in the client side.
Proposed Solution
Implement the logic to pause the stopwatch at its current time.
Ensure the timer can be resumed from the same point when unpaused.
Update the UI to reflect the paused state (e.g., change button icon to an appropriate one).
Priority
High — This is a core feature of the stopwatch functionality.
Environment
Version: v0.03
Platform: Web