WebUI: Add confirm dialog for Auto TMM

Just like in GUI, confirmation dialog shows up if it's possible to enable Auto TMM for any selected torrent. Right now it's not possible to properly test all cases in the WebUI because context menu completely hides TMM option when some torrents have it enabled and some not (no tri-state) - but that's something to add in another PR.

PR #21378.
This commit is contained in:
skomerko
2024-10-04 16:39:08 +02:00
committed by GitHub
parent dc02a0fc56
commit 4ff0687b94
5 changed files with 95 additions and 17 deletions

View File

@@ -57,7 +57,10 @@ Required by:
font-weight: bold;
line-height: 15px;
margin: 0;
overflow: hidden;
padding: 5px 10px 4px 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
.mochaToolbarWrapper {