feat(review-center): add local pull-request conflict resolution flow

Add a local conflict resolution workflow that allows resolving PR
merge conflicts from the review center. The change implements host and
repository matching, prepares and merges branches locally, opens the
resolve editor, and tracks a multi-phase state machine to continue,
abort, or push the resolved branch back to the remote.

- Core resolution logic to locate matching repos, prepare merges,
  and manage phases (preparing → conflicts → ready-to-push → complete).
- UI wiring and callbacks to start, reopen, continue, abort, and push
  local resolutions from the review center.
- Helpers to open the conflict editor, monitor merge state, and mark
  completion after a successful push.
This commit is contained in:
2026-09-07 17:33:54 +02:00
parent c6553218a2
commit c46a875a91
3 changed files with 245 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Fast, simple, and designed for developers who want a clean Git experience withou
## 📸 Preview
> Screenshots coming soon.
> Screenshots comes later.
---