mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-28 09:45:52 +00:00
* Improved asset upload algorithm. - Upload Queue: New process algorithm - Upload Queue: Concurrency correctly respected when dragging / adding multiple group of files to the queue - Upload Task: Add more information about progress (upload speed and remaining time) - Upload Panel: Add more information to about the queue status (Remaining, Errors, Duplicated, Uploaded) - Error recovery: asset information are kept in the queue to give the user a chance to read the error message - Error recovery: on error allow the user to retry the upload or hide the error / all errors * Support "live" editing of the upload concurrency * Fixed some issues * Reformat * fix: merge, linting, dark mode, upload to share --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> |
||
|---|---|---|
| .. | ||
| asset-utils.spec.ts | ||
| asset-utils.ts | ||
| byte-units.ts | ||
| click-outside.ts | ||
| context.ts | ||
| executor-queue.spec.ts | ||
| executor-queue.ts | ||
| file-uploader.ts | ||
| get-github-version.ts | ||
| handle-error.ts | ||
| image-load.ts | ||
| thumbnail-util.ts | ||
| time-to-seconds.spec.ts | ||
| time-to-seconds.ts | ||
| timeline-util.ts | ||