feat: add keyboard shortcuts for package links (g/h/i/n) - #2912
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
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 (6)
🚧 Files skipped from review as they are similar to previous changes (5)
📝 WalkthroughSummary by CodeRabbitRelease Notes
Walkthrough
ChangesExternal Link Keyboard Shortcuts
Sequence Diagram(s)sequenceDiagram
participant Visitor
participant ExternalLinks
participant useShortcuts
participant Browser
Visitor->>useShortcuts: Press g, h, i, or n
useShortcuts->>ExternalLinks: Resolve matching package URL
useShortcuts->>Browser: Open external URL in a new tab
Possibly related PRs
Suggested reviewers: Mergeability Score: ⚪ Minimal · up to This PR adds localized keyboard shortcuts for package links and updates the related translations and documentation. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 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 |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
c58f364 to
0cc4031
Compare
Thanks for opening this pull request! 🎉We really appreciate you taking the time to contribute, @akadotsh. A maintainer will take a look as soon as they can. In the meantime, please make sure that:
If anything needs adjusting we'll leave comments here. Thanks again! |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
🔗 Linked issue
Closes #2900
🧭 Context
📚 Description
Added keyboard shortcuts for GitHub (
g), homepage (h), issues (i), and npm (n) links. These shortcuts open the respective links in a new tab.