-
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
[UX] Improve transaction submission/cancellation flow #181
Comments
Hey @ori-near @Megha-Dev-19 Check this video -> https://github.com/user-attachments/assets/d6a07f42-b03c-4185-8b67-c1d23e26c265 |
@FREZZZBE thanks for putting this together! I don't think we will be able to know once user clicks any button on the transaction pop up ... @Megha-Dev-19 can you confirm if this solution works and if not provide any alternative suggestions? |
After discussion with @Megha-Dev-19, we decided to trigger this loader by clicking submit (not confirm). |
Background
When users perform actions in NEAR Treasury, such as adding a new member, they click "Submit" to initiate sending the transaction on-chain via BOS. Currently, once the transaction is submitted, our UI doesn't provide clear feedback about the transaction status or allows them to cancel the transaction if needed. This is because we don't have visibility into the transaction's status after it's submitted. As a result, users might be stuck on a loading screen if the transaction fails or is canceled by the user in the subsequent BOS dialogue.
User Story
As a NEAR Treasury user, I want to have a clear understanding of the transaction's status after I submit it. I also want to be able to cancel the transaction if necessary.
Acceptance Criteria
Resources & Additional Notes
Successful Toast
Copy
Priority
🔴 P0 : Critical
The text was updated successfully, but these errors were encountered: