-
Notifications
You must be signed in to change notification settings - Fork 159
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
Resume progress bar after timeout #448
Conversation
Codecov Report
@@ Coverage Diff @@
## main #448 +/- ##
==========================================
+ Coverage 69.71% 69.72% +0.01%
==========================================
Files 286 286
Lines 6590 6593 +3
==========================================
+ Hits 4594 4597 +3
Misses 1625 1625
Partials 371 371
|
4887f5d
to
dd31f23
Compare
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.
Works as expected, good work !
dd31f23
to
7c4f1a7
Compare
7c4f1a7
to
b38063d
Compare
@wbeuil just rebased this one, can you review again so I can merge it? thanks |
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.
LGTM
Description
The progress bar should be restarted automatically after a timeout if a new event occur. Sometime read actions may be slow but ends with a success after the timeout, for me we should show that something hang bit if it's ends with a success we should resume the spinning.