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-04-19 08:17:07 +08:00
2025-06-18 04:19:54 +00:00
2025-02-20 22:53:38 +08:00
2025-01-22 15:11:51 +08:00
2024-12-22 02:59:25 +08:00
2024-07-07 15:32:30 +00:00
2024-12-14 03:10:20 +00:00
2024-12-22 02:59:25 +08:00
2025-05-08 17:11:43 +00:00
2025-05-08 18:26:18 +00:00
2025-06-22 12:43:43 +00:00
2025-01-22 15:11:51 +08:00
2024-07-07 15:32:30 +00:00
2025-05-08 18:26:18 +00:00
2025-04-19 08:17:07 +08:00
2025-04-19 08:17:07 +08:00
2025-01-22 15:11:51 +08:00
2024-12-12 19:02:54 +00:00
2025-03-05 08:03:44 -08:00
2025-01-16 04:26:17 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2024-12-22 02:59:25 +08:00
2025-04-15 22:35:22 +08:00
2025-01-22 15:11:51 +08:00
2025-03-11 12:44:52 +08:00
2025-06-21 18:48:06 +00:00
2025-01-17 08:55:02 +00:00
2025-01-06 17:38:42 +08:00
2024-12-22 02:59:25 +08:00
2025-01-22 15:11:51 +08:00
2025-04-15 22:35:22 +08:00
2024-07-07 15:32:30 +00:00
2025-05-05 21:53:17 -07:00
2024-12-11 09:29:04 +01:00
2025-06-02 09:52:12 +08:00
2025-03-31 18:39:08 +00:00
2025-03-24 20:26:58 -07:00
2025-03-24 20:26:58 -07:00
2024-12-11 09:29:04 +01:00
2024-07-07 15:32:30 +00:00
2025-02-28 00:58:25 +00:00
2025-03-11 11:35:05 -07:00
2025-06-21 19:20:51 +08:00
2024-07-07 15:32:30 +00:00
2025-01-22 15:11:51 +08:00
2025-03-01 02:02:10 +00:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-04-16 14:32:58 +08:00
2025-05-08 18:26:18 +00:00
2025-04-24 19:26:57 +00:00
2025-04-30 02:00:36 +00:00
2025-01-30 22:54:50 +00:00
2025-04-30 02:00:36 +00:00
2025-04-24 19:26:57 +00:00
2025-04-24 19:26:57 +00:00
2025-01-22 15:11:51 +08:00
2025-03-24 20:26:58 -07:00
2024-11-05 07:46:40 +00:00
2025-03-27 13:16:17 +00:00
2025-04-23 13:42:22 +08:00
2024-12-22 02:59:25 +08:00
2024-12-22 02:59:25 +08:00
2024-12-19 08:37:12 +00:00
2024-11-28 02:15:59 +00:00
2025-04-19 08:17:07 +08:00
2024-12-12 18:37:44 +00:00
2025-03-15 16:26:49 +08:00
2025-03-03 11:49:15 -08:00
2025-01-16 04:26:17 +08:00
2025-06-25 07:22:58 +08:00
2025-01-22 15:11:51 +08:00
2025-04-24 09:11:54 +08:00
2025-03-16 19:05:26 +08:00
2024-10-17 10:28:51 +08:00
2025-04-19 08:17:07 +08:00