You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when interacting with the origin, say for a push, the status never changes from "Logging in with...", until the very last moment before the dialog disappears. Seems like it's failing to update the UI.
The text was updated successfully, but these errors were encountered:
Ah, you've uncovered a problem with push specifically – Good catch! I think this is due to a missing feature in pygit2. I've contributed a fix here; when pygit2 merges it I'll wire this up to the push dialog.
For fetch/pull operations, I think progress is correctly reported (unless the payload is so small that the transfer zips by in a fraction of a second).
We have a fix in v1.2.0, but it depends on pygit2 1.17.1 which hasn't come out yet (we're still on 1.17.0). As soon as pygit2 cuts a new release, I'll rebuild the Flatpak.
I've noticed that when interacting with the origin, say for a push, the status never changes from "Logging in with...", until the very last moment before the dialog disappears. Seems like it's failing to update the UI.
The text was updated successfully, but these errors were encountered: