From 6c1abc1ec9a24451a021ce3eeb64e7b9b1b6932c Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Sat, 9 May 2026 15:47:28 +0200 Subject: [PATCH] =?UTF-8?q?feat(admin):=20responsive=20layout=20=E2=80=94?= =?UTF-8?q?=20bottom-tabs=20auf=20mobile,=20sidebar=20auf=20desktop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Wunsch: kleine screens (iPhone) keine sidebar, sondern bottom-tab-bar wie native rebreak-app. Layout-Architektur: - Desktop (lg+, ≥1024px): - Topbar: email + logout-button - Sidebar links (w-56) mit full-label-nav (versteckt --- apps/admin/layouts/default.vue | 95 +++++++++++++++++++++++++++++----- 1 file changed, 82 insertions(+), 13 deletions(-) diff --git a/apps/admin/layouts/default.vue b/apps/admin/layouts/default.vue index 71c3bc2..7e2b39a 100644 --- a/apps/admin/layouts/default.vue +++ b/apps/admin/layouts/default.vue @@ -1,13 +1,15 @@