cytechmobile / radicle-jetbrains-plugin

Radicle plugin for Jetbrains IDEs
https://plugins.jetbrains.com/plugin/19664-radicle
Apache License 2.0
15 stars 0 forks source link

Merge patch loading #493

Open JChrist opened 8 months ago

JChrist commented 8 months ago

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).