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

[v1.5.5] Improve pending trades list rendering #5145

Merged
merged 3 commits into from
Feb 1, 2021

Conversation

ripcurlx
Copy link
Contributor

@ripcurlx ripcurlx commented Feb 1, 2021

Fixes #5144

@ripcurlx ripcurlx added this to the v1.5.5 milestone Feb 1, 2021
@ripcurlx ripcurlx force-pushed the improve-pending-trades-list branch 2 times, most recently from 452f51c to e3d9251 Compare February 1, 2021 10:15
field.setTooltip(new Tooltip(Res.get("tooltip.invalidTradeState.warning")));
if (trade.isTxChainInvalid()) {
field.getIcon().getStyleClass().addAll("icon", "error-icon");
if (trade != null) {
Copy link
Member

Choose a reason for hiding this comment

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

Prefer return early
if (trade == null) return;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@ripcurlx ripcurlx force-pushed the improve-pending-trades-list branch from e3d9251 to dcfcf6c Compare February 1, 2021 10:24
Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

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

utACK

@sqrrm sqrrm merged commit 1a8aba8 into bisq-network:master Feb 1, 2021
@ripcurlx ripcurlx deleted the improve-pending-trades-list branch July 16, 2021 07:14
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.

[v1.5.5] Transferwise trading with old client throws NPE
2 participants