IstoraMandiri / spectrum

💠 Full Gamut Ethereum Lightsuite
BSD 3-Clause "New" or "Revised" License
58 stars 14 forks source link

Consolidate Account Creation/Import #40

Open MDSchaeffer opened 7 years ago

MDSchaeffer commented 7 years ago

Current Keystores functions, horizontal order: Sign Transaction Create Account *Import Account

Without metrics I am only guessing, but I believe the functions that will be used most will be: Create Account Import Account *Sign Transaction

I would recommend rearranging to a more intuitive order.

IstoraMandiri commented 7 years ago

Right now, the Sign Transaction button is only visible if there is an account selected, for the reason you mentioned. One an account has been created, the Sign Transaction is displayed (which hopes to make things more intuitive).

I think a better solution here is to combine the "Import" and "Create" into a single button and show a different UI for importing once the modal is open (this can also be an input box / qr code).

💸 x 1