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
Reduce coupling and improve cohesion within the image folder.
LocalImages column is stored in the server (should remove)
Improve Logic: When any image (remote) is pulled from the server, extract filename from its uri, then check with SQLITE if the same filename (UUID) exist locally already. If so, then do not replace, but if dne, create that image locally.