frankhart2018 / primistore

Locally hosted password management tool
MIT License
7 stars 13 forks source link

Convert encrypted password to image asynchronously #72

Open frankhart2018 opened 1 month ago

frankhart2018 commented 1 month ago

The encrypted password is converted to data URL in frontend/src/components/EncryptPassword/EncryptPassword.js. This slows down the experience when download image button is clicked. This process of converting the string to data URI can be done asynchronously after the encrypted password is fetched and stored in local storage. When download is clicked, it can be loaded from local storage, thus instantly downloading after the button is pressed.

anglerfishlyy commented 1 month ago

Will you assign me this?

frankhart2018 commented 1 month ago

Assigning