From e24d3ceaecc289e4b010884d4e7f51d374bd6f4f Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 13 Jun 2026 21:17:05 +1000 Subject: [PATCH] Added Notifications --- resources/js/Components/FlightsGoneBy/NotificationMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/Components/FlightsGoneBy/NotificationMenu.vue b/resources/js/Components/FlightsGoneBy/NotificationMenu.vue index 02ccf6b..65d94a3 100644 --- a/resources/js/Components/FlightsGoneBy/NotificationMenu.vue +++ b/resources/js/Components/FlightsGoneBy/NotificationMenu.vue @@ -62,6 +62,7 @@ watch(open, async (isOpen) => { v-for="notification in notifications" :key="notification.id" class="notif-item" + :href="notification.url || undefined" :class="{ 'notif-item--unread': !notification.read_at }" >