-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update filtered markets on new offers #1738
Update filtered markets on new offers #1738
Conversation
To immediately show markets with new offers that previously had no offers the filtered markets need to be updated when new offers appear. The most obvious use case is to allow a user that creates the first offer for a market to see the market pop up in the filtered list.
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.
Good catch! Added one comment.
...src/main/java/bisq/desktop/main/content/bisq_easy/offerbook/BisqEasyOfferbookController.java
Outdated
Show resolved
Hide resolved
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
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
This PR has conflicts that must be resolved. Conflicting files: |
@alvasw conflict resolved |
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
To immediately show markets with new offers that previously had no offers the filtered markets need to be updated when new offers appear.
The most obvious use case is to allow a user that creates the first offer for a market to see the market pop up in the filtered list.