feat(history): expose complete history deletion

Add a permanent danger action to the History toolbar so users can clear all saved entries without selecting rows or expanding the sidebar. Reuse the existing confirmation and storage path, disable the action while history is empty or loading, localize the label in English, and cover the interaction with focused regression tests.
This commit is contained in:
Sucukdeluxe
2026-08-11 16:18:38 +02:00
parent 6c5946c88d
commit b5b1ff88e5
7 changed files with 39 additions and 5 deletions
+1
View File
@@ -31,6 +31,7 @@ describe("renderer localization", () => {
["Gelöscht", "Deleted"],
["Fehlgeschlagen", "Failed"],
["Verlauf leeren", "Clear history"],
["Gesamtverlauf löschen", "Delete all history"],
["Erneut hinzufügen", "Add again"],
["Im Ordner zeigen", "Show in folder"],
["Auswahl löschen", "Clear selection"],