diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs index 369ba09..296eaeb 100644 --- a/frontend/src/components/layout/statusbar.rs +++ b/frontend/src/components/layout/statusbar.rs @@ -1,5 +1,4 @@ use leptos::*; -use wasm_bindgen::JsCast; #[component] pub fn StatusBar() -> impl IntoView { @@ -34,10 +33,10 @@ pub fn StatusBar() -> impl IntoView { base.to_string() } }> -
@@ -49,8 +48,8 @@ pub fn StatusBar() -> impl IntoView { // Backdrop to close on outside click // iOS Safari requires cursor:pointer inline style for click events on div elements -
impl IntoView {
- +
- +
{format_bytes(t.size)} @@ -383,7 +416,7 @@ pub fn TorrentTable() -> impl IntoView { } }).collect::>()}
- +