feat: add copy and download actions for generated README output - #222
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
Walkthrough
ChangesMarkdown download
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
actor User
participant MarkdownPreview
participant BrowserDownloadAPI
User->>MarkdownPreview: Click Download
MarkdownPreview->>BrowserDownloadAPI: Create Blob from current content
MarkdownPreview->>BrowserDownloadAPI: Trigger README.md download
MarkdownPreview->>BrowserDownloadAPI: Revoke temporary object URL
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Closes #161
Adds a Download button next to the existing Copy action in the generated README output card.
Changes