feat(ui): add bottom sheet and tabs for torrent details

This commit is contained in:
spinline
2026-02-20 23:50:23 +03:00
parent 3ce980239c
commit f075a87668
5 changed files with 294 additions and 0 deletions

View File

@@ -553,6 +553,8 @@ pub fn TorrentTable() -> impl IntoView {
</div>
<div class="opacity-50">"VibeTorrent v3"</div>
</div>
<crate::components::torrent::details::TorrentDetailsSheet />
</div>
}.into_any()
}