Skip to content

feat(workspace): make PR URL clickable and add yank shortcut in merge modal#164

Open
DigitalPhilosopher wants to merge 2 commits intomarcus:mainfrom
DigitalPhilosopher:feat/github-link-clickable
Open

feat(workspace): make PR URL clickable and add yank shortcut in merge modal#164
DigitalPhilosopher wants to merge 2 commits intomarcus:mainfrom
DigitalPhilosopher:feat/github-link-clickable

Conversation

@DigitalPhilosopher
Copy link

@DigitalPhilosopher DigitalPhilosopher commented Feb 13, 2026

Summary

Closes #141

  • Make the PR URL in the merge modal clickable (opens in browser on click) with hyperlink styling
  • Add y keyboard shortcut to copy the PR URL to clipboard
  • Register mouse hit region so the URL is a proper click target

Test plan

  • Open merge modal with a PR URL present
  • Verify URL is styled as a link and clickable (opens browser)
  • Press y to copy URL to clipboard, verify toast and clipboard content
  • Verify o still opens the PR in browser
  • Confirm footer hint text shows y: copy URL

🤖 Generated with Claude Code

Patrick Kühn and others added 2 commits February 13, 2026 10:40
… modal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…odal

Bubble Tea captures mouse events, preventing terminals from natively
handling OSC 8 hyperlink clicks. Register the PR URL as a focusable
hit region so clicking it opens the browser via openInBrowser().

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.

[FEATURE REQUEST] Make github PR Link clickable

1 participant