-
Notifications
You must be signed in to change notification settings - Fork 1
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
Settings – Stuck loading spinner when adding members #163
Comments
hey @ori-near, we discussed about this behaviour earlier, we don't have a way in BOS to know if user cancelled the transaction, we discussed to show a toast if it takes longer than 10 seconds, if they want to get rid of the loading screen (transaction was cancelled or failed due to some reason), we never finalised the best UX, but I guess we should come up with a solution, which we can implement in all such places (treasury and portal). |
@Megha-Dev-19 – as we discussed yesterday, we created a UX for solving this issue: |
Current State
When I add a new member and click submit and if I accidentally close the transaction screen before proceeding, the loading bar continues to show. I also seem to be able to continue to interact with the add members panel (e.g. deselect permissions).
Desired State
When a user clicks the “Submit” button, they should be unable to modify any of the fields in the “Add members” form. Furthermore, if the user cancels the request, the loading state should cancel, allowing the admin to edit the information or attempt to submit the form again.
The text was updated successfully, but these errors were encountered: