derivepass-vue
derivepass-vue copied to clipboard
Less navigation to get password
Is your feature request related to a problem? Please describe. It takes a lot of clicks to actually get a password:
- Enter master
- Click on an app
- Click compute password
- Click copy password
Describe the solution you'd like I would love to reduce it to the following:
- Enter master
- 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 :)
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!
I think it would be good to add the computer/copy buttons to the applications list. Requires moving a bunch of code around though.
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.