Description
When an order has a price range, the UI appears to collapse it to the minimum value only.
Example: a sell order configured as 20-60 USD is displayed in the app as 20 USD instead of showing the full range.
That makes the order book misleading because users cannot see the actual range at a glance.
Expected behavior
- Orders with a min/max range should display the full range.
- The UI should not silently flatten a range into a single amount.
- If the app intentionally shows only one side of the range, it should be clearly labeled so users understand what they are seeing.
Actual behavior
- A
20-60 USD order is shown as 20 USD in the UI.
Notes
- This looks like a UX / data presentation bug, not a protocol change.
- Please audit the order list / order detail rendering path and any formatting helper that converts order amounts for display.
Description
When an order has a price range, the UI appears to collapse it to the minimum value only.
Example: a sell order configured as
20-60 USDis displayed in the app as20 USDinstead of showing the full range.That makes the order book misleading because users cannot see the actual range at a glance.
Expected behavior
Actual behavior
20-60 USDorder is shown as20 USDin the UI.Notes