mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
add icons to chat history
This commit is contained in:
parent
9e36ff2fa1
commit
b2e8cd666b
1 changed files with 2 additions and 0 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue