From c4f9cca2d70a5737bc65eb975f96b2c3310fc3e5 Mon Sep 17 00:00:00 2001 From: wuyang6 Date: Fri, 12 Jun 2026 18:42:20 +0800 Subject: [PATCH] Tighten session list status slot --- .../components/assistant-ui/thread-list.tsx | 76 ++++++++++--------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index 4bcbeda..5d86b6f 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -482,7 +482,7 @@ const ClawSessionList: FC = () => { return (
{renamingSessionId === session.session_id ? ( @@ -515,7 +515,7 @@ const ClawSessionList: FC = () => { ) : ( )} - - + /> {openMenuSessionId === session.session_id ? (
+
+ ); } function dedupeSessions(payload: unknown[]) {