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

Check for outdated market price items [4] #1727

Merged

Commits on Feb 29, 2024

  1. Remove duplicate code

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7aac95a View commit details
    Browse the repository at this point in the history
  2. Rename field

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0b42851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    153244a View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7741269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a75d9f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    463300d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51675c8 View commit details
    Browse the repository at this point in the history
  8. Use WeakChangeListener instead of binding to allow update of comparat…

    …or after TableView is assigned. Would cause an exception otherwise as comparator property in SortedList is bound.
    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cbd9c4c View commit details
    Browse the repository at this point in the history
  9. Filter out markets where we do not have a market price.

    Creating an offer would cause exceptions if there is no market price available.
    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0dbd957 View commit details
    Browse the repository at this point in the history
  10. Persist market filter

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6831db7 View commit details
    Browse the repository at this point in the history
  11. Persist market sort type

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    89ab0e1 View commit details
    Browse the repository at this point in the history
  12. Cleanups

    djing-chan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    468d54f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    343d5d8 View commit details
    Browse the repository at this point in the history