Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Cache vault cards and credential cards for quicker loading time #1746

Open
Tracked by #1806
HeidiHan0000 opened this issue Jun 24, 2022 · 1 comment
Open
Tracked by #1806
Labels
area: UI Something related to UI type: enhancement New feature or request
Milestone

Comments

@HeidiHan0000
Copy link
Contributor

Vault cards and credential cards that have been loaded once should be cached so next time they are loaded, it does not take as long to load

@HeidiHan0000 HeidiHan0000 added type: enhancement New feature or request area: UI Something related to UI labels Jun 24, 2022
@HeidiHan0000 HeidiHan0000 added this to the 0.1.9 milestone Jun 24, 2022
@birtony
Copy link
Contributor

birtony commented Jun 27, 2022

It'd be a security risk to save those to the Vuex/local storage, but I suppose we could at least create a reactive property that'd be accessible to all components and save loaded vaults/credentials there. This way we won't have to load that data while user is still inside our app (uses built in navigation to browse various pages on our app, and not hard-refreshing the page or going to specific urls directly). However, we might want to have a way for the user to refresh this data - maybe we could seek advise from the design team on this matter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: UI Something related to UI type: enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants