From 4dcbd8187ec487c0bc8eea7d4161477810910cd4 Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 12 Feb 2026 22:08:14 +0300 Subject: [PATCH] feat: enhance bulk delete dialog with 'delete with data' option --- frontend/src/components/torrent/table.rs | 37 ++++++++++++++++++------ 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 75f66f1..696d23d 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -239,21 +239,40 @@ pub fn TorrentTable() -> impl IntoView {
- "Toplu Sil" + "Toplu Sil..."
- "Toplu Silme Onayı" - - {move || format!("Seçili {} torrent silinecek. Bu işlem geri alınamaz.", selected_count.get())} + + + "Toplu Silme Onayı" + + + {move || format!("Seçili {} adet torrent silinecek. Lütfen silme yöntemini seçin:", selected_count.get())} +
+ "Dikkat: Verilerle birlikte silme işlemi dosyaları diskten de kalıcı olarak kaldıracaktır." +
- - "İptal" - + +
+ "Vazgeç" + + +