From f749efd412e1a8172f48229dc95a4a7e92b48b18 Mon Sep 17 00:00:00 2001 From: plind-dm <59729252+plind-dm@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:37:03 +0900 Subject: [PATCH] fix(ui): skip paused dimming on Paused filter tab On the Paused tab every visible agent is paused, so applying opacity-50 to all of them is redundant and makes the whole view dim. Skip the dimming when tab === "paused" in both list and org chart views. Pass tab prop through to OrgTreeNode for consistency. --- ui/src/pages/Agents.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ui/src/pages/Agents.tsx b/ui/src/pages/Agents.tsx index 25b8adc0..ece440a4 100644 --- a/ui/src/pages/Agents.tsx +++ b/ui/src/pages/Agents.tsx @@ -291,7 +291,7 @@ export function Agents() { {effectiveView === "org" && filteredOrg.length > 0 && (