From 27697c09cc3fd7c99181031a765c17d2eb5259b9 Mon Sep 17 00:00:00 2001 From: Yelin Zhang <30687616+Yelinz@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:31:06 +0100 Subject: [PATCH] fix: truncate too long repo/plan names (#1084) --- webui/src/app/App.tsx | 60 +++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/webui/src/app/App.tsx b/webui/src/app/App.tsx index 0c55d821..6c74a2ed 100644 --- a/webui/src/app/App.tsx +++ b/webui/src/app/App.tsx @@ -229,7 +229,8 @@ const SidebarContent = ({ onClose }: { onClose?: () => void }) => { return ( void }) => { - handleNav(planPath)} - userSelect="none" - > - - {plan.id} - - + + handleNav(planPath)} + userSelect="none" + > + + {plan.id} + + + void }) => { })} /> - handleNav(repoPath)} - userSelect="none" - > - - {repo.id} - - + + handleNav(repoPath)} + userSelect="none" + > + + {repo.id} + + + void }) => { const Sidebar = () => { return (