Skip to content
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

Need good user experience for Rebond unlocks #2031

Open
frankli-dev opened this issue Mar 15, 2024 · 0 comments
Open

Need good user experience for Rebond unlocks #2031

frankli-dev opened this issue Mar 15, 2024 · 0 comments

Comments

@frankli-dev
Copy link
Contributor

frankli-dev commented Mar 15, 2024

Here are the steps to reproduce.

I have two Unbonding chunks.

  1. 100 unlocked
  2. 30 unbonding

Then I click Rebond button for 100 unlocked chunk.

Once the extrinsic is finished, I see 30 unlocked chunk and 0 unbonding chunk.

Of course this is what staking pallet does. https://github.com/gluwa/polkadot-sdk/blob/release-polkadot-v1.1.0-patch/substrate/frame/staking/src/lib.rs#L512

So there is no on-chain/logic issue. Just the UI does not handle this as good user experience.

Users are thinking that they rebond the selected chunk. But actually, it rebonds from the last unbonding chunks.

rebond-unlock.mov

UI suggestion:
First, we should remove rebond button for chunks. Instead we can let users input amount of rebonds.
Or we can disable all unlocked chunks' rebond buttons until there are unbonding chunks.

@github-actions github-actions bot added the Stale label May 15, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
@rossbulat rossbulat reopened this May 23, 2024
@github-actions github-actions bot removed the Stale label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants