Skip to content
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(app): liquid detail fixed precision #15013

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

sfoster1
Copy link
Member

There were a couple places remaining where we presented liquid volumes but didn't have fixed precision, so we could have a pretty excessive number of decimals. Now those are all toFixed(1)'d.

Also, there was an extra "total volume" label in some little grey-background-roundrect text objs in the liquid detail map view that would cause the background to clip behind the map. the label's not in the designs, so I pulled it.

Closes RSQ-78

Reviews and Testing

protocol preview liquid tab

new:

Screenshot 2024-04-25 at 2 24 42 PM

old:

Screenshot 2024-04-25 at 2 27 48 PM

run preview liquids list view with detail expansion

new:

Screenshot 2024-04-25 at 2 26 06 PM

old:

Screenshot 2024-04-25 at 2 28 25 PM

run preview liquids map view

new:

Screenshot 2024-04-25 at 2 26 54 PM

old:

Screenshot 2024-04-25 at 2 29 54 PM

Closes RSQ-78

There were a couple places remaining where we presented liquid volumes
but didn't have fixed precision, so we could have a pretty excessive
number of decimals. Now those are all toFixed(1)'d.

Also, there was an extra "total volume" label in some little
grey-background-roundrect text objs in the liquid detail map view that
would cause the background to clip behind the map. the label's not in
the designs, so I pulled it.

Closes RSQ-78
@sfoster1 sfoster1 requested a review from a team as a code owner April 25, 2024 18:30
@sfoster1 sfoster1 requested review from koji and removed request for a team April 25, 2024 18:30
Copy link
Contributor

@koji koji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.
thank you for fixing this.

@sfoster1 sfoster1 merged commit fab0bd2 into edge Apr 25, 2024
25 of 26 checks passed
@sfoster1 sfoster1 deleted the rsq-78-fixup-liquid-mapview branch April 25, 2024 18:53
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
There were a couple places remaining where we presented liquid volumes
but didn't have fixed precision, so we could have a pretty excessive
number of decimals. Now those are all toFixed(1)'d.

Also, there was an extra "total volume" label in some little
grey-background-roundrect text objs in the liquid detail map view that
would cause the background to clip behind the map. the label's not in
the designs, so I pulled it.

Closes RSQ-78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants