-
Notifications
You must be signed in to change notification settings - Fork 10
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
New Order Improvements #318
Comments
re: 9 |
please shift volume fields a bit away (left/right) from the price field - to make sure that long volume entries do not intersect the circle (see the original mockup) @roma219 @plapinp17 |
also I noticed that price field (and circles) are to close to the button - there must be more space between the button and the circle @roma219 @plapinp17 |
@hisinbox |
.
after calculated precised amount right before placing orderSimpleInput
, or in actions when setting price/get/spent. e.g.:parseFloat(String(0.92342783462364234).substring(0,9))
(New order: price format #314)6) Market order doesn't work properly in Sell mode
The text was updated successfully, but these errors were encountered: