wallet icon indicating copy to clipboard operation
wallet copied to clipboard

Cache vault cards and credential cards for quicker loading time

Open HeidiHan0000 opened this issue 2 years ago • 1 comments

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 avatar Jun 24 '22 22:06 HeidiHan0000

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.

birtony avatar Jun 27 '22 03:06 birtony