diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 112a2eaed..6e50b5972 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -lts/gallium \ No newline at end of file +v18.20 diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 366842044..81c230d52 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -89,13 +89,16 @@ declare module 'vue' { IBiCheck: typeof import('~icons/bi/check')['default'] IBiEye: typeof import('~icons/bi/eye')['default'] IBiEyeSlash: typeof import('~icons/bi/eye-slash')['default'] + IBiFacebook: typeof import('~icons/bi/facebook')['default'] IBiLayers: typeof import('~icons/bi/layers')['default'] IBiPencil: typeof import('~icons/bi/pencil')['default'] IBiPeople: typeof import('~icons/bi/people')['default'] IBiQuestion: typeof import('~icons/bi/question')['default'] IBiShieldCheck: typeof import('~icons/bi/shield-check')['default'] IBiTrash: typeof import('~icons/bi/trash')['default'] + IBiTwitterX: typeof import('~icons/bi/twitter-x')['default'] IBiXCircle: typeof import('~icons/bi/x-circle')['default'] + IBiYoutube: typeof import('~icons/bi/youtube')['default'] InputAmount: typeof import('./src/components/Inputs/InputAmount.vue')['default'] InputEmail: typeof import('./src/components/Inputs/InputEmail.vue')['default'] InputHour: typeof import('./src/components/Inputs/InputHour.vue')['default'] diff --git a/frontend/package.json b/frontend/package.json index c8f849756..7ed0b8358 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,7 +98,8 @@ "stylelint-config-standard-scss": "13.1.0", "unplugin-icons": "^0.19.1", "unplugin-vue-components": "^0.27.3", - "vue-html-webpack-plugin": "^3.2.2" + "vue-html-webpack-plugin": "^3.2.2", + "vite-plugin-environment": "^1.1.3" }, "postcss": { "plugins": { diff --git a/frontend/src/components/Auth/AuthFooter.vue b/frontend/src/components/Auth/AuthFooter.vue index fe514f93c..c6f5f4b93 100644 --- a/frontend/src/components/Auth/AuthFooter.vue +++ b/frontend/src/components/Auth/AuthFooter.vue @@ -5,30 +5,33 @@
- - + + {{ $t('footer.imprint') }} - - + + {{ $t('footer.privacy_policy') }} - - + +
{{ $t('followUs') }} - - - - - - - - - + + + + + + + + + + + + - + - +
diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 1d03dd258..94a48a721 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -3,39 +3,28 @@ - + - {{ $t('signup') }} + {{ $t('signup') }} {{ $t('math.pipe') }} - {{ $t('signin') }} + {{ $t('signin') }} - diff --git a/frontend/src/components/Template/ContentHeader/GddAmount.vue b/frontend/src/components/Template/ContentHeader/GddAmount.vue index 6308da5a9..dc525cde8 100644 --- a/frontend/src/components/Template/ContentHeader/GddAmount.vue +++ b/frontend/src/components/Template/ContentHeader/GddAmount.vue @@ -51,46 +51,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> --> diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index f41a49b6a..bbb1a721c 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -10,8 +10,7 @@ - - + @@ -23,7 +22,7 @@ - + @@ -182,149 +181,17 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> -->