From 5972a620411704e296fe96f55e9fa10a1d7e8c7b Mon Sep 17 00:00:00 2001 From: curo1305 Date: Tue, 16 Jun 2026 19:12:05 +0200 Subject: [PATCH] fix(10-13): admin sidebar bleed and keyboard instance resolution - App.vue: add v-else-if branch for admin routes that renders only router-view (no AppSidebar) - App.vue: replace routeViewRef with getFileManagerInstance() using matched.find(r => r.instances?.default) - App.vue: remove unused ref import (Gap 3 + Gap 4) --- frontend/src/App.vue | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 05aa9e1..6c0dd2a 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,9 +1,10 @@