From 89eaa7cdabb41d4f03fde809ec9295e0913b4167 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 13 Aug 2025 13:59:05 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat=20(app):=20add=20toaster=20com?= =?UTF-8?q?ponent=20for=20global=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 2 ++ app/components/layout/SidebarNavFooter.vue | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/app.vue b/app/app.vue index ad991e5e..29936a9b 100644 --- a/app/app.vue +++ b/app/app.vue @@ -14,5 +14,7 @@ const dir = computed(() => (textDirection.value === 'rtl' ? 'rtl' : 'ltr')) + + diff --git a/app/components/layout/SidebarNavFooter.vue b/app/components/layout/SidebarNavFooter.vue index 0e07e822..68d8d9a2 100644 --- a/app/components/layout/SidebarNavFooter.vue +++ b/app/components/layout/SidebarNavFooter.vue @@ -50,7 +50,7 @@ const showModalTheme = ref(false) @@ -76,13 +76,13 @@ const showModalTheme = ref(false) - + Profile - + Log out