feat: integrate comments UI into chat messages

This commit is contained in:
CREDO23 2026-01-16 15:09:51 +02:00
parent f591a872cf
commit 6b5468bd7d
7 changed files with 74 additions and 29 deletions

View file

@ -45,7 +45,7 @@ export function CommentPanel({
const showEmptyState = !hasThreads && !isComposerOpen;
return (
<div className="flex w-96 flex-col rounded-lg border bg-card">
<div className="flex w-70 flex-col rounded-lg border bg-card">
{hasThreads && (
<div
className="overflow-y-auto"