-
Notifications
You must be signed in to change notification settings - Fork 13
Description
on every windows build so far
On a recent gaming laptop (although mostly in power saving mode), there's about 1-3sec delay between clicking stage/unstage/discard and the change being reflected in the UI, no idea if this is waiting for the git itself and there's nothing to be done to speed it up, but it would be nice to at least acknowledge the action by immediately making the button disabled or replacing it with "staging..." label or whatever, would make it feel much better.
I often stage / discard by line in a single file, and it's annoying that you stage a line, and want to immediately move attention on staging next one somewhere else, but the view updates few secs later and you lost your bearings in the view.
I get this is probably unreasonable amount of work to fix for little gain, it's just something that bothers me even after years of being a happy paying user. At least the feedback that the button click was registered and is processing would be nice tho.
I do usually have lots of permanently unstaged binary crap when I work, don't know if that could be a problem.