When a user clicks on merge, there's a lot of time waiting (due to syncing the refs), but there's no feedback to the user of what's going on.
This should be improved, by adding some kind of loading message, or even with background task showing what exact task is currently being carried out (though, since 99% of the time is waiting for syncing, that might not be needed).
When a user clicks on merge, there's a lot of time waiting (due to syncing the refs), but there's no feedback to the user of what's going on. This should be improved, by adding some kind of loading message, or even with background task showing what exact task is currently being carried out (though, since 99% of the time is waiting for syncing, that might not be needed).