diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index c474867..0d5f17c 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -220,11 +220,9 @@ pub fn TorrentTable() -> impl IntoView {
- - + + + {move || format!("Toplu İşlem ({})", selected_count.get())} "Seçili Torrentler" @@ -239,10 +237,10 @@ pub fn TorrentTable() -> impl IntoView {
- - - "Toplu Sil" - + +
+ "Toplu Sil" +
@@ -612,4 +610,4 @@ fn TorrentCard( } }.into_any() -} +} \ No newline at end of file diff --git a/frontend/src/components/ui/mod.rs b/frontend/src/components/ui/mod.rs index ee79598..825cdf2 100644 --- a/frontend/src/components/ui/mod.rs +++ b/frontend/src/components/ui/mod.rs @@ -14,4 +14,4 @@ pub mod separator; pub mod svg_icon; pub mod table; pub mod theme_toggle; -pub mod toast; +pub mod toast; \ No newline at end of file