From 3a2cab7ca7b6562fe311b8e69659573e88594346 Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 12 Feb 2026 01:37:00 +0300 Subject: [PATCH] fix: resolve nested button styles in bulk actions and clean up UI modules --- frontend/src/components/torrent/table.rs | 18 ++++++++---------- frontend/src/components/ui/mod.rs | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) 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