WebUI: Improve torrent deletion

* Added 'Confirm when deleting torrents' option to the WebUI
* Confirm deletion dialog now uses MUI.Modal

PR #21289.
Closes #18345.
This commit is contained in:
skomerko
2024-09-13 16:28:02 +02:00
committed by GitHub
parent a0c32110f1
commit 0ea35c54a3
4 changed files with 202 additions and 99 deletions

View File

@@ -205,7 +205,7 @@ div.mochaToolbarWrapper.bottom {
---------------------------------------------------------------- */
#modalOverlay {
background: #000;
background: hsla(0deg 0 0 / 30%);
display: none;
left: 0;
opacity: 0;