From e4a8716502322c542bfc14f428aabd4f8784c922 Mon Sep 17 00:00:00 2001 From: spinline Date: Wed, 4 Feb 2026 19:45:48 +0300 Subject: [PATCH] fix(ui): restore table footer and fix syntax errors --- frontend/src/components/torrent/table.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 873bdd1..c339037 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -490,5 +490,18 @@ pub fn TorrentTable() -> impl IntoView { }).collect::>()} + + + + + } +} +