Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert encrypted password to image asynchronously #72

Open
frankhart2018 opened this issue May 10, 2024 · 2 comments
Open

Convert encrypted password to image asynchronously #72

frankhart2018 opened this issue May 10, 2024 · 2 comments
Labels
enhancement New feature or request gssoc24 This issue can be picked up by participants of GSSoC 2024 level1 GSSoC Level 1 - 10 points task
Milestone

Comments

@frankhart2018
Copy link
Owner

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.

@frankhart2018 frankhart2018 added enhancement New feature or request gssoc24 This issue can be picked up by participants of GSSoC 2024 level1 GSSoC Level 1 - 10 points task labels May 10, 2024
@frankhart2018 frankhart2018 added this to the v0.5 milestone May 10, 2024
@anglerfishlyy
Copy link
Contributor

Will you assign me this?

@frankhart2018
Copy link
Owner Author

Assigning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc24 This issue can be picked up by participants of GSSoC 2024 level1 GSSoC Level 1 - 10 points task
Projects
None yet
Development

No branches or pull requests

2 participants