From 89221b59edfa26b40d18dd40a390bafc2224489b Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 26 Jun 2026 20:11:33 +0800 Subject: [PATCH] refine(sidebar): show Agent/Pipeline marker as icon only Drop the text label; keep the icon with a title tooltip so names have more room in the narrow sidebar. Co-Authored-By: Claude Opus 4.8 --- .../home/components/home-sidebar/HomeSidebar.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index 21c6e1377..263d72057 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -726,15 +726,19 @@ function NavItems({ ) : null} {item.name} {item.kind && ( - + {item.kind === 'pipeline' ? ( - + ) : ( - + )} - {item.kind === 'pipeline' - ? t('agents.kindBadgePipeline') - : t('agents.kindBadgeAgent')} )} {item.debug && (