Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Less navigation to get password #30

Open
djhi opened this issue Mar 30, 2019 · 3 comments
Open

Less navigation to get password #30

djhi opened this issue Mar 30, 2019 · 3 comments

Comments

@djhi
Copy link

djhi commented Mar 30, 2019

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 djhi changed the title Less navigation would be great Less navigation to get password Mar 30, 2019
@indutny
Copy link
Contributor

indutny commented Apr 10, 2019

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!

@Fishrock123
Copy link
Contributor

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

@elboletaire
Copy link
Contributor

elboletaire commented Jan 14, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants