Currently the only two ways to resolve merge conflicts is
- having to go through each page one by one and choosing whether or not to keep main vs keep branch.
- batch resolving all conflicts by choosing main or branch.
The first way is so tedious, especially when there is only one small change that needs to be merged on one page in the branch, but all the other pages have changed a lot in the main. So we have to go through every single conflict and mark it as main except for the single page that needs to be branch. This is exacerbated by the slow rendering of each conflict, so we have to wait about 15-30 seconds for each to render before being able to select main or branch.
The second way does not allow us to have much control over what is main or what is branch, and prevents us from being able to easily selecting the page(s) that need to keep branch.
Itβd be nice if there was a multi-select option where we can scan through the list of conflicts and choose which ones should keep main or keep branch.