We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve notifications within the app when the tx is placed/pending/confirmed.
At this moment notifications are a bit intertwined and many of them are missing in the app that we should have by the Figma file:
Signals that need to be revised:
const SIGNAL_OWNER_TOKEN_SENT* = "ownerTokenSent" const SIGNAL_TRANSACTION_SENDING_COMPLETE* = "transactionSendingComplete" const SIGNAL_TRANSACTION_STATUS_CHANGED* = "transactionStatusChanged"
The text was updated successfully, but these errors were encountered:
fix(wallet): in app tx related notifications improvements
7140558
Closes #16338
504236a
saledjenic
Successfully merging a pull request may close this issue.
Improve notifications within the app when the tx is placed/pending/confirmed.
At this moment notifications are a bit intertwined and many of them are missing in the app that we should have by the Figma file:
Signals that need to be revised:
The text was updated successfully, but these errors were encountered: