From 9237d6782a435fd59089688aab405314d0a5eead Mon Sep 17 00:00:00 2001 From: wuyang6 Date: Fri, 12 Jun 2026 19:27:43 +0800 Subject: [PATCH] Widen sidebar session titles --- .../app/components/assistant-ui/thread-list.tsx | 13 +++---------- frontend/app/components/ui/sidebar.tsx | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index d3961af..21d0c83 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -479,11 +479,6 @@ const ClawSessionList: FC = () => { const active = activeSessionId === session.session_id; const loading = loadingSessionId === session.session_id; const badge = sessionBadges.bySessionId.get(session.session_id); - const actionPinned = - badge?.running === true || - badge?.unread === true || - deletingSessionId === session.session_id || - openMenuSessionId === session.session_id; return (
{ ) : (