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

Replicate Metamask's "Connect Hardware Wallet" flow #52

Open
brusherru opened this issue Jul 29, 2024 · 0 comments
Open

Replicate Metamask's "Connect Hardware Wallet" flow #52

brusherru opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brusherru
Copy link
Member

Instead of current importing public keys one by one we should do the same flow as in Metamask:

  1. It should display up to 5 public keys per page
  2. Every public key goes with the SingleSig address and it's balance (in the current network)
  3. Every public key has it's own checkbox (selectable)
  4. If at least one checkbox is selected — "Import" button become active
  5. There should be pagination (which does not reset selection), to allow selecting more than 5 keys at once
  6. There should be a line with amount of selected keys, e.g. "You have selected 9 public keys to import".
  7. There should be a checkbox "Create SingleSig account for imported keys"

For the reference:
image

@brusherru brusherru added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant