Skip to content

Orders with price ranges are displayed as a single amount in the UI #163

Description

@ermeme

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.

Metadata

Metadata

Assignees

Labels

area: uiFlutter screens, UI providers, UXbugSomething isn't workingpriority: mediumMedium priority

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions