mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-13 18:15:21 +02:00
Replace link-action buttons in the sidebar time-tracker with plain buttons handled by a delegated click listener in stopwatch.ts. After a successful POST the two button groups (.issue-start-buttons / .issue-stop-cancel-buttons) are toggled immediately via show/hide, so the page never reloads. The navbar icon continues to update via the WebSocket push or periodic poller as before.