From 6862941a513a28430139bbde6fc09b4bf9b55ed8 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 1 Feb 2026 15:35:06 +0300 Subject: [PATCH] feat: Add 'More Actions' button to mobile torrent cards --- frontend/src/components/torrent/table.rs | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index fbe21ac..7cb8e1d 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -288,9 +288,25 @@ pub fn TorrentTable() -> impl IntoView { >
-

{t.name}

-
- {status_str} +

{t.name}

+
+
+ {status_str} +
+