-
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
Hide text that is not applicable in take offer view #1775
Hide text that is not applicable in take offer view #1775
Conversation
When taking an offer that does not specify an amount range, hide the "Check if offer is available" text. Fixes bisq-network#1742
Stop the offerAvailabilityBusyAnimation sooner, prior to showing securityDepositInfo popup, when it is hiding related fields.
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.
NACK.
I added more background info in #1742. We must not hide is but change the layout so that it is better visible to the user and update the button states so that the user does not fund his wallet before the offer availibility check is successfully completed.
@ManfredKarrer A fixed amount offer now waits until the offer has been confirmed to be available, as shown below: |
A cool! Looks good to me! @ripcurlx - What do you think? I leave it to you to review/merge. |
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 - I would prefer if @ripcurlx does the review/merge
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.
ACK - tested it on Regtest with a range and a single amount offer. Everything looking good!
I'll merge it although Travis fails as it is related to the current Java 10 JDK not loaded issue. |
When taking an offer that does not specify an amount range, "Check if offer is available" text was being displayed when it shouldn't be.
It was explicitly hiding the offerAvailabilityBusyAnimation, but not the offerAvailabilityLabel.
Fixes #1742