mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-29 09:55:53 +00:00
* feat(mobile): use cached asset info if unchanged instead of downloading all assets This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app. If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded. * use ts import instead of require |
||
|---|---|---|
| .. | ||
| api.provider.dart | ||
| app_state.provider.dart | ||
| asset.provider.dart | ||
| release_info.provider.dart | ||
| server_info.provider.dart | ||
| websocket.provider.dart | ||