fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

long operations are blocking all application controls #2224

Open kaynn opened 1 month ago

kaynn commented 1 month ago

long operations such as cloning a large repo, pulling with very large change list, rebase, ect

the problem is that the application shows a modal dialog and all the application controls are inaccessible.

it would be nice if such modal dialog were tab (working copy) specific

DanPristupov commented 1 month ago

Dialogs in WPF blocks all windows, so it's not possible.

long operations such as cloning a large repo, pulling with very large change list, rebase, ect

Yes, rebase blocks the UI. However, clone is performed as a background operation. It's the same with pull. So, I don't see a big problem.