You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? If so, please describe.
The problem currently is, if we route to /gallery it sends a requests to receive information about 24 packages. However if we go to any other route and come back to /gallery later, it refetches those 24 packages.
Describe the solution you'd like
This could be avoided by using vuex to persist the data until we reload. It will also make the code cleaner, as the api action is abstracted from the vue component.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? If so, please describe.
The problem currently is, if we route to
/gallery
it sends a requests to receive information about 24 packages. However if we go to any other route and come back to/gallery
later, it refetches those 24 packages.Describe the solution you'd like
This could be avoided by using vuex to persist the data until we reload. It will also make the code cleaner, as the api action is abstracted from the vue component.
The text was updated successfully, but these errors were encountered: