Use ellipsis for session titles

This commit is contained in:
wuyang6
2026-06-12 19:17:33 +08:00
parent c4f9cca2d7
commit de6849588e
@@ -525,7 +525,7 @@ const ClawSessionList: FC = () => {
await openSession(session.session_id);
}}
>
<span className="min-w-0 overflow-hidden text-clip whitespace-nowrap">
<span className="min-w-0 truncate">
{loading
? "回放中..."
: session.preview || session.session_id}