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
@@ -31,7 +31,6 @@ 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', () => {