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
+13
View File
@@ -2,6 +2,19 @@
All notable changes to Multi-Debrid Downloader are documented in this file.
## [2.0.22] - 2026-08-11
### History management
- Added a permanently visible destructive toolbar action for clearing the complete download history without selecting individual entries.
- Kept full-history deletion behind the existing confirmation dialog and disabled the action while history is empty or loading.
- Added complete English localization for the new history action.
### Reliability and testing
- Added regression coverage for full-history action visibility, danger styling, loading state, empty state, and dispatch behavior.
- Verified the updated History toolbar at 1920 and 1120 pixel window widths without horizontal overflow.
## [2.0.21] - 2026-08-11
### Responsive interface