feat: summarize completed upload batches

Capture real batch duration and show a dedicated localized completion summary with success, failure, and skipped counts plus a direct action to open failed uploads.
This commit is contained in:
Sucukdeluxe
2026-08-21 01:10:53 +02:00
parent fb544efe2f
commit 04bd4b396c
10 changed files with 153 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ test('translations cover static labels and interpolated status text in both lang
assert.equal(translateText('Alle Status', 'en'), 'Any status');
assert.equal(translateText('Any status', 'de'), 'Alle Status');
assert.equal(translateText('Filter', 'en'), 'Filters');
assert.equal(translateText('Fehler anzeigen', 'en'), 'Show failures');
});
test('sidebar hierarchy uses distinct English and German kicker labels', () => {