From 3d26291d6d94cb91fda3b192e0c965a910017f0f Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 6 Dec 2025 13:16:19 +0100 Subject: [PATCH] Polish header: make auto-refresh indicator icon-only - Removed 'Auto-refreshing' text, kept pulsing blue dot - Added tooltip and aria-label for accessibility - Cleaner, more compact header design --- src/components/MachineConnection.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/MachineConnection.tsx b/src/components/MachineConnection.tsx index 5d4eff3..3c4eb8f 100644 --- a/src/components/MachineConnection.tsx +++ b/src/components/MachineConnection.tsx @@ -67,10 +67,7 @@ export function MachineConnection({

Machine Connection

{isConnected && isPolling && ( - - - Auto-refreshing - + )} {isConnected && (