bisq/desktop/src
jmacxx d4dae4b6b1
Sort order of offers appropriately by min/max range
This change fixes an issue with sorting the offer list when the amount
is shown as a range.  In OfferBookView::activate() we add a listener
for the sortTypeProperty on amountColumn and volumeColumn. When the
sortType is changed we set the comparator to be the approprate property
of the Offer; either getAmount/getMinAmount; getVolume/getMinVolume.

Fixes #3818
2020-03-18 07:09:18 -05:00
..
main Sort order of offers appropriately by min/max range 2020-03-18 07:09:18 -05:00
test Fix btcnode validation regex to handle multiple FQDNs, add tests 2020-02-11 21:12:12 +09:00