feat(ui): add shimmer component and integrate into torrent details

This commit is contained in:
spinline
2026-02-20 23:53:37 +03:00
parent f075a87668
commit ec23285a6a
4 changed files with 30 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ pub mod separator;
pub mod sheet;
pub mod sidenav;
pub mod skeleton;
pub mod shimmer;
pub mod svg_icon;
pub mod switch;
pub mod table;