mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-24 16:54:21 +01:00
feat: improve sesion title view
This commit is contained in:
@@ -37,7 +37,7 @@ export const SessionPageContent: FC<{
|
||||
|
||||
<div className="flex items-center gap-3 mb-2">
|
||||
<MessageSquareIcon className="w-6 h-6" />
|
||||
<h1 className="text-3xl font-bold">
|
||||
<h1 className="text-3xl font-bold break-all overflow-ellipsis line-clamp-2">
|
||||
{session.meta.firstCommand !== null
|
||||
? firstCommandToTitle(session.meta.firstCommand)
|
||||
: sessionId}
|
||||
|
||||
Reference in New Issue
Block a user