Skip to content

investigate unifying rebase conflicts file rendering with merge conflicts file rendering #6904

@shiftkey

Description

@shiftkey

Rebase conflicts currently uses a app/src/ui/rebase/conflict-files-list.tsx component to render it's items. This should be combined with the work done around resolving manual conflicts in #6777 and #6821 which is now contained in app/src/ui/merge-conflicts/unmerged-file.tsx.

There are some differences that need to be thought about:

  • unmerged-file.tsx takes in ourBranch and theirBranch as props - we need to think about what makes sense to show for these options when handling conflicts
  • probably some other things

Metadata

Metadata

Assignees

Labels

tech-debtIssues and pull requests related to addressing technical debt or improving the codebase

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions