-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: Updates to the simulations component #28107
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. |
ab94ca6
to
78b91e9
Compare
Builds ready [78b91e9]
Page Load Metrics (2012 ± 100 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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.
In the GH description screenshots, "No Changes" is a lighter gray. Should we update the description and/or the UI? the Figma displays the copy with a darker gray
78b91e9
to
496075b
Compare
Builds ready [496075b]
Page Load Metrics (1943 ± 56 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
c6e0cee
to
30c9688
Compare
Builds ready [30c9688]
Page Load Metrics (2102 ± 112 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
alignItems={AlignItems.center} | ||
justifyContent={JustifyContent.spaceBetween} | ||
> | ||
<Box |
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.
Minor, since we have three nested boxes, would the readability benefit from some local components?
<ConfirmInfoRow | ||
label={t('simulationDetailsTitle')} | ||
tooltip={t('simulationDetailsTitleTooltip')} | ||
<Box |
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.
I assume the necessary formatting isn't feasible to encapsulate within the ConfirmInfoRow
component?
30c9688
to
5e521b0
Compare
Builds ready [5e521b0]
Page Load Metrics (1875 ± 96 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
5e521b0
to
aa22ec9
Compare
Builds ready [aa22ec9]
Page Load Metrics (1824 ± 108 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Description
Updates the copy, layout and text color for 3 scenarios: No changes, Generic Error and Fiat value not available as per design review.
Related issues
Fixes: #27072
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist