From 427be22049f36d952af03ad64bee975f54479471 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Mon, 24 Aug 2026 14:08:13 -0700 Subject: [PATCH 1/3] fix(web): keep remote icon visible on hover --- apps/web/src/components/LegacySidebar.tsx | 38 +++++++++++------------ 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/apps/web/src/components/LegacySidebar.tsx b/apps/web/src/components/LegacySidebar.tsx index 55bbcea60be5..f26942535046 100644 --- a/apps/web/src/components/LegacySidebar.tsx +++ b/apps/web/src/components/LegacySidebar.tsx @@ -931,10 +931,26 @@ export const SidebarThreadRow = memo(function SidebarThreadRow(props: SidebarThr )}
+ {showsRemoteThreadIcon && ( + + + } + > + + + {threadEnvironmentLabel} + + )} {isConfirmingArchive ? (