-
Notifications
You must be signed in to change notification settings - Fork 5k
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: Redesign Approve confirmation #26464
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. |
a96f39f
to
a78699e
Compare
Builds ready [a78699e]
Page Load Metrics (70 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #26464 +/- ##
========================================
Coverage 69.96% 69.97%
========================================
Files 1405 1407 +2
Lines 48996 49023 +27
Branches 13697 13705 +8
========================================
+ Hits 34280 34299 +19
- Misses 14716 14724 +8 ☔ View full report in Codecov by Sentry. |
)} | ||
</ConfirmInfoSection> | ||
); | ||
}; |
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.
Will be nice to have some unit test coverage also for info components.
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.
Changes look great 👍
a78699e
to
773f9a3
Compare
Builds ready [bf40520]
Page Load Metrics (85 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
bf40520
to
d342ee5
Compare
Builds ready [d342ee5]
Page Load Metrics (86 ± 11 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ui/pages/confirmations/components/confirm/info/shared/approve-details/approve-details.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/approve-details/approve-details.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/approve-details/approve-details.tsx
Outdated
Show resolved
Hide resolved
...ges/confirmations/components/confirm/info/shared/transaction-details/transaction-details.tsx
Show resolved
Hide resolved
test/e2e/tests/confirmations/transactions/erc721-approve-redesign.spec.ts
Outdated
Show resolved
Hide resolved
d77dbef
to
7e14394
Compare
Builds ready [dc347b2]
Page Load Metrics (68 ± 5 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
dc347b2
to
c3c19fc
Compare
Quality Gate passedIssues Measures |
Builds ready [c3c19fc]
Page Load Metrics (82 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Implements redesigned confirmation screens for
tokenMethodApprove
(ERC721 and ERC1155). Includes e2e and integration tests.Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/2936
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist