From 582af62fcb786e8ace71e337ec736a978d1b07fe Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 11 May 2026 17:30:42 +0200 Subject: [PATCH] Korrigiert Kassenbuch Navbar Struktur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die Kassenbuch-Listenansicht rendert die DashboardNavbar nun wie andere Listenseiten direkt oben. Die Detailansicht nutzt dieselbe Struktur und hält den Inhalt im PanelContent. --- frontend/pages/accounting/cashbooks/[id].vue | 42 ++--- frontend/pages/accounting/cashbooks/index.vue | 144 +++++++++--------- 2 files changed, 92 insertions(+), 94 deletions(-) diff --git a/frontend/pages/accounting/cashbooks/[id].vue b/frontend/pages/accounting/cashbooks/[id].vue index a66b412..d15415d 100644 --- a/frontend/pages/accounting/cashbooks/[id].vue +++ b/frontend/pages/accounting/cashbooks/[id].vue @@ -239,28 +239,28 @@ onMounted(loadData)