diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index 0ab46e820..45998d319 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -3,7 +3,7 @@ import { BellIcon } from "@heroicons/vue/24/solid"; import { Sheet, SheetContent, - SheetDescription, + // SheetDescription, SheetFooter, SheetHeader, SheetTitle, @@ -42,35 +42,35 @@ const unreadNotifications: NotificationItemProps[] = [ }, ]; -// const archiveNotifications: NotificationItemProps[] = [ -// { -// date: '2024-09-30 15:30', -// event: 'Test Event Type', -// id: "1", -// message: "A new user has registered on your platform.", -// subject: "Archived New User Registration", -// type: "success", -// view: '#my-url', -// }, -// { -// date: '2024-09-30 15:30', -// event: 'Test Event Type', -// id: "2", -// message: "Drive 1 has been detected as pre-failure.", -// subject: "Archived Drive Pre-Failure Detected", -// type: "alert", -// view: '#my-url', -// }, -// { -// date: '2024-09-30 15:30', -// event: 'Test Event Type', -// id: "3", -// message: "Your server will be undergoing maintenance at 12:00 AM.", -// subject: "Archived Server Maintenance", -// type: "warning", -// view: '#my-url', -// }, -// ]; +const archiveNotifications: NotificationItemProps[] = [ + { + date: '2024-09-30 15:30', + event: 'Test Event Type', + id: "1", + message: "A new user has registered on your platform.", + subject: "Archived New User Registration", + type: "success", + view: '#my-url', + }, + { + date: '2024-09-30 15:30', + event: 'Test Event Type', + id: "2", + message: "Drive 1 has been detected as pre-failure.", + subject: "Archived Drive Pre-Failure Detected", + type: "alert", + view: '#my-url', + }, + { + date: '2024-09-30 15:30', + event: 'Test Event Type', + id: "3", + message: "Your server will be undergoing maintenance at 12:00 AM.", + subject: "Archived Server Maintenance", + type: "warning", + view: '#my-url', + }, +]; const teleportTarget = ref("#modals"); const determineTeleportTarget = () => { @@ -98,19 +98,9 @@ onMounted(() => { Notifications - What to do about a tab component? Two options break the webgui… -
- -
- - - + - - - - + +

Future pagination station

+