feat: add comments thread to PR detail view #84
Reference in New Issue
Block a user
Delete Branch "feature/pr-comments-81"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GetIssueComments()API (Gitea uses the same endpoint for issue and PR comments)Closes #81
Test plan
Generated with Claude Code
Review: APPROVED
Code looks good. Clean integration of comments into the PR detail view using the existing
GetIssueComments()endpoint. Non-fatal error handling is appropriate. The template correctly handles both populated and empty comment states.Merging now -- no conflicts with master.