feat: implement notification system and backoff strategy for rTorrent polling

This commit is contained in:
spinline
2026-02-05 18:31:42 +03:00
parent 97086bf33a
commit e2a8e17eae
7 changed files with 158 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
pub mod modal;
pub mod context_menu;
pub mod layout;
pub mod modal;
pub mod toast;
pub mod torrent;