-
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
fix: permit simulation design #26186
Conversation
@@ -106,7 +106,7 @@ export const ConfirmInfoRow: React.FC<ConfirmInfoRowProps> = ({ | |||
display={Display.Flex} | |||
flexDirection={FlexDirection.Row} | |||
justifyContent={JustifyContent.center} | |||
alignItems={AlignItems.center} | |||
alignItems={AlignItems.flexStart} |
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.
We need to ensure that it looks correct for all other cases.
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.
Just to note, I will keep this convo in slack.
Builds ready [9ce5b31]
Page Load Metrics (171 ± 211 ms)
Bundle size diffs
|
Builds ready [5d21a80]
Page Load Metrics (397 ± 362 ms)
Bundle size diffs
|
4cd7e16
to
ed9b488
Compare
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. |
Builds ready [e96dbfe]
Page Load Metrics (85 ± 17 ms)
Bundle size diffs
|
Quality Gate passedIssues Measures |
Builds ready [322919d]
Page Load Metrics (75 ± 12 ms)
Bundle size diffs
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26186 +/- ##
========================================
Coverage 69.98% 69.98%
========================================
Files 1405 1405
Lines 48991 48992 +1
Branches 13697 13697
========================================
+ Hits 34282 34283 +1
Misses 14709 14709 ☔ View full report in Codecov by Sentry. |
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.
Updated snapshots and verified the UI on chrome 👍🏼
Description
This PR does a small alignment and pill padding update on permit simulations.
Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/2845
Follow-up Cherry-picked PR: #26518
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist