mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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 |
||
|---|---|---|
| .. | ||
| album_api.dart | ||
| asset_api.dart | ||
| authentication_api.dart | ||
| config_api.dart | ||
| device_info_api.dart | ||
| job_api.dart | ||
| o_auth_api.dart | ||
| server_info_api.dart | ||
| system_config_api.dart | ||
| user_api.dart | ||