From 069924b2d23eab24a6a052d99685a675034fe2e2 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 8 Jun 2023 16:24:02 -0700 Subject: [PATCH] feat: install plugin --- _webGui/testWebComponents.page | 3 ++ components/Auth.ce.vue | 8 ++-- components/DownloadApiLogs.ce.vue | 4 +- components/UserProfile.ce.vue | 13 +++--- components/UserProfile/Dropdown.vue | 3 -- components/UserProfile/DropdownLaunchpad.vue | 4 +- components/UserProfile/Promo.vue | 13 +++--- composables/installPlugin.ts | 48 ++++++++++++++++++++ composables/useFocusTrap.js | 4 +- store/dropdown.ts | 11 +++++ store/server.ts | 1 + 11 files changed, 85 insertions(+), 27 deletions(-) create mode 100644 composables/installPlugin.ts diff --git a/_webGui/testWebComponents.page b/_webGui/testWebComponents.page index e2008028e..67b7bef99 100644 --- a/_webGui/testWebComponents.page +++ b/_webGui/testWebComponents.page @@ -135,6 +135,9 @@ if ($display['theme'] === 'black' || $display['theme'] === 'azure') {
+
+ +
diff --git a/components/Auth.ce.vue b/components/Auth.ce.vue index 1a198f012..3f36f79c4 100644 --- a/components/Auth.ce.vue +++ b/components/Auth.ce.vue @@ -26,11 +26,11 @@ const button = computed(() => {