-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat: limit UI upgrade 2 - USD precision #5274
feat: limit UI upgrade 2 - USD precision #5274
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
a76a623
to
9d028ac
Compare
6524adc
to
794114d
Compare
@@ -18,7 +18,7 @@ export enum LimitOrderDeadlinePreset { | |||
ONE_DAY = '1 Day', | |||
THREE_DAYS = '3 Days', | |||
ONE_MONTH = '1 Month', | |||
SIX_MONTHS = '6 Months (max)', | |||
SIX_MONTHS = '1 Year (max)', |
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.
@alfetopito was this intentional?
I thought it was changed already, and also now it doesn't match te const name and the label
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.
Yes!
I believe @fairlighteth did some refactoring where the label was reverted back to an earlier version.
Great catch that I forgot to update the label 🤦
Summary
To Test
fill or kill
orderShould NOT show insufficient balance
Should use ALL available balance
USD amounts should be a bit less finicky (better with rounding)