diff --git a/frontend/src/app.rs b/frontend/src/app.rs index eaf1c7e..616d717 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -131,51 +131,25 @@ fn InnerApp() -> impl IntoView { view! { } } /> - - - - - - - - - - - - - - - - - - - - - }.into_any() - } else { - // Dashboard Skeleton - view! { - + // Sidebar skeleton @@ -189,7 +163,7 @@ fn InnerApp() -> impl IntoView { // Main content skeleton - + @@ -209,20 +183,19 @@ fn InnerApp() -> impl IntoView { }.into_any() - } - }> - - - - - + }> + + + + + + - - + + - - }.into_any() - }/> + }.into_any() + }/>