-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Porting existing MMI section to new page #22807
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
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #22807 +/- ##
===========================================
- Coverage 68.71% 68.69% -0.02%
===========================================
Files 1105 1107 +2
Lines 43248 43286 +38
Branches 11561 11577 +16
===========================================
+ Hits 29717 29734 +17
- Misses 13531 13552 +21 ☔ View full report in Codecov by Sentry. |
Builds ready [ca16bab]
Page Load Metrics (751 ± 13 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [881835c]
Page Load Metrics (1243 ± 77 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [5898b3f]
Page Load Metrics (1104 ± 79 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [0b981b4]
Page Load Metrics (1805 ± 88 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
digiwand
left a comment
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.
interesting this component wasn't added to Sign-in With Ethereum (SIWE). This might have been missed when SIWE was implemented.
requesting changes for file path name, classname and action item to port over CSS
ui/pages/confirmations/components/confirm/mmi-signature-section/mmi-signature-section.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/mmi-signature-section/mmi-signature-section.tsx
Outdated
Show resolved
Hide resolved
8867dae to
db6613d
Compare
Builds ready [db6613d]
Page Load Metrics (1543 ± 300 ms)
Bundle size diffs
|
ui/components/app/confirm/mmi-signature-section/mmi-signature-section.tsx
Outdated
Show resolved
Hide resolved
...irmations/components/confirm/mmi-signature-mismatch-banner/mmi-signature-mismatch-banner.tsx
Outdated
Show resolved
Hide resolved
4218d29 to
807c16c
Compare
807c16c to
dbf544d
Compare
Builds ready [dbf544d]
Page Load Metrics (1187 ± 402 ms)
Bundle size diffs
|
32fcfb4 to
dbf544d
Compare
Builds ready [5c54b36]
Page Load Metrics (1391 ± 315 ms)
Bundle size diffs
|
digiwand
left a comment
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.
Lgtm!
documentation note:
The code logic in this PR was extracted from ui/pages/confirmations/components/signature-request-original/signature-request-original.component.js
Builds ready [5fd7761]
Page Load Metrics (1225 ± 408 ms)
Bundle size diffs
|
Description
Porting existing MMI section to new page. It does not include adding test coverage or storybook - as this code is owned by MMI team - PR is not adding new code but only moving copying exiting code over to new page.
Related issues
Fixes: #22745
Manual testing steps
NA
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist