From 65bf510386955fe229f3c0892b5e4e8865462a09 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 6 Mar 2025 10:47:57 +0700 Subject: [PATCH] feat: add notification dialog component and integrate with main layout --- src/layouts/MainLayout.vue | 84 ++++++-- src/pages/00_notification/MainPage.vue | 243 +++++++++++++++++++++++ src/pages/00_notification/NotiDialog.vue | 65 ++++++ 3 files changed, 370 insertions(+), 22 deletions(-) create mode 100644 src/pages/00_notification/MainPage.vue create mode 100644 src/pages/00_notification/NotiDialog.vue diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index f1f2f470..e84c65ff 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,10 +1,11 @@ + + diff --git a/src/pages/00_notification/NotiDialog.vue b/src/pages/00_notification/NotiDialog.vue new file mode 100644 index 00000000..63a37f9d --- /dev/null +++ b/src/pages/00_notification/NotiDialog.vue @@ -0,0 +1,65 @@ + +