Skip to content
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

Account management usability improvements #4863

Merged
merged 2 commits into from Dec 1, 2020
Merged

Account management usability improvements #4863

merged 2 commits into from Dec 1, 2020

Conversation

ghost
Copy link

@ghost ghost commented Nov 27, 2020

Implements some requests from #4837 :

  • Widen payment account dropdown in create & edit offer screens
  • Sort payment account dropdown by name in create & edit offer screens
  • Sort account listview by name in manage fiat accounts screen
  • Sort account listview by name in manage altcoin accounts screen
  • Bug fix: do not adjust BTC amount in edit offer screen

There was a bug where editing an existing offer could have its payment account changed to one with more restrictive limits and the offer would still be allowed (although not take-able). It should not be allowed to be saved in this case. This change takes proper heed of the allowAmountUpdate flag which is false for offer edits.
e.g. edit an F2F buy for 0.25, change to Zelle unsigned, the offer will prevent saving.
Ref: #4837 (comment)

Widen payment account dropdown in create & edit offer screens
Sort payment account dropdown by name in create & edit offer screens
Sort account listview by name in manage fiat accounts screen
Sort account listview by name in manage altcoin accounts screen
Bug fix: do not adjust BTC amount in edit offer screen

There was a bug where editing an existing offer could have its payment
account changed to one with more restrictive limits and the offer
would still be allowed (although not take-able).
It should not be allowed to be saved in this case.  This change takes
proper heed of the "allowAmountUpdate" flag which is false for offer
edits.  e.g. edit an F2F buy for 0.25, change to Zelle unsigned, the
offer will prevent saving.
@pazza83
Copy link

pazza83 commented Nov 27, 2020

Thanks @jmacxx that was super quick 👍

@ripcurlx
Copy link
Contributor

@jmacxx It looks like existing tests are failing. Could you please have a look why and adapt it if it is a false positive? Thanks!

@ghost
Copy link
Author

ghost commented Nov 30, 2020

Sorry I had got into a bad habit of building with -x test. Fixed the issue in 0af139c

Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@ripcurlx ripcurlx merged commit 0967715 into bisq-network:master Dec 1, 2020
@ripcurlx ripcurlx added this to the v1.5.2 milestone Dec 9, 2020
@ghost ghost mentioned this pull request Dec 27, 2020
@ghost ghost mentioned this pull request Jan 24, 2021
@ghost ghost deleted the account_usability branch May 29, 2022 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants