mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Add comments section to issue detail panel with lazy loading - Fetch comments via GraphQL API with pagination (50 at a time) - Include comments in AI validation analysis when checkbox enabled - Pass linked PRs info to AI validation for context - Add "Work in Progress" badge in validation dialog for open PRs - Add debug logging for validation requests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
export { IssueRow } from './issue-row';
|
|
export { IssueDetailPanel } from './issue-detail-panel';
|
|
export { IssuesListHeader } from './issues-list-header';
|
|
export { CommentItem } from './comment-item';
|