diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs index 57d67f2..8d84184 100644 --- a/frontend/src/components/layout/statusbar.rs +++ b/frontend/src/components/layout/statusbar.rs @@ -3,6 +3,8 @@ use wasm_bindgen::JsCast; #[component] pub fn StatusBar() -> impl IntoView { + let (theme_open, set_theme_open) = create_signal(false); + view! {
@@ -24,13 +26,26 @@ pub fn StatusBar() -> impl IntoView { -