0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-04 22:57:34 -04:00
gitea/services
Junsik Kong 0e629c545a
fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818)
This PR fixes a state de-synchronization bug with the issue stopwatch,
it resolves the issue by replacing the ambiguous `/toggle` endpoint
with two explicit endpoints: `/start` and `/stop`.

- The "Start timer" button now exclusively calls the `/start` endpoint.
- The "Stop timer" button now exclusively calls the `/stop` endpoint.

This ensures the user's intent is clearly communicated to the server,
eliminating the state inconsistency and fixing the bug.

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-25 07:22:58 +08:00
..
2025-06-24 15:49:31 +00:00
2025-06-24 21:24:09 +08:00
2025-06-18 03:12:16 +00:00
2025-06-07 18:30:36 +00:00
2025-06-24 13:51:04 +00:00
2025-06-21 14:53:22 +08:00
2025-06-18 03:12:16 +00:00
2025-06-22 19:22:51 +08:00
2025-06-24 21:24:09 +08:00
2025-03-31 01:53:48 -04:00
2025-06-21 19:20:51 +08:00
2025-06-22 18:53:33 +08:00