Fix the Code Review Bot UI
You've inherited a code review tool that accepts PR diffs and provides AI-generated review comments. Fix it.
Known Issues
Diff parser breaks on files with special characters in filenamesLine comments are attached to wrong line numbers after file changesThe "approve" and "request changes" buttons don't update the UI stateMarkdown rendering in review comments strips code blocksFile tree navigation doesn't scroll to the selected fileRequirements
Fix ALL the above bugsAdd inline comment threading (reply to existing comments)Add "Resolve" button for each comment threadEnsure the diff viewer handles large files (1000+ lines) without lagWrite tests for the diff parser edge cases you fixBonus Points
Syntax highlighting in diff viewKeyboard navigation between filesComment severity labels (critical, suggestion, nitpick)