refactor(frontend): rewrite with Thaw UI components and inline modal

This commit is contained in:
spinline
2026-01-31 14:15:05 +03:00
parent e61dd7b19d
commit 892cb02b98
12 changed files with 496 additions and 1297 deletions

View File

@@ -1,4 +1,7 @@
pub mod modal;
pub mod context_menu;
pub mod ui;
pub mod toolbar;
pub mod sidebar;
pub mod status_bar;
pub mod torrent_table;