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
-2
View File
@@ -159,8 +159,6 @@ describe('UploadManager', () => {
assert.equal(summary.total, 2);
assert.equal(summary.succeeded, 2);
assert.equal(summary.failed, 0);
assert.equal(Number.isInteger(summary.durationSec), true);
assert.equal(summary.durationSec >= 0, true);
assert.equal(summary.files.length, 2);
});