From 4711b6868cad6ae31296b5390f7c8b5e5ee1d965 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 30 Jul 2024 00:31:51 +0300 Subject: [PATCH] Add a floating configurator --- src/components/FloatingConfigurator.vue | 21 +++++++++++++++++++++ src/layout/AppTopbar.vue | 19 ++++++++++--------- src/views/Dashboard.vue | 8 ++++---- src/views/pages/NotFound.vue | 5 ++++- src/views/pages/auth/Access.vue | 5 ++++- src/views/pages/auth/Error.vue | 5 ++++- src/views/pages/auth/Login.vue | 2 ++ 7 files changed, 49 insertions(+), 16 deletions(-) create mode 100644 src/components/FloatingConfigurator.vue diff --git a/src/components/FloatingConfigurator.vue b/src/components/FloatingConfigurator.vue new file mode 100644 index 0000000..1dd31d1 --- /dev/null +++ b/src/components/FloatingConfigurator.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue index f1f4890..8449a36 100644 --- a/src/layout/AppTopbar.vue +++ b/src/layout/AppTopbar.vue @@ -9,21 +9,22 @@ const { onMenuToggle, toggleDarkMode, isDarkTheme } = useLayout();
- +
24 new @@ -130,7 +130,7 @@ watch([getPrimary, getSurface], () => {
$2.100
- +
%52+ @@ -145,7 +145,7 @@ watch([getPrimary, getSurface], () => {
28441
- +
520 @@ -160,7 +160,7 @@ watch([getPrimary, getSurface], () => {
152 Unread
- +
85 diff --git a/src/views/pages/NotFound.vue b/src/views/pages/NotFound.vue index 48e112e..891a223 100644 --- a/src/views/pages/NotFound.vue +++ b/src/views/pages/NotFound.vue @@ -1,6 +1,9 @@ - +