feat(git): add rebase workflow with UI state handling #14

Merged
Christoph merged 1 commits from feature/rebase into master 2026-07-03 22:36:42 +00:00
Owner

This introduces Git rebase commands (start, continue, abort) and
exposes whether a rebase is currently in progress via the status
payload. The UI now blocks committing during an active rebase and
shows a dedicated rebase notice with continue/abort actions.

  • Add tauri commands for rebase operations and status detection
  • Update frontend to render rebase state and controls
  • Adjust conflict/resolution messaging and related UI styling
This introduces Git rebase commands (start, continue, abort) and exposes whether a rebase is currently in progress via the status payload. The UI now blocks committing during an active rebase and shows a dedicated rebase notice with continue/abort actions. - Add tauri commands for rebase operations and status detection - Update frontend to render rebase state and controls - Adjust conflict/resolution messaging and related UI styling
Christoph added 1 commit 2026-07-03 22:36:35 +00:00
This introduces Git rebase commands (start, continue, abort) and
exposes whether a rebase is currently in progress via the status
payload. The UI now blocks committing during an active rebase and
shows a dedicated rebase notice with continue/abort actions.

- Add tauri commands for rebase operations and status detection
- Update frontend to render rebase state and controls
- Adjust conflict/resolution messaging and related UI styling
Christoph merged commit c2d7fefb47 into master 2026-07-03 22:36:42 +00:00
Christoph deleted branch feature/rebase 2026-07-03 22:36:42 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Christoph/GitLite#14