1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/web/src
Fynn Petersen-Frey 47f5e4134e
feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017)
* 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
2022-11-26 10:16:02 -06:00
..
api feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017) 2022-11-26 10:16:02 -06:00
lib Fix(web): navbar color overlap and scroll bar incorrect z index (#1018) 2022-11-25 20:52:01 -06:00
routes feat(server,web): system config for admin (#959) 2022-11-14 22:39:32 -06:00
test-data Add web test setup (#597) 2022-09-07 05:20:19 -05:00
app.css feat(server,web): system config for admin (#959) 2022-11-14 22:39:32 -06:00
app.d.ts feat: support iOS LivePhoto backup (#950) 2022-11-18 23:12:54 -06:00
app.html feat(web) dark mode (#867) 2022-10-26 11:10:48 -05:00
hooks.server.ts feat(web): Update to latest version of SvelteKit (#705) 2022-09-16 23:13:22 -05:00