diff --git a/src/config/defaults/development.js b/src/config/defaults/development.js
index 07089ba30..9dcc957e0 100644
--- a/src/config/defaults/development.js
+++ b/src/config/defaults/development.js
@@ -48,7 +48,7 @@ export default {
dark: 'auto', // dark theme true / false / auto (based on prefers-color-scheme)
flat: true, // flat by default
rounded: 'rounded-lg',
- maxWidth: '1400px',
+ maxWidth: '1200px',
snackbar: {
// kind of notifications on requests
status: true, // activate for error
@@ -56,7 +56,7 @@ export default {
sucessColor: 'success',
errorColor: 'error',
},
- appbar: {
+ header: {
background: '#2c3e50',
color: '#FFFFFF',
opacity: 99,
@@ -114,6 +114,7 @@ export default {
},
},
header: {
+ display: true, // display header or not
logo: {
file: '/images/logo.webp', // null to hide
width: '120px',
diff --git a/src/modules/app/app.vue b/src/modules/app/app.vue
index fbf72f1ab..72b9185f6 100644
--- a/src/modules/app/app.vue
+++ b/src/modules/app/app.vue
@@ -16,9 +16,7 @@
-
-
-
+
@@ -39,7 +37,7 @@ import { useHead } from '@unhead/vue';
import { useAuthStore } from '../auth/stores/auth.store';
import { useCoreStore } from '../core/stores/core.store';
import { setupInterceptors } from '../../lib/services/axios';
-import waosHeader from '../core/components/core.appbar.component.vue';
+import waosHeader from '../core/components/core.header.component.vue';
import waosNav from '../core/components/core.navigation.component.vue';
import waosFooter from '../core/components/core.footer.component.vue';
diff --git a/src/modules/core/components/core.appbar.component.vue b/src/modules/core/components/core.appbar.component.vue
deleted file mode 100644
index 165fece7d..000000000
--- a/src/modules/core/components/core.appbar.component.vue
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
-
-
- {{ config.app.title }}
-
-
-
-
- {{ title }}
-
-
-
-
- {{ title }}
- fa-solid fa-angle-down
-
-
-
-
-
- {{ icon }}
-
- {{ linkTitle }}
- {{ subtitle }}
-
-
-
-
-
-
-
- Sign In
-
-
- {{ title }}
-
-
-
-
-
- fa-solid fa-bars
-
-
-
-
-
-
- {{ title }}
-
-
-
- {{ icon }}
-
- {{ linkTitle }}
- {{ subtitle }}
-
-
-
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
-
diff --git a/src/modules/core/components/core.header.component.vue b/src/modules/core/components/core.header.component.vue
new file mode 100644
index 000000000..f7b099303
--- /dev/null
+++ b/src/modules/core/components/core.header.component.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+ {{ config.app.title }}
+
+
+
+
+ {{ title }}
+
+
+
+
+ {{ title }}
+ fa-solid fa-angle-down
+
+
+
+
+
+ {{ icon }}
+
+ {{ linkTitle }}
+ {{ subtitle }}
+
+
+
+
+
+
+
+ Sign In
+
+
+ {{ title }}
+
+
+
+
+
+ fa-solid fa-bars
+
+
+
+
+
+
+ {{ title }}
+
+
+
+ {{ icon }}
+
+ {{ linkTitle }}
+ {{ subtitle }}
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+