Skip to content

Conversation

@javoire
Copy link
Owner

@javoire javoire commented Jan 27, 2026

Summary

  • Add WrapWithSuccessIndented to spinner package for indented operations
  • Sub-operations (rebase, push) now show checkmarks at column 2 with consistent single-space after ✓

Before:

✓ Fetched from origin and loaded PRs
✓   Rebased onto origin/master          # 3 chars between ✓ and text
✓   Pushed to origin                    # 3 chars between ✓ and text
  ✓ PR #774 base is already correct     # ✓ at column 2

After:

✓ Fetched from origin and loaded PRs
  ✓ Rebased onto origin/master          # ✓ at column 2
  ✓ Pushed to origin                    # ✓ at column 2
  ✓ PR #774 base is already correct     # ✓ at column 2

🤖 Generated with Claude Code

@javoire javoire enabled auto-merge (squash) January 27, 2026 21:39
Add WrapWithSuccessIndented to spinner package for indented operations.
Sub-operations (rebase, push) now show checkmarks at column 2 with
consistent single-space after ✓.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@javoire javoire force-pushed the feature/fix-sync-spacing branch from f0c90e2 to de9e703 Compare January 27, 2026 21:39
@javoire javoire merged commit ce2bf17 into main Jan 27, 2026
1 check passed
@javoire javoire deleted the feature/fix-sync-spacing branch January 27, 2026 21:39
javoire pushed a commit that referenced this pull request Jan 27, 2026
…01-27)

### Bug Fixes

* consistent spacing of check icons in sync output ([#49](#49)) ([ce2bf17](ce2bf17))
@javoire
Copy link
Owner Author

javoire commented Jan 27, 2026

🎉 This PR is included in version 1.8.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants