Skip to content

Add comment search, export, and floating summary widget#2

Open
jbingham17 wants to merge 1 commit intocoderabbitai:mainfrom
jbingham17:feature/comment-search-and-export
Open

Add comment search, export, and floating summary widget#2
jbingham17 wants to merge 1 commit intocoderabbitai:mainfrom
jbingham17:feature/comment-search-and-export

Conversation

@jbingham17
Copy link
Copy Markdown
Collaborator

Summary

  • Text search within CodeRabbit comments with real-time yellow highlighting
  • Export comments to Markdown, JSON, or CSV formats via the popup
  • Severity count badges displayed next to each toggle in the popup
  • Quick action buttons: Show All, Hide All, Issues Only for fast bulk toggling
  • Draggable floating summary widget on GitHub PR pages showing live severity counts and hidden totals
  • Widget visibility toggle in the popup to show/hide the floating widget
  • Added downloads permission for file export support

Changes

  • 5 files modified: content.js, content.css, popup.html, popup.js, manifest.json
  • +778 lines of new functionality

Test plan

  • Load extension and open a GitHub PR with CodeRabbit comments
  • Type in the search box and verify yellow highlights appear in matching comments
  • Verify severity counts update correctly next to each toggle
  • Click "Show All", "Hide All", "Issues Only" and verify correct filtering
  • Click each export button (Markdown, JSON, CSV) and verify downloaded files
  • Verify the floating widget appears in bottom-right corner with correct counts
  • Drag the widget to a new position and verify it stays
  • Close the widget via the X button and verify the popup toggle reflects the change
  • Toggle widget visibility from the popup and verify it shows/hides

🤖 Generated with Claude Code

- Add text search within CodeRabbit comments with yellow highlights
- Add export functionality supporting Markdown, JSON, and CSV formats
- Add severity count badges next to each toggle in the popup
- Add quick action buttons (Show All, Hide All, Issues Only)
- Add draggable floating summary widget on GitHub PR pages showing
  live severity counts and hidden comment totals
- Add widget visibility toggle in the popup
- Add downloads permission for file export via chrome.downloads API
- Bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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