mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
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:
parent
7a86f2b7b9
commit
36ebcaf00c
5 changed files with 86 additions and 126 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue