From b3a86ab67262832ad847b120b2b769fd3ed1f7d5 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 29 Jan 2024 22:54:11 +0530 Subject: [PATCH] fix: show all notifications --- .../src/components/Layouts/DesktopLayout.vue | 2 + frontend/src/components/Notifications.vue | 103 ++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 frontend/src/components/Notifications.vue diff --git a/frontend/src/components/Layouts/DesktopLayout.vue b/frontend/src/components/Layouts/DesktopLayout.vue index c45bbc2b..7530dc29 100644 --- a/frontend/src/components/Layouts/DesktopLayout.vue +++ b/frontend/src/components/Layouts/DesktopLayout.vue @@ -3,6 +3,7 @@
+
@@ -11,5 +12,6 @@ diff --git a/frontend/src/components/Notifications.vue b/frontend/src/components/Notifications.vue new file mode 100644 index 00000000..762028ed --- /dev/null +++ b/frontend/src/components/Notifications.vue @@ -0,0 +1,103 @@ + +