Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show thumbnails even when server is unreachable #738

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

leekleak
Copy link
Contributor

@leekleak leekleak commented Apr 24, 2024

This PR fixes an issue where if the server is unreachable (being in offline mode does not suffice, you have to disable the wifi/data manually) only grey placeholders are rendered.

Fixes #525
Fixes #211
Fixes #800

@jarnedemeulemeester
Copy link
Owner

I don't think this is the way to go. This change makes it so that images are cached forever. Changing the image on the server would never change it on the client.

A better way to fix this would be to store the images locally for downloaded media items.

@leekleak
Copy link
Contributor Author

leekleak commented May 6, 2024

Ok, I think I fixed it. It should get new images when available now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants