revert: remove the batch completion summary

Remove the dedicated completion toast and failure action after user review while leaving all other update and queue improvements intact.
This commit is contained in:
Sucukdeluxe
2026-08-21 01:16:15 +02:00
parent 04bd4b396c
commit 3c863d6623
10 changed files with 0 additions and 153 deletions
-1
View File
@@ -430,7 +430,6 @@ class UploadManager extends EventEmitter {
succeeded,
failed: total - succeeded - skipped,
skipped,
durationSec: Math.max(0, Math.round((Date.now() - this.startTime) / 1000)),
files
};