-
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
Take offer screen layout issue #1742
Comments
@ManfredKarrer @ripcurlx As far as I can tell, the "Check if offer is available" text is only applicable if there is an amount range for which the taker needs to specify how much they want to buy. If so, I believe I have a fix to just hide it. |
When taking an offer that does not specify an amount range, hide the "Check if offer is available" text. Fixes bisq-network#1742
Upon further checking, looks like it is already supposed to be hiding it but isn’t. I will keep digging. |
I have opened PR #1775. It was explicitly hiding the busy animation, but not the label. So my fix also hides the label. However, I saw isOfferAvailableSubscription is supposed to be hiding it if the offer is available. And after debugging, I saw the offer state was unknown when taking any offer without a range. So that explains why the label was not being hidden. But I am a starting to dive deeper and getting a little lost trying to understand if that is to be expected (unknown state). Plus it is late and time for bed. Any clarification would be appreciated. |
It is a bit tricky. I am not 100% sure whats the best solution here is, but it should be clearly visible to the user as the offer availibility check is important, so that the user does not fund his wallet from an external wallet before that is successful, otherwise it can be that the offer is not available (either peer is offline or someone else took the offer in the meantime) and the user has made a tx to his bisq wallet from an external wallet. if he used the internal wallet transfer the damage is lower as no tx is created in that case, but still would confuse usability. |
Thanks. Makes sense. I will see what I can do. |
As visible in screenshot the "Check if offer is available..." text is not layouted correctly and the spinner is missing. That happens only if there is no amount range, so the next button get skipped and we show directly the funding screen.
When the BTC amount can be set by the user then the layout is correct and the spinner is there.
Not sure where the text and spinner should be in the first case. At the current position it is easy to overlook and it is not clear why it is there.
The text was updated successfully, but these errors were encountered: