Use ellipsis for session titles
This commit is contained in:
@@ -525,7 +525,7 @@ const ClawSessionList: FC = () => {
|
|||||||
await openSession(session.session_id);
|
await openSession(session.session_id);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span className="min-w-0 overflow-hidden text-clip whitespace-nowrap">
|
<span className="min-w-0 truncate">
|
||||||
{loading
|
{loading
|
||||||
? "回放中..."
|
? "回放中..."
|
||||||
: session.preview || session.session_id}
|
: session.preview || session.session_id}
|
||||||
|
|||||||
Reference in New Issue
Block a user