feat: refine ticket creation and comments experience

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
esdrasrenan 2025-10-05 03:12:53 -03:00
parent 9b16f3cd1e
commit c5864dbefd
5 changed files with 216 additions and 159 deletions

View file

@ -177,7 +177,7 @@ export function TicketComments({ ticket }: TicketCommentsProps) {
<Card className="rounded-2xl border border-slate-200 bg-white shadow-sm">
<CardHeader className="px-4 pb-3">
<CardTitle className="flex items-center gap-2 text-lg font-semibold text-neutral-900">
<IconMessage className="size-5 text-neutral-900" /> Conversa
<IconMessage className="size-5 text-neutral-900" /> Comentários
</CardTitle>
</CardHeader>
<CardContent className="space-y-6 px-4 pb-6">