mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
* Multi add to album picker: - update modal for multi select - Update add-to-album and add-to-album-action to work with new array return from AlbumPickerModal - Add asset-utils.addAssetsToAlbums (incomplete) * initial addToAlbums endpoint * - fix endpoint - add test * - update return type - make open-api * - simplify return dto - handle notification * - fix returns - clean up * - update i18n - format & check * - checks * - correct successId count - fix assets_cannot_be_added language call * tests * foromat * refactor * - update successful add message to included total attempted * - fix web test - format i18n * - fix open-api * - fix imports to resolve checks * - PR suggestions * open-api * refactor addAssetsToAlbums * refactor it again * - fix error returns and tests * - swap icon for IconButton - don't nest the buttons * open-api * - Cleanup multi-select button to match Thumbnail * merge and openapi * - remove onclick from icon element * - fix double onClose call with keyboard shortcuts * - spelling and formatting - apply new api permission * - open-api * chore: styling * translation --------- Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| activities_api.dart | ||
| albums_api.dart | ||
| api_keys_api.dart | ||
| assets_api.dart | ||
| auth_admin_api.dart | ||
| authentication_api.dart | ||
| deprecated_api.dart | ||
| download_api.dart | ||
| duplicates_api.dart | ||
| faces_api.dart | ||
| jobs_api.dart | ||
| libraries_api.dart | ||
| map_api.dart | ||
| memories_api.dart | ||
| notifications_admin_api.dart | ||
| notifications_api.dart | ||
| o_auth_api.dart | ||
| partners_api.dart | ||
| people_api.dart | ||
| search_api.dart | ||
| server_api.dart | ||
| sessions_api.dart | ||
| shared_links_api.dart | ||
| stacks_api.dart | ||
| sync_api.dart | ||
| system_config_api.dart | ||
| system_metadata_api.dart | ||
| tags_api.dart | ||
| timeline_api.dart | ||
| trash_api.dart | ||
| users_admin_api.dart | ||
| users_api.dart | ||
| view_api.dart | ||