-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Feature] Reflect network requests on button #287
Comments
Can I take up this issue? |
Sure go ahead @kunal00000 |
Hi @codetheorem , can I get slack invite. |
|
through this person cannot be joined without being part of organisation on slack invite link needed for new participant to join. |
Buttons which are connected with an async callback. |
Review if button should work like this as shown Screen.Recording.2022-12-27.at.8.44.38.PM.mov |
Please review the pr linked to the issue. |
Is your feature request related to a problem? Please describe.
Currently, whenever any request is made on clicking a button, the state of the button does not change.This creates a dilemma if the request has been made or not,until a proper response is received.
Describe the solution you'd like
The requests should be reflected on the button. It should be done by disabling the button whenever the button is clicked till the request is under process. Preferably it should also show a loader for better UX.
Additional context
Story - https://userstory.site/story/60e59aa42d674800150f759e
The text was updated successfully, but these errors were encountered: