zeruniverse / Password-Manager

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

Alerts fades out after 6 secs #161

Closed Pofilo closed 7 years ago

BenjaminHae commented 7 years ago

Good idea. Could you please add an optional parameter to showMessage for this? Messages like "password successfully added" are ok to disappear. But the moment there is an error or warning the alert should stay until the user manually closes it.

Or you filter for the alert-type. if it's success you fade out.

Pofilo commented 7 years ago

You're right, those messages are important !

But should I also consider info? (+ successof course)

If we do that, we can consider than 6 secs are enough for those information. Agree ?

BenjaminHae commented 7 years ago

Yeah thats perfect! Thanks

Pofilo commented 7 years ago

Sorry, didn't see that, I usually use tabulation .. Seems to be good now.