-
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
Show BSQ trading fee more explicitly when funding your offer #2379
Show BSQ trading fee more explicitly when funding your offer #2379
Conversation
ripcurlx
commented
Feb 6, 2019
•
edited
Loading
edited
- Fixes DAO: Point out BSQ separately in "Fund your offer" popup #2075.
- Fixes wrong total funds value in info popup and funds tooltip
- Fixes missing info icon in Funds needed field
- Fixes positioning of info icons
700a854
to
f43032d
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.
utACK
@@ -373,6 +373,7 @@ createOffer.fundsBox.networkFee=Mining fee | |||
createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... | |||
createOffer.fundsBox.paymentLabel=Bisq trade with ID {0} | |||
createOffer.fundsBox.fundsStructure=({0} security deposit, {1} trade fee, {2} mining fee) | |||
createOffer.fundsBox.fundsStructure.BSQ=({0} security deposit, {1} mining fee) + {2} trade fee |
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.
Maybe this should keep the same order (deposit, trade fee, mining fee) as createOffer.fundsBox.fundsStructure
for less confusion?
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.
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.
Ah, perhaps the ordering should be deposit, mining, trade fee for both?
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.
On first sight yes, but we have this order on a couple of places and it makes sense from my point of view to have it as it is right now:
The only problem is to mix it in the total funds field with the BSQ value.
I personally would go with this little inconsistency and have the order in this field different between BSQ and BTC trading fees.
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.
Yeah, that's a lot to change, then just go with your original suggestion unless we have an obviously better way to do it.