Multi-Hoster-Upload/renderer
Administrator 0c945e21b8 fix: prevent double-click race condition in upload start
Move `uploading = true` guard to immediately after the check in both
startUpload() and startSelectedUpload(), before any async calls.
Previously the flag was set after await executeHealthCheck(), allowing
a fast double-click to bypass the guard and start duplicate batches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 06:02:30 +01:00
..
app.js fix: prevent double-click race condition in upload start 2026-03-12 06:02:30 +01:00
drop-target.html feat: floating drop target window and English column labels 2026-03-12 04:11:01 +01:00
index.html fix: session-based counters and hoster cancel context menu 2026-03-12 04:34:11 +01:00
styles.css feat: multi-account support with primary/fallback and separate API/login types 2026-03-12 05:00:33 +01:00