mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
feat: integrate comments UI into chat messages
This commit is contained in:
parent
f591a872cf
commit
6b5468bd7d
7 changed files with 74 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue