Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add copy worktree path option to branch card dropdown menu#23

Merged
wesbillman merged 1 commit intomainfrom
open-with
Feb 10, 2026
Merged

feat: add copy worktree path option to branch card dropdown menu#23
wesbillman merged 1 commit intomainfrom
open-with

Conversation

@wesbillman
Copy link
Collaborator

Summary

Add a Copy Worktree Path menu item to the 3-dot dropdown on branch cards.

Changes

  • Added a 'Copy Worktree Path' option to the DropdownMenu on BranchCard
  • Uses navigator.clipboard.writeText() consistent with existing clipboard patterns in the codebase
  • The option is only shown when the branch has a worktree path
  • Menu items use $derived to reactively respond to prop changes (avoids Svelte 5 state_referenced_locally warning)

Add a 'Copy Worktree Path' menu item to the 3-dot dropdown on branch
cards. Uses navigator.clipboard.writeText() consistent with existing
clipboard patterns in the codebase. The option is only shown when the
branch has a worktree path.
@wesbillman
Copy link
Collaborator Author

Screenshot 2026-02-10 at 1 43 38 PM

@wesbillman wesbillman merged commit beb01f3 into main Feb 10, 2026
2 checks passed
@wesbillman wesbillman deleted the open-with branch February 10, 2026 21:53
loganj added a commit that referenced this pull request Feb 26, 2026
Hide Reply/Resolve buttons while composing a reply
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.

1 participant