-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Updating DAO->Governance menu to indicate vote possible #6324
Conversation
desktop/src/main/java/bisq/desktop/main/dao/governance/GovernanceView.java
Show resolved
Hide resolved
desktop/src/main/java/bisq/desktop/main/dao/governance/GovernanceView.java
Outdated
Show resolved
Hide resolved
@xyzmaker123 while testing in Bisq prior to this PR I'm unable to recreate the problem.
Both menu buttons immediately change to |
@jmacxx You need to be on another view during advancing blocks to blind vote and then switch to DAO->Governance. |
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
Regtest Testing note: the DAO facade phase
property stays as Blind vote
for 1 block into the break period. But it seems minor and does not really cause any trouble except the button says vote on proposals
for one extra block actually in the break period. Possibly a minor bug in the DAO.
As this is touching the DAO code it is necessary to get a ACK from @ManfredKarrer as well prior merging. |
@ripcurlx It doesn't touch any domain code - only simple switch from |
Yes, I'm aware of that, but we had cases in the past where also UI code caused some issues, so this is just an extra safety net. I'll try to ping @ManfredKarrer for a review. |
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
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 - based on #6324 (review)
Fixes #3744
Replacing
ChangeListener
withEasyBind.Subscription
causes immediate invoke change at the time of binding creation, which fixes posted issue