Add ability to manually adjust the running timer's start time #4

Merged
simonfranken merged 6 commits from feature/adjust-timer-start-time into main 2026-02-23 09:57:24 +00:00
Owner

Allows users to retroactively correct the start time of an ongoing timer
without stopping it. A pencil icon in the timer widget opens an inline
time input pre-filled with the current start time; confirming sends the
new time to the backend which validates it is in the past before persisting.

Allows users to retroactively correct the start time of an ongoing timer without stopping it. A pencil icon in the timer widget opens an inline time input pre-filled with the current start time; confirming sends the new time to the backend which validates it is in the past before persisting.
simonfranken added 1 commit 2026-02-23 09:33:01 +00:00
Allows users to retroactively correct the start time of an ongoing timer
without stopping it. A pencil icon in the timer widget opens an inline
time input pre-filled with the current start time; confirming sends the
new time to the backend which validates it is in the past before persisting.
simonfranken added 1 commit 2026-02-23 09:42:15 +00:00
Allows users to discard a running timer without creating a time entry.
A trash icon in the timer widget reveals a confirmation step ('Discard / Keep')
to prevent accidental data loss. Backend exposes a new DELETE /api/timer
endpoint that simply deletes the ongoingTimer row.
simonfranken added 1 commit 2026-02-23 09:44:38 +00:00
simonfranken added 1 commit 2026-02-23 09:47:12 +00:00
simonfranken added 2 commits 2026-02-23 09:55:37 +00:00
simonfranken merged commit d56eed8dde into main 2026-02-23 09:57:24 +00:00
simonfranken deleted branch feature/adjust-timer-start-time 2026-02-23 09:57:25 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: simonfranken/timetracker#4