61c4d0eb7593d45ea3948b7c22b30b2d3cd66d22
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m35s
Root cause: submit button was disabled when autosaveMutation.isPending was true. If the 3-second autosave timer fired while the user clicked Submit, the click was silently swallowed. User had to wait for autosave to finish, then click again. Fixes: - Remove autosaveMutation.isPending from submit button disabled state - Cancel pending autosave timer when submit starts (prevents race condition) - Add isSubmittingRef guard to prevent autosave from firing during submit - Reset submitting flag on validation failure or submit error Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
99.4%
JavaScript
0.2%
CSS
0.2%
Shell
0.2%