Cache images via service worker
Improves the image request logic by making it possible to check if an image is cached. In case an image is cached, it does not need to be put into the image queue because it won't be sent to the server.
This commit is contained in:
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
- (**Browse**) Add "open in webview" button in source browse page
|
||||
|
||||
### Changed
|
||||
- (**General**) Improve loading of images
|
||||
- (**Category**) Prevent creating categories without a name
|
||||
- (**WebUI Update**) Do not require a forced page refresh when an update has been detected in case the app just got opened
|
||||
|
||||
|
||||
Reference in New Issue
Block a user