-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add approval flow success and error pages #6738
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
878fcd3
to
247c54c
Compare
app/components/UI/ApprovalFlow/ApprovalFlowResult/ApprovalFlowResult.test.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/ApprovalFlow/ApprovalFlowResult/ApprovalFlowResult.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/ApprovalFlow/ApprovalFlowResult/ApprovalFlowResult.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/ApprovalFlow/ApprovalFlowResult/ApprovalFlowResult.tsx
Outdated
Show resolved
Hide resolved
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
eb6c11c
to
f79d86d
Compare
Kudos, SonarCloud Quality Gate passed! |
@vinistevam @matthewwalsh0 can one of you spot check this on release v7.4.0 to ensure it's is working for the release? |
Thanks @chrisleewilcox going forward we will ensure the labels are included properly before merging. |
Development & PR Process
release-xx
label to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-review
label when work is completedneeds-qa
label when dev review is completedQA Passed
label when QA has signed offDescription
this PR improves the support for approval flows adding the possibility to include a result page for the approval flow (success & error).
@metamask/approval-controller
Screenshots/Recordings
If applicable, add screenshots and/or recordings to visualize the before and after of your change
Note: the recordings below are for testing the components no change was done on the add & switch approval.
approval-flow-result-error.webm
approval-flow-result-success.webm
result_page_success.webm
result_pages_error.webm
Issue
Progresses https://github.com/MetaMask/mobile-planning/issues/1027
Pipeline E2E
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/db808fc0-22f9-4007-8b42-7e62004c24ac
Checklist