feat: Implement functional torrent tables and sidebar filters with real-time SSE updates

This commit is contained in:
spinline
2026-01-31 16:47:13 +03:00
parent 27fd02b9c9
commit 97c5378a71
6 changed files with 277 additions and 81 deletions

View File

@@ -2,6 +2,7 @@ mod app;
// mod models; // Removed
mod components;
pub mod utils;
pub mod store;
use leptos::*;
use wasm_bindgen::prelude::*;