feat: add empty state to torrent table for better user feedback
Some checks failed
Build MIPS Binary / build (push) Failing after 1m33s

This commit is contained in:
spinline
2026-02-12 01:01:36 +03:00
parent 38bce3fecf
commit 5cc2fdd8b4
2 changed files with 89 additions and 33 deletions

View File

@@ -7,3 +7,4 @@ pub mod theme_toggle;
pub mod svg_icon;
pub mod table;
pub mod data_table;pub mod checkbox;
pub mod empty;