Label maker add

This commit is contained in:
karpathy
2025-11-22 15:08:53 -08:00
parent eb0eb26f4c
commit 827bfd3d3e
4 changed files with 68 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export default function Sidebar({
onClick={() => onSelectConversation(conv.id)}
>
<div className="conversation-title">
Conversation {conv.id.slice(0, 8)}...
{conv.title || 'New Conversation'}
</div>
<div className="conversation-meta">
{conv.message_count} messages