From 410a2872e42dc2cd62210062fce1bd560165dfca Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 23 Feb 2022 22:52:21 +0300 Subject: [PATCH] Lifted theme state and switcher up --- public/index.html | 2 +- src/App.vue | 34 ++------------------ src/AppConfigurator.vue | 7 ++--- src/AppTopBar.vue | 11 +++---- src/AppWrapper.vue | 34 +++++++++++++++++++- src/Home.vue | 49 ++++++++++++----------------- src/main.js | 2 +- src/views/landing/HeaderSection.vue | 8 ++--- src/views/landing/ThemeSection.vue | 11 ++++--- 9 files changed, 75 insertions(+), 83 deletions(-) diff --git a/public/index.html b/public/index.html index 399d9e6bf..0fc1de052 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ PrimeVUE - + diff --git a/src/App.vue b/src/App.vue index 4024832a0..43b9eb334 100755 --- a/src/App.vue +++ b/src/App.vue @@ -12,9 +12,9 @@ - + - +
@@ -30,7 +30,6 @@ diff --git a/src/Home.vue b/src/Home.vue index fe504e03d..3c8313a87 100755 --- a/src/Home.vue +++ b/src/Home.vue @@ -1,11 +1,11 @@