-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no any progress indication on Login/Switch context/Change pr… #3855
There is no any progress indication on Login/Switch context/Change pr… #3855
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3855 +/- ##
===========================================
+ Coverage 32.37% 44.82% +12.44%
===========================================
Files 85 85
Lines 6505 6742 +237
Branches 1349 1406 +57
===========================================
+ Hits 2106 3022 +916
+ Misses 4399 3720 -679 ☔ View full report in Codecov by Sentry. |
88fd10e
to
4076940
Compare
254564d
to
1a5fef7
Compare
A short demo of how the login/logout/switch context operations are notified in Status Bar: Screencast.from.2024-03-15.18-43-46.webm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I close the login wizard after I have input the username, then the status bar "Logging in..." remains on the status bar
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3855 +/- ##
===========================================
+ Coverage 32.37% 45.03% +12.65%
===========================================
Files 85 85
Lines 6505 6804 +299
Branches 1349 1428 +79
===========================================
+ Hits 2106 3064 +958
+ Misses 4399 3740 -659 ☔ View full report in Codecov by Sentry. |
1a5fef7
to
cc64c83
Compare
@datho7561 Could you please re-test your scenario using the updated PR? I can't reproduce the issue. Also, please look at the comment regarding the use of Node's |
cc64c83
to
de1a5f6
Compare
I can still reproduce the bug if I close the wizard by pressing the Escape key, but if it's hard to get that case to work, I think the current behaviour is good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a typo in the documentation. If you want to fix it, go ahead, but I think it's good to merge as is.
Thanks. Now I can reproduce the issue - it really leaves the notification displayed if I press ESC in username selection quick pick |
…oject redhat-developer#3849 Fixes: redhat-developer#3849 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
de1a5f6
to
e055d82
Compare
Should be fixed now |
The latest screencast of login/logout/switch contexts and repeated login while the previous login operation isn't finished (cancelling the previous operation): Screencast.from.2024-04-23.14-51-47.webm |
…oject #3849
Fixes: #3849