add icons to chat history

This commit is contained in:
Arjun 2026-05-19 20:57:11 +05:30
parent 9e36ff2fa1
commit b2e8cd666b

View file

@ -20,6 +20,7 @@ import {
Lightbulb, Lightbulb,
LoaderIcon, LoaderIcon,
Mail, Mail,
MessageSquare,
Settings, Settings,
Square, Square,
Trash2, Trash2,
@ -1581,6 +1582,7 @@ function TasksSection({
}} }}
> >
<div className="flex w-full items-center gap-2 min-w-0"> <div className="flex w-full items-center gap-2 min-w-0">
<MessageSquare className="size-4 shrink-0 text-muted-foreground" />
<span className="min-w-0 flex-1 truncate text-sm">{run.title || '(Untitled chat)'}</span> <span className="min-w-0 flex-1 truncate text-sm">{run.title || '(Untitled chat)'}</span>
{run.createdAt ? ( {run.createdAt ? (
<span className="shrink-0 text-[10px] text-muted-foreground"> <span className="shrink-0 text-[10px] text-muted-foreground">