diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 50d6490..c356dd9 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -631,7 +631,7 @@ fn TorrentRow( {format!("{:.1}%", percent)} - } + }.into_any() }).into_any()} {move || visible_columns.get().contains("Status").then({ @@ -781,7 +781,7 @@ fn TorrentCard( }.into_any() - } + }.into_any() } }.into_any() diff --git a/frontend/src/components/ui/mod.rs b/frontend/src/components/ui/mod.rs index 535f5d4..a4017c6 100644 --- a/frontend/src/components/ui/mod.rs +++ b/frontend/src/components/ui/mod.rs @@ -13,6 +13,7 @@ pub mod dropdown_menu; pub mod empty; pub mod input; pub mod multi_select; +pub mod progress; pub mod select; pub mod separator; pub mod sheet;