fix(web): compute hashes for uploads in chunks (#27878)

* add @noble/hashes as a dep for web

* hash files in chunks

* drop old reference to crypto in test code

* use web worker for file hashing
This commit is contained in:
Freddie Floydd
2026-04-18 00:08:46 +01:00
committed by GitHub
parent 7a86f2b7b9
commit 36ebcaf00c
5 changed files with 86 additions and 126 deletions
+1
View File
@@ -30,6 +30,7 @@
"@immich/ui": "^0.76.0",
"@mapbox/mapbox-gl-rtl-text": "0.3.0",
"@mdi/js": "^7.4.47",
"@noble/hashes": "^2.2.0",
"@photo-sphere-viewer/core": "^5.14.0",
"@photo-sphere-viewer/equirectangular-video-adapter": "^5.14.0",
"@photo-sphere-viewer/markers-plugin": "^5.14.0",