From 6acb299fbe8eb8de2a03c37ca87c9d9007733ccc Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 8 Feb 2026 04:37:16 +0300 Subject: [PATCH] fix(mobile): add type=button and remove overlay --- frontend/src/components/torrent/table.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index bac576c..e77c18b 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -339,14 +339,6 @@ pub fn TorrentTable() -> impl IntoView {
- // Transparent overlay to close sort dropdown - -
-
-
"Torrents" @@ -389,6 +381,7 @@ pub fn TorrentTable() -> impl IntoView { view! {