Skip to content

Conversation

@nino-chavez
Copy link

Summary

  • Added ExternalLink icon button that appears on project card hover
  • Opens project editor in new browser tab
  • Uses <button> with window.open() to avoid nested <a> tags (since card is wrapped in Next.js Link)

Related Issue

Fixes #644

Test plan

  • Hover over project card - external link icon appears
  • Click icon - project opens in new tab
  • No console errors about nested anchors
  • Playwright E2E test included

🤖 Generated with Claude Code

nino-chavez and others added 2 commits January 29, 2026 14:11
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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 29, 2026

@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.

@netlify
Copy link

netlify bot commented Jan 29, 2026

👷 Deploy request for appcut pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit a005087

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 29, 2026

Warning

Rate limit exceeded

@nino-chavez has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 35 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

[FEATURE] Add “Open in new tab” icon next to project name on Projects page

1 participant