Refactor inline comment architecture across plan/files/diff and fix diff overlay rendering (#461)

This commit is contained in:
Nelson Pires
2026-02-20 23:20:33 +02:00
committed by GitHub
parent 49170fe242
commit 2e08501ea5
10 changed files with 812 additions and 511 deletions
@@ -1,2 +1,6 @@
export * from './InlineCommentCard';
export * from './InlineCommentInput';
export * from './useInlineCommentController';
export * from './CodeMirrorCommentWidgets';
export * from './PierreDiffCommentUtils';
export * from './PierreDiffCommentOverlays';