Minhal/NFTRWP-211 | Transactions updated automatically on sharing#296
Minhal/NFTRWP-211 | Transactions updated automatically on sharing#296syed-primelab wants to merge 1 commit intodevfrom
Conversation
|
@syed-primelab is attempting to deploy a commit to the Nearapps Team on Vercel. To accomplish this, @syed-primelab needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
biswanathsahoo
left a comment
There was a problem hiding this comment.
Please don't redirect the user to the history page by default because there no meaning of the success popup with a Open History button. The transactions are updating, the only problem is it is taking some time to load the data. It's better to add a loader to show the progress. And also, you can dispatch a event to to load the history from the server.
|
Hey @biswanathsahoo What I did (in this feature branch) is that after successful transaction, API called for fetching transactions right away and data also updated in no time. Moreover, on clicking "Open History" button, only dialog box closes. In my opinion, after successful transaction, GET API should be called right away with loader and the modal should auto closed as user already notified via toast. So there will be no need of clicking "Open History" button. Please guide what should be the flow? |
No description provided.