We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two issues here, one when motion fails after opposing (but without voting) and one when the oppose vote wins.
Variant A (no voting) 4. Fully oppose it. 5. Wait the staking period or advance time by running npm run forward-time <number_of_hours>.
npm run forward-time <number_of_hours>
Variant B (voting)
You are able to reclaim the stake you made.
In both variants, the Claim button is missing from the UI. In variant B, it also causes some padding issues in the card.
There is no option to reclaim the stake from the motion UI. The only way to achieve this is by using "Claim all stakes" button in the User Hub.
Variant A
Variant B
The stake is correctly shown as claimable in the User Hub:
The text was updated successfully, but these errors were encountered:
davecreaser
Successfully merging a pull request may close this issue.
There are two issues here, one when motion fails after opposing (but without voting) and one when the oppose vote wins.
Steps to reproduce
Variant A (no voting)
4. Fully oppose it.
5. Wait the staking period or advance time by running
npm run forward-time <number_of_hours>
.Variant B (voting)
Expected behaviour
You are able to reclaim the stake you made.
In both variants, the Claim button is missing from the UI. In variant B, it also causes some padding issues in the card.
Actual behaviour
There is no option to reclaim the stake from the motion UI. The only way to achieve this is by using "Claim all stakes" button in the User Hub.
Variant A
Variant B
The stake is correctly shown as claimable in the User Hub:
The text was updated successfully, but these errors were encountered: