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

@@ -20,5 +20,6 @@ pub mod skeleton;
pub mod svg_icon;
pub mod switch;
pub mod table;
pub mod tabs;
pub mod theme_toggle;
pub mod toast;