mirror of
https://github.com/samsonjs/immich.git
synced 2026-06-29 05:39:36 +00:00
* Added file selector * Extract metadata to upload files to the web * Added request for uploading * Generate jpeg/Webp thumbnail for asset uploaded without thumbnail data * Added generating thumbnail for video and WebSocket broadcast after thumbnail is generated * Added video length extraction * Added Uploading Panel * Added upload progress store and styling the uploaded asset * Added condition to only show upload panel when there is upload in progress * Remove asset from the upload list after successfully uploading * Added WebSocket to listen to upload event on the web * Added mechanism to check for existing assets before uploading on the web * Added test workflow * Update readme |
||
|---|---|---|
| .. | ||
| asser-viewer-nav-bar.svelte | ||
| asset-viewer.svelte | ||
| detail-panel.svelte | ||
| download-panel.svelte | ||
| immich-thumbnail.svelte | ||
| intersection-observer.svelte | ||
| photo-viewer.svelte | ||
| video-viewer.svelte | ||