mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-28 00:30:57 +08:00
![]() 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> |
||
---|---|---|
.. | ||
components | ||
features | ||
markup | ||
modules | ||
render | ||
standalone | ||
utils | ||
vendor | ||
webcomponents | ||
bootstrap.test.ts | ||
bootstrap.ts | ||
globals.d.ts | ||
globals.ts | ||
htmx.ts | ||
index.ts | ||
svg.test.ts | ||
svg.ts | ||
types.ts | ||
utils.test.ts | ||
utils.ts | ||
vitest.setup.ts |