From 9bb801a5666794f68c71ad97e6bd7d7cd53483bd Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 15 May 2026 23:14:20 -0400 Subject: [PATCH] refactor(ui): AppShell = TopNav + content slot (drop left drawer/v-main) --- frontend/src/components/AppShell.vue | 74 +++------------------------- 1 file changed, 6 insertions(+), 68 deletions(-) diff --git a/frontend/src/components/AppShell.vue b/frontend/src/components/AppShell.vue index ce71c61..d4a53dc 100644 --- a/frontend/src/components/AppShell.vue +++ b/frontend/src/components/AppShell.vue @@ -1,78 +1,16 @@