From 3158a112296923b3e4d6d3303f8282a9781188cf Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 12 Feb 2026 21:59:36 +0300 Subject: [PATCH] feat: add responsive mobile card view for torrents --- frontend/src/components/torrent/table.rs | 41 ++++++++++++++++++------ 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 10941ab..75f66f1 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -287,9 +287,10 @@ pub fn TorrentTable() -> impl IntoView { - // --- MAIN TABLE --- + // --- MAIN CONTENT ---
- + // Desktop Table View + + + // Mobile Card View +
+ + +

"Torrent Bulunamadı"

+
+ }.into_any() + > + } + } + } /> + +