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

load offer book views off main thread #1518

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

woodser
Copy link
Contributor

@woodser woodser commented Jan 4, 2025

Fixes or improves #1516 by loading offers as available off the main thread.

Table cells are rendering ~5 times, I think because of the way JFX works, where rendering the same object across a row will render each cell for that object once per column. Good solution would be to modify the table to be based on offer ID strings so cell objects aren't equal references.

woodser added a commit to woodser/haveno that referenced this pull request Jan 4, 2025
@woodser woodser merged commit e8d5366 into haveno-dex:master Jan 7, 2025
5 checks passed
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.

1 participant