From 9ca8359a6b6b0101825e80c1589b386229f6a534 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 26 Jul 2026 01:51:00 +0900 Subject: [PATCH] fix(menu): register all 11 enterprise CRUD template routes and add quick template selector menu in global header --- src/frontend/src/App.vue | 59 ++++-- src/frontend/src/router/index.ts | 15 +- .../views/templates/TemplateGalleryView.vue | 181 ++++++------------ 3 files changed, 119 insertions(+), 136 deletions(-) diff --git a/src/frontend/src/App.vue b/src/frontend/src/App.vue index bdd5095c..a97b5699 100644 --- a/src/frontend/src/App.vue +++ b/src/frontend/src/App.vue @@ -1,9 +1,19 @@