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

@@ -6,6 +6,8 @@ use crate::components::torrent::table::TorrentTable;
#[component]
pub fn App() -> impl IntoView {
crate::store::provide_torrent_store();
view! {
<div class="flex flex-col h-screen w-screen overflow-hidden bg-base-100 text-base-content text-sm select-none">
// Toolbar at the top