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

Skip to content

fix(ui): add New note and New commit buttons to remote branch cards#75

Merged
wesbillman merged 1 commit intomainfrom
add-note-and-commit-buttons-to-remote-branches
Feb 12, 2026
Merged

fix(ui): add New note and New commit buttons to remote branch cards#75
wesbillman merged 1 commit intomainfrom
add-note-and-commit-buttons-to-remote-branches

Conversation

@wesbillman
Copy link
Collaborator

@wesbillman wesbillman commented Feb 12, 2026

Summary

  • Replaces the single long-press '+' button in RemoteBranchCard with explicit New note and New commit buttons, matching the BranchCard footer pattern
  • Removes the picker dropdown, click-outside listener, and long-press state/handlers
  • Applies new-btn-group / new-item-btn styles consistent with local branch cards

Test plan

  • Verify remote branch cards show "New note" and "New commit" buttons in the footer
  • Confirm clicking each button dispatches the correct event
  • Check visual consistency with local BranchCard buttons

🤖 Generated with Claude Code

Replace the single long-press '+' button in RemoteBranchCard with
explicit 'New note' and 'New commit' buttons matching BranchCard's
footer pattern.

Changes:
- Remove Plus icon import and long-press state/functions/handlers
- Remove svelte:window click-outside listener for picker dropdown
- Add separate 'New note' and 'New commit' buttons with StickyNote
  and GitCommitHorizontal icons
- Replace picker-dropdown/picker-item CSS with new-btn-group/new-item-btn
  styles matching BranchCard
@wesbillman wesbillman force-pushed the add-note-and-commit-buttons-to-remote-branches branch from ca114fd to f62ab04 Compare February 12, 2026 20:40
@wesbillman wesbillman merged commit c62e8de into main Feb 12, 2026
3 checks passed
@wesbillman wesbillman deleted the add-note-and-commit-buttons-to-remote-branches branch February 12, 2026 20:42
@wesbillman wesbillman restored the add-note-and-commit-buttons-to-remote-branches branch February 12, 2026 21:04
@wesbillman wesbillman deleted the add-note-and-commit-buttons-to-remote-branches branch February 12, 2026 21:06
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.

2 participants