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
-5
View File
@@ -656,11 +656,6 @@
</div>
<div class="copy-toast" id="copyToast" role="status" aria-live="polite" aria-atomic="true"></div>
<div class="batch-completion-toast" id="batchCompletionToast" role="status" aria-live="polite" aria-atomic="true" hidden>
<span id="batchCompletionText"></span>
<button class="btn btn-xs btn-danger" id="batchCompletionShowErrors" hidden>Fehler anzeigen</button>
<button class="batch-completion-close" id="batchCompletionClose" aria-label="Schließen">×</button>
</div>
<div class="startup-resume-banner" id="startupResumeBanner" role="status" aria-live="polite" hidden>
<span id="startupResumeMessage"></span>
<button class="btn btn-xs btn-secondary" id="cancelStartupResumeBtn">Abbrechen</button>