You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i go to unstake from a validator, but i click the redelegate button - the "to" field becomes the validator i was intending to unstake from. this should be the opposite.
ideally, i'd propose we just use dropdowns for both "to" and "from" on the redelegation modal.
as well, maybe we should just put dropdowns for "to" and "from" for all staking modals.
The text was updated successfully, but these errors were encountered:
jbibla
changed the title
unstaking sets the to and from fields incorrectly
unstaking and clicking redelegation sets the to and from fields incorrectly
Nov 6, 2019
yep! if you click the link you'll see the redelegation modal!
there a bunch of issues with this flow:
redelegation is kind of hidden (only shows a link to it from "undelegation")
maybe this separate modal is unnecessary - the "job to be done" is always going to be delegate or undelegate - redelegation is just a means to an end. we could integrate this concept into the "delegation" and "undelegation" modal
i think a good solution would be to:
make sure that the "from" field defaults to correct validator
make both "to" and "from" fields selectable dropdowns
remove the redelegation modal and just add the field to the undelegation modal instead
faboweb
added
the
bug 🐛
issues related to unhandled errors in the code that need to be fixed
label
Nov 26, 2019
if i go to unstake from a validator, but i click the redelegate button - the "to" field becomes the validator i was intending to unstake from. this should be the opposite.
ideally, i'd propose we just use dropdowns for both "to" and "from" on the redelegation modal.
as well, maybe we should just put dropdowns for "to" and "from" for all staking modals.
The text was updated successfully, but these errors were encountered: