-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove notifications for completed transactions #860
Conversation
We no longer need this logic because we have removed the notifications.
✅ Deploy Preview for acre-dapp-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for acre-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me, but I'm leaving the final approval + merge to @michalinacienciala .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested for the deposit in LL. For withdrawal in the standalone dapp. During testing of withdrawal there was some Gelato error thrown, but it looks inconsequential (funds got returned, withdrawal visible in dapp) and could not be reproduced. I think we can merge.
This PR removes notifications for completed transactions. What has been done:
ActivitiesList
andActivitiesListItem
components.Alert
.latestActivities
UI
Before
After