-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OfferBook: Show min-max range for amount and volume #4225
Conversation
The OfferBook tables now show the amount and the volume as min-max range, where appropriate. For the offers that have no range defined, the single values are shown. Fixes bisq-network#3129
3e2ce3d
to
34ff2d6
Compare
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.
Could you provide a before and after screenshot for the UI changes? It will help a lot to do the review.
|
||
/** | ||
* Renders cell content, if it has a single value or a range. | ||
* Should not be called for empty cells |
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.
Is this comment really needed? Maybe naming renderCellContent()
is enough as it is private method in very specific context.
ACK |
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.
utACK
@petrhejna Thanks for reviewing. Did you read up on the usage of ACK, utACK and NACK? ACK meaning you have actually tested this PR. |
@sqrrm yes, I did test it |
The OfferBook tables now show the amount and the volume as min-max range, where appropriate.
For the offers that have no range defined, the single values are shown.
Fixes #3129