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
Now that redux-persist can pull state from local storage, requests made by pages should be able to be a bit more intelligent. Particular ideas:
Visiting an images page should automatically render the previous image results, and load new ones in the background but ONLY upon the first page and not a subsequent.
Viewing an image should load only the metadata/tags, and not replace the image.
Viewing the Upload page should use existing tags but pull all other tags in the background for competion.
The text was updated successfully, but these errors were encountered:
Now that redux-persist can pull state from local storage, requests made by pages should be able to be a bit more intelligent. Particular ideas:
The text was updated successfully, but these errors were encountered: