diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index 46d2ec1..8135cda 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -6,6 +6,7 @@ use crate::store::{get_action_messages, show_toast}; use crate::api; use shared::NotificationLevel; use crate::components::context_menu::TorrentContextMenu; +use crate::components::ui::card::{Card, CardHeader, CardTitle, CardContent as CardBody}; use crate::components::ui::data_table::*; use crate::components::ui::checkbox::Checkbox; use crate::components::ui::badge::{Badge, BadgeVariant}; @@ -230,70 +231,78 @@ pub fn TorrentTable() -> impl IntoView {