mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-01 10:25:59 +00:00
* introduce Asset as composition of AssetResponseDTO and AssetEntity * filter out duplicate assets (that are both local and remote, take only remote for now) * only allow remote images to be added to albums * introduce ImmichImage to render Asset using local or remote data * optimized deletion of local assets * local video file playback * allow multiple methods to wait on background service finished * skip local assets when adding to album from home screen * fix and optimize delete * show gray box placeholder for local assets * add comments * fix bug: duplicate assets in state after onNewAssetUploaded |
||
|---|---|---|
| .. | ||
| album_action_outlined_button.dart | ||
| album_thumbnail_card.dart | ||
| album_title_text_field.dart | ||
| album_viewer_appbar.dart | ||
| album_viewer_editable_title.dart | ||
| album_viewer_thumbnail.dart | ||
| asset_grid_by_month.dart | ||
| month_group_title.dart | ||
| selection_thumbnail_image.dart | ||
| shared_album_thumbnail_image.dart | ||
| sharing_sliver_appbar.dart | ||