diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index 6ca76a1..152e4ca 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -1007,50 +1007,37 @@ export function SystemLogs() { {/* Notifications Tab */} -
+
{notifications.map((notification, index) => (
{ setSelectedNotification(notification) setIsNotificationModalOpen(true) }} > - {/* Header with icon, badge, and timestamp */} -
-
-
{getNotificationIcon(notification.type)}
- - {notification.type.toUpperCase()} - - {/* CHANGED: Modified to use getNotificationSourceColor and appropriate icons */} - - {notification.source === "task-log" && } - {notification.source === "journal" && } - {notification.source.toUpperCase()} - -
-
- {notification.timestamp} -
+
+ + {notification.type.toUpperCase()} + + + {notification.source === "task-log" && } + {notification.source === "journal" && } + {notification.source.toUpperCase()} +
- {/* Message content */} -
-
- {notification.message} +
+
+
{notification.service}
+
+ {notification.timestamp} +
-
- Service: {notification.service} - - Source: {notification.source} +
{notification.message}
+
+ Service: {notification.service} • Source: {notification.source}