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

New create multisig view #213

Merged
merged 10 commits into from
Jun 10, 2024
Merged

New create multisig view #213

merged 10 commits into from
Jun 10, 2024

Conversation

abefernan
Copy link
Contributor

This PR improves the multisig creation screen in several ways:

  • Allows to enter an address or a public key without needing to change the input.
  • Allows pasting several addresses (comma or whitespace separated) at the same time by pasting them on the first input.
  • It has much more complete validation for both members (address or public key) and threshold, by using a Zod schema. For example, it now detects duplicate entries even if one is an address and the other a public key.
  • It has a confirmation screen to make sure the values are right before creation.
  • The number of member input fields automatically grows/shrinks as you fill/delete the previous ones, no need to manually add or remove fields.

Form:
image

Confirmation modal:
image

@abefernan abefernan self-assigned this Jun 10, 2024
Copy link

vercel bot commented Jun 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
confio-multisig-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 4:14pm

@abefernan abefernan merged commit 3e8317e into main Jun 10, 2024
5 checks passed
@abefernan abefernan deleted the feat/new-create-multisig branch June 10, 2024 16:25
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

Successfully merging this pull request may close these issues.

None yet

1 participant