feat: Redesign Approve confirmation#26464
Merged
pedronfigueiredo merged 7 commits intodevelopfrom Aug 21, 2024
Merged
Conversation
Contributor
|
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
Collaborator
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. |
jpuri
reviewed
Aug 19, 2024
Contributor
There was a problem hiding this comment.
Will be nice to have some unit test coverage also for info components.
a78699e to
773f9a3
Compare
Collaborator
Builds ready [bf40520]
Page Load Metrics (85 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
bf40520 to
d342ee5
Compare
Collaborator
Builds ready [d342ee5]
Page Load Metrics (86 ± 11 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
matthewwalsh0
requested changes
Aug 19, 2024
ui/pages/confirmations/components/confirm/info/approve/approve.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
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
Outdated
Show resolved
Hide resolved
test/e2e/tests/confirmations/transactions/erc721-approve-redesign.spec.ts
Outdated
Show resolved
Hide resolved
d77dbef to
7e14394
Compare
Collaborator
Builds ready [dc347b2]
Page Load Metrics (68 ± 5 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
jpuri
approved these changes
Aug 20, 2024
dc347b2 to
c3c19fc
Compare
|
Collaborator
Builds ready [c3c19fc]
Page Load Metrics (82 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
matthewwalsh0
approved these changes
Aug 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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