mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-13 13:55:12 +02:00
The navbar popup stop/cancel forms used form-fetch-action, which always reloads the page when the server returns an empty redirect. Remove that class and add a dedicated delegated submit handler in stopwatch.ts that POSTs the action silently; the WebSocket push (or periodic poller) then updates the icon without any navigation.