zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Enhancement clickable URL #142

Closed Pofilo closed 7 years ago

Pofilo commented 7 years ago

I have an idea for a little enhancement. When we look at the details of a password, we can eventually see a link. The thing is that we have to copy it manually. I didn't find an easy way to make it clickable :/ Do you have any idea how to do that ?

capture

zeruniverse commented 7 years ago

You can add an tag. But people are not necessary to put a URL in the URL field.

Btw, for me I would usually open the website first and then I try to find my password.

On Sat, Apr 1, 2017 at 2:44 PM Pofilo notifications@github.com wrote:

I have an idea for a little enhancement. When we look at the details of a password, we can eventually see a link. The thing is that we have to copy it manually. I didn't find an easy way to make it clickable :/ Do you have any idea how to do that ?

[image: capture] https://cloud.githubusercontent.com/assets/7527594/24582684/0e6d2e62-1735-11e7-9ec0-dba904886fd4.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/142, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNP5lkkuJ66Q4u2YZLViTi6Yrkrxkks5rrsUqgaJpZM4Mwn6r .

BenjaminHae commented 7 years ago

e65c8a6 adds a button within the accounts table. Maybe that is enough?

zeruniverse commented 7 years ago

I think yes.

BenjaminHae commented 7 years ago

@pofilo I just(fc0db1a) inserted a hook for the showDetails function, you can now easily implement the functionality yourself.

Pofilo commented 7 years ago

Thank you ! I'll check it out ! :)