From 82b41ce89dd4b80f180f01cb109b4a6e37d846e9 Mon Sep 17 00:00:00 2001 From: wuyang6 Date: Fri, 12 Jun 2026 19:20:47 +0800 Subject: [PATCH] Reduce session title action spacing --- frontend/app/components/assistant-ui/thread-list.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index 26b678c..7a185fa 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -479,6 +479,11 @@ 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 (
{ ) : (