diff --git a/app.config.ts b/app/app.config.ts similarity index 100% rename from app.config.ts rename to app/app.config.ts diff --git a/app.vue b/app/app.vue similarity index 100% rename from app.vue rename to app/app.vue diff --git a/assets/css/tailwind.css b/app/assets/css/tailwind.css similarity index 100% rename from assets/css/tailwind.css rename to app/assets/css/tailwind.css diff --git a/assets/images/404.svg b/app/assets/images/404.svg similarity index 100% rename from assets/images/404.svg rename to app/assets/images/404.svg diff --git a/assets/images/cloudflare.png b/app/assets/images/cloudflare.png similarity index 100% rename from assets/images/cloudflare.png rename to app/assets/images/cloudflare.png diff --git a/assets/images/hero.svg b/app/assets/images/hero.svg similarity index 100% rename from assets/images/hero.svg rename to app/assets/images/hero.svg diff --git a/assets/images/nuxtjs.png b/app/assets/images/nuxtjs.png similarity index 100% rename from assets/images/nuxtjs.png rename to app/assets/images/nuxtjs.png diff --git a/components/SwitchLanguage.vue b/app/components/SwitchLanguage.vue similarity index 100% rename from components/SwitchLanguage.vue rename to app/components/SwitchLanguage.vue diff --git a/components/SwitchTheme.vue b/app/components/SwitchTheme.vue similarity index 100% rename from components/SwitchTheme.vue rename to app/components/SwitchTheme.vue diff --git a/components/dashboard/Breadcrumb.vue b/app/components/dashboard/Breadcrumb.vue similarity index 100% rename from components/dashboard/Breadcrumb.vue rename to app/components/dashboard/Breadcrumb.vue diff --git a/components/dashboard/DatePicker.vue b/app/components/dashboard/DatePicker.vue similarity index 100% rename from components/dashboard/DatePicker.vue rename to app/components/dashboard/DatePicker.vue diff --git a/components/dashboard/Filters.vue b/app/components/dashboard/Filters.vue similarity index 100% rename from components/dashboard/Filters.vue rename to app/components/dashboard/Filters.vue diff --git a/components/dashboard/Logout.vue b/app/components/dashboard/Logout.vue similarity index 100% rename from components/dashboard/Logout.vue rename to app/components/dashboard/Logout.vue diff --git a/components/dashboard/Nav.vue b/app/components/dashboard/Nav.vue similarity index 83% rename from components/dashboard/Nav.vue rename to app/components/dashboard/Nav.vue index ee11d6d..87871a0 100644 --- a/components/dashboard/Nav.vue +++ b/app/components/dashboard/Nav.vue @@ -18,6 +18,9 @@ const route = useRoute() {{ $t('nav.analysis') }} + diff --git a/components/dashboard/Counters.vue b/app/components/dashboard/analysis/Counters.vue similarity index 100% rename from components/dashboard/Counters.vue rename to app/components/dashboard/analysis/Counters.vue diff --git a/components/dashboard/Index.vue b/app/components/dashboard/analysis/Index.vue similarity index 94% rename from components/dashboard/Index.vue rename to app/components/dashboard/analysis/Index.vue index a974031..8a21306 100644 --- a/components/dashboard/Index.vue +++ b/app/components/dashboard/analysis/Index.vue @@ -74,8 +74,8 @@ onBeforeMount(() => { - - - + + + diff --git a/components/dashboard/Views.vue b/app/components/dashboard/analysis/Views.vue similarity index 100% rename from components/dashboard/Views.vue rename to app/components/dashboard/analysis/Views.vue diff --git a/components/dashboard/metrics/Group.vue b/app/components/dashboard/analysis/metrics/Group.vue similarity index 94% rename from components/dashboard/metrics/Group.vue rename to app/components/dashboard/analysis/metrics/Group.vue index 8e96155..e15b823 100644 --- a/components/dashboard/metrics/Group.vue +++ b/app/components/dashboard/analysis/metrics/Group.vue @@ -31,7 +31,7 @@ defineProps({ :value="rawTabs[index]" class="flex-1" > - ({