feat: add reversible workspace panels
CI / rust (push) Successful in 2m11s

This commit is contained in:
2026-08-31 18:18:20 -07:00
parent 63c9cb6210
commit abcf664ab8
12 changed files with 652 additions and 90 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ fn handle_key(
}
fn app_view() -> impl IntoView {
let model = RwSignal::new(ShellModel::default());
let model = RwSignal::new(ShellModel::with_all_panels_attached());
let query = RwSignal::new(String::new());
let timer_pulse = RwSignal::new(());