-
Notifications
You must be signed in to change notification settings - Fork 98
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
Bonding/Unbonding #133
Comments
I'll help get the design portion of this running again (tomorrow). |
@nylira @jolesbi: Is the design part of unbonding done? What is the flow for unbdonding. I see that this is somehow included in the bonding process. |
IMO it should be like this:
(BTW I started working on this in #257) |
Matt has the right process. PageBond is where can you bond and unbond. Setting a delegate's atoms to zero currently results in a UI error*, but you can click the delete button to unbond from them. * it's debatable whether it should be an error, but I'm thinking that the user may have made an error in their bond settings if they attempt to submit the form with a delegate in their cart set to 0 atoms |
this sounds good to me. my only objection is to the checkmark in the top bar. i'd much prefer if this was a primary button above the table. even this could use some work — i think people will be afraid to click the button if they don't know what will happen next. i would be. "MAYBE ALL MY ATOMS WILL BE SENT TO THESE PEOPLE" they'll say... maybe the button could say "Next". not sure about this. the screen has two purposes which can be confusing. it's about consuming information about validators / candidates AND bonding / delegating. we separate this out for balances and send... we might consider a separation for delegation as well. |
The checkmark is a placeholder. I think it needs a label and perhaps an accent color to show its importance -- I think it's in a good location though, because it'll scroll with the screen. Helpful in the case we have 100+ delegates. We do have two pages for viewing validators and delegates. Validators is at the bottom of the menu. They should be streamlined to have the visual look though. |
* fixed a bug where a single proposal would not load (#125) * trigger ci * fixed missing terra data source (#128) * Fabo/fix missing terra db query (#130) * fixed missing terra data source * fixed missing query * Fabo/fix failing staking query for terra (#132) * fixed missing terra data source * fixed missing query * fix bech32 prefix in selfStake resolver * linted
I as a user
want to bond/unbond atoms off a selected validator
so that I can participate in securing the network.
AC:
The text was updated successfully, but these errors were encountered: