From 6bfd0811e9e0bd4335e319c8515c2c9fc51b287b Mon Sep 17 00:00:00 2001 From: AlejandroAkbal <37181533+AlejandroAkbal@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:50:21 -0700 Subject: [PATCH] fix: add persistent desktop navigation --- components/layout/navigation/Navbar.vue | 3 +- .../layout/navigation/SidebarWrapper.vue | 13 +++ layouts/default.vue | 101 ++++++++++-------- 3 files changed, 71 insertions(+), 46 deletions(-) diff --git a/components/layout/navigation/Navbar.vue b/components/layout/navigation/Navbar.vue index 76837e90..d32a2cb1 100644 --- a/components/layout/navigation/Navbar.vue +++ b/components/layout/navigation/Navbar.vue @@ -46,6 +46,7 @@