From 6c31bbde7781712dc98a45851f23c71a16f6ec53 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Tue, 11 Jun 2024 17:46:30 +0200 Subject: [PATCH] :bug: Fix minor bugs --- components/buttons/NavButton.vue | 25 +++++++++++++++++++++ components/top/AvatarMenu.vue | 1 - components/top/BurgerMenu.vue | 21 ++++++++++-------- components/top/TopMenu.vue | 38 ++++++++++---------------------- layouts/NavLayout.vue | 18 +++++++++++++++ middleware/apiurl.middleware.ts | 1 + pages/index.vue | 10 ++++----- pages/settings/index.vue | 12 +++++----- 8 files changed, 78 insertions(+), 48 deletions(-) create mode 100644 components/buttons/NavButton.vue create mode 100644 layouts/NavLayout.vue diff --git a/components/buttons/NavButton.vue b/components/buttons/NavButton.vue new file mode 100644 index 0000000..c9753ae --- /dev/null +++ b/components/buttons/NavButton.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/components/top/AvatarMenu.vue b/components/top/AvatarMenu.vue index d395c4d..15d4a65 100644 --- a/components/top/AvatarMenu.vue +++ b/components/top/AvatarMenu.vue @@ -13,7 +13,6 @@ import {Avatar, AvatarImage, AvatarFallback} from "~/components/ui/avatar"; - Home Settings diff --git a/components/top/BurgerMenu.vue b/components/top/BurgerMenu.vue index bb89328..4013daf 100644 --- a/components/top/BurgerMenu.vue +++ b/components/top/BurgerMenu.vue @@ -1,13 +1,8 @@