feat: implement mobile PWA card design, refine toolbar and status bar

This commit is contained in:
spinline
2026-02-01 13:46:31 +03:00
parent e932fa1e39
commit 8f7af0d1f8
7 changed files with 736 additions and 386 deletions

View File

@@ -17,7 +17,7 @@ pub fn App() -> impl IntoView {
// Toolbar at the top
<Toolbar />
<main class="flex-1 flex flex-col min-w-0 bg-base-100 overflow-hidden p-4 md:p-6 space-y-6">
<main class="flex-1 flex flex-col min-w-0 bg-base-100 overflow-hidden space-y-6">
<Router>
<Routes>
<Route path="/" view=move || view! { <TorrentTable /> } />