From 65dfb9103fa7cf0bd2656c73f424f00c3227eb50 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 31 Mar 2026 20:10:58 +0200 Subject: [PATCH] update /system-logs.tsx --- AppImage/components/system-logs.tsx | 6 +++--- AppImage/scripts/flask_notification_routes.py | 2 +- AppImage/scripts/notification_manager.py | 2 +- AppImage/scripts/startup_grace.py | 2 +- AppImage/scripts/test_real_events.sh | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index 54610810..a808ac68 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -794,7 +794,7 @@ export function SystemLogs() { - +
{displayedLogs.map((log, index) => { // Generate a more stable unique key @@ -806,7 +806,7 @@ export function SystemLogs() { return (
{ if (log.eventData) { setSelectedEvent(log.eventData) @@ -859,7 +859,7 @@ export function SystemLogs() { )} {hasMoreLogs && ( -
+