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
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Lazy loading model previews is just bad. The images are not cached so whenever you switch tab, search or even scroll the images are unloaded (even while still in view as in image below, if 1px is out of view the image dissapear). Switching tabs for example each time it takes even few seconds for all previews to load again and again unnecessary.
Images not caching seems to by caused by timestamp added to preview img src &mtime=${new Date().getTime()}}`
Setting "Card height for Extra Networks (in pixels)" is not working anymore.
Checklist
I have searched the issues to make sure this is not a duplicate
Webui is up to date
Cozy-Nest is up to date
All my extensions are up to date
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happened?
Two issues after recent update.
Images not caching seems to by caused by timestamp added to preview img src
&mtime=${new Date().getTime()}
}`Checklist
The text was updated successfully, but these errors were encountered: