From 89546218139962e41240863f01255b690230e948 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 31 Aug 2025 19:47:38 +0200 Subject: [PATCH] CRITICAL FIX: Remove deprecated 'app' prop to enable sidebar collapse - Removed 'app' prop from v-navigation-drawer in all layouts - Removed 'app' prop from v-app-bar in all layouts - The 'app' prop is deprecated in Vuetify 3 and was preventing rail mode - This was the root cause of sidebar not collapsing Vuetify 3 automatically handles layout participation without the app prop. The presence of this deprecated prop was causing Vuetify to ignore the rail prop entirely, preventing the sidebar from collapsing. --- layouts/admin.vue | 3 +-- layouts/board.vue | 3 +-- layouts/member.vue | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/layouts/admin.vue b/layouts/admin.vue index b530209..460f36e 100644 --- a/layouts/admin.vue +++ b/layouts/admin.vue @@ -2,7 +2,6 @@ - + - + - +