issues
search
blockful-io
/
shutter-staking-dapp
https://shutter-staking-dapp.vercel.app
MIT License
0
stars
0
forks
source link
[Data Source] Create Unstake CTA + Unstake modal
#46
Open
FrancoAguzzi
opened
2 months ago
FrancoAguzzi
commented
2 months ago
Unstake CTA + modal
[ ] The unstake CTA should be displayed for each individual stake row in the stakes list table
[ ] The unstake CTA should display a blocked cursor on mouse over if stake is yet locked
[ ] The unstake CTA should display an error toast message on click when the stake is yet locked
[ ] The unstake modal should display the stake amount, unlock date and the associated keyper
[ ] The click of unstake modal main CTA should trigger a Staking / Delegate SC call to do the unstake
[ ] If transaction fails, a toast message should be shown
[ ] If transaction succeeds, a toast message should be shown
[ ] By the end of the transaction, a "Refresh page" toast message should be displayed
Unstake CTA + modal