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
We have a couple of places where we manually stick a CircularProgress in a Button when we're waiting for an HTTP request to finish. material-ui v5 has a LoadingButton component, which takes a pending prop for this purpose. It looks a bit better and it can also keep showing the button text while the operation is in progress.
For after #1287
We have a couple of places where we manually stick a CircularProgress in a Button when we're waiting for an HTTP request to finish. material-ui v5 has a LoadingButton component, which takes a
pending
prop for this purpose. It looks a bit better and it can also keep showing the button text while the operation is in progress.These are the ones I found:
web/src/components/Dialogs/ConfirmDialog/index.js
Lines 87 to 89 in 1f15e25
web/src/components/Dialogs/LoginDialog/LoginForm.js
Lines 98 to 107 in 1f15e25
web/src/components/Dialogs/LoginDialog/SocialForm.js
Lines 142 to 149 in 1f15e25
web/src/components/Dialogs/PromptDialog/index.js
Lines 129 to 131 in 1f15e25
web/src/components/Dialogs/LoginDialog/RegisterForm.js
Lines 171 to 178 in 1f15e25
The text was updated successfully, but these errors were encountered: