From 2042d8962b52d15c87ff805b2e7b985344845d34 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 6 Jun 2023 19:59:32 -0700 Subject: [PATCH] feat: theme setting --- ...llbackTest.page => testWebComponents.page} | 16 +++++ components/UserProfile.ce.vue | 2 +- package-lock.json | 5 ++ package.json | 3 +- store/callback.ts | 5 +- store/server.ts | 10 ++++ store/theme.ts | 59 +++++++++++++++++++ types/server.ts | 2 + types/theme.ts | 9 +++ 9 files changed, 106 insertions(+), 5 deletions(-) rename _webGui/{callbackTest.page => testWebComponents.page} (91%) create mode 100644 types/theme.ts diff --git a/_webGui/callbackTest.page b/_webGui/testWebComponents.page similarity index 91% rename from _webGui/callbackTest.page rename to _webGui/testWebComponents.page index ae54ef484..e2008028e 100644 --- a/_webGui/callbackTest.page +++ b/_webGui/testWebComponents.page @@ -4,6 +4,9 @@ Icon="icon-u-globe" Tag="globe" --- + + diff --git a/components/UserProfile.ce.vue b/components/UserProfile.ce.vue index 79e0c9b72..431e53794 100644 --- a/components/UserProfile.ce.vue +++ b/components/UserProfile.ce.vue @@ -81,7 +81,7 @@ onBeforeMount(() => {