Skip to content

Comments

[DEV-551] Implement CommentsPanel#77

Open
hellenlluo wants to merge 2 commits intoimplement-question-view-pagefrom
comments-panel
Open

[DEV-551] Implement CommentsPanel#77
hellenlluo wants to merge 2 commits intoimplement-question-view-pagefrom
comments-panel

Conversation

@hellenlluo
Copy link

@hellenlluo hellenlluo commented Feb 13, 2026

References

Proposed Changes

  • Created CommentsPanel.tsx

@linear
Copy link

linear bot commented Feb 13, 2026

@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
help Error Error Feb 20, 2026 8:32pm

Request Review


const Thread: React.FC<{ comments: Comment[] }> = ({ comments }) => {
return (
<div className='thread'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's convert all the divs to Panel evergreen element

);
};

const CommentsPanel: React.FC<CommentsPanelProps> = ({ comments }) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can assume that the comments here all belong to the same answer. With that, idk if you need to do getThreadedComments?

I might have confused you, but the CommentsPanel component are just the comments associated with a single answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants