diff --git a/frontend/components/notification/NotificationBell.vue b/frontend/components/notification/NotificationBell.vue new file mode 100644 index 0000000..9e71fed --- /dev/null +++ b/frontend/components/notification/NotificationBell.vue @@ -0,0 +1,171 @@ + + + + + + {{ unreadCount > 99 ? '99+' : unreadCount }} + + + + + + + + {{ $t('notification.title') }} + + + {{ $t('notification.markAllRead') }} + + + + + + + + + + {{ $t('notification.empty') }} + + + + + + + + {{ notif.title }} + + + {{ notif.message }} + + + {{ formatRelativeDate(notif.createdAt) }} + + + + + + + + + + + + +
+ {{ notif.title }} +
+ {{ notif.message }} +
+ {{ formatRelativeDate(notif.createdAt) }} +