feat(projects): add open in new tab button for projects#690
feat(projects): add open in new tab button for projects#690nino-chavez wants to merge 2 commits intoOpenCut-app:mainfrom
Conversation
Added an ExternalLink icon next to each project name that opens the editor in a new tab when clicked. The icon appears on hover alongside the existing three-dot menu, with a tooltip for clarity. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Fixes nested <a> error caused by placing anchor inside Next.js Link. Changed to button element using window.open() for new tab behavior. Fixes regression from OpenCut-app#644 implementation. Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
@nino-chavez is attempting to deploy a commit to the OpenCut OSS Team on Vercel. A member of the Team first needs to authorize it. |
👷 Deploy request for appcut pending review.Visit the deploys page to approve it
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 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 |
Summary
<button>withwindow.open()to avoid nested<a>tags (since card is wrapped in Next.js Link)Related Issue
Fixes #644
Test plan
🤖 Generated with Claude Code