From 426eea9e34bf2f009db054247c332b7c3ab78908 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 2 Jun 2025 10:03:43 +0800 Subject: [PATCH] refactoring --- next-ui/src/components.d.ts | 1 + next-ui/src/components/AppFooter.vue | 64 ++++++------------- .../components/app/drawer/AppDrawerFooter.vue | 2 + next-ui/src/layouts/default.vue | 2 - 4 files changed, 24 insertions(+), 45 deletions(-) diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index 267be31e..4d85c48a 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -23,6 +23,7 @@ declare module 'vue' { BuildVersion: typeof import('./components/BuildVersion.vue')['default'] DialogConfirm: typeof import('./components/dialogs/DialogConfirm.vue')['default'] DialogConfirmEdit: typeof import('./components/dialogs/DialogConfirmEdit.vue')['default'] + Discord: typeof import('./components/icons/discord.vue')['default'] FormUserChangePassword: typeof import('./components/forms/user/FormUserChangePassword.vue')['default'] FormUserEdit: typeof import('./components/forms/user/FormUserEdit.vue')['default'] HelloWorld: typeof import('./components/HelloWorld.vue')['default'] diff --git a/next-ui/src/components/AppFooter.vue b/next-ui/src/components/AppFooter.vue index 966da8f6..1fb98113 100644 --- a/next-ui/src/components/AppFooter.vue +++ b/next-ui/src/components/AppFooter.vue @@ -1,8 +1,5 @@ @@ -39,34 +37,14 @@ diff --git a/next-ui/src/components/app/drawer/AppDrawerFooter.vue b/next-ui/src/components/app/drawer/AppDrawerFooter.vue index 8a25687c..ab13c30b 100644 --- a/next-ui/src/components/app/drawer/AppDrawerFooter.vue +++ b/next-ui/src/components/app/drawer/AppDrawerFooter.vue @@ -27,6 +27,8 @@ + +