derivepass-vue icon indicating copy to clipboard operation
derivepass-vue copied to clipboard

Less navigation to get password

Open djhi opened this issue 6 years ago • 3 comments

Is your feature request related to a problem? Please describe. It takes a lot of clicks to actually get a password:

  1. Enter master
  2. Click on an app
  3. Click compute password
  4. Click copy password

Describe the solution you'd like I would love to reduce it to the following:

  1. Enter master
  2. Have Get Password button for each app in the list which would compute password and put in my clipboard.

PS: Thanks a lot for this app. I love it :)

djhi avatar Mar 30 '19 13:03 djhi

Hello!

Thank you for this suggestion, and sorry for a long delay.

I really love the idea. Just a few questions:

  • What would be the best way to present this in UI? There is some empty space in the application list, however there is none when viewing from mobile device... Obviously, hover won't work well for mobile either
  • I don't think there's a way to copy something in clipboard asynchronously. Browsers usually allow copying only in the event handler of the click event. The password, however, has to be computed before it could be copied. Do you know any way the password could be copied to clipboard after delay?

I'm really glad to hear that you love this app. Thank you!

indutny avatar Apr 10 '19 00:04 indutny

I think it would be good to add the computer/copy buttons to the applications list. Requires moving a bunch of code around though.

Fishrock123 avatar Jan 06 '20 23:01 Fishrock123

I'd also add auto-focus on some fields:

  • In the "start" button in the home page, so just after accessing you can press enter to go directly to the password field.
  • In the master password field.
  • In the search application input.

elboletaire avatar Jan 14 '20 12:01 elboletaire