mirror of
https://github.com/immich-app/immich.git
synced 2026-06-23 21:03:00 +08: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> |
||
|---|---|---|
| .. | ||
| activity.controller.spec.ts | ||
| activity.controller.ts | ||
| album.controller.spec.ts | ||
| album.controller.ts | ||
| api-key.controller.spec.ts | ||
| api-key.controller.ts | ||
| app.controller.spec.ts | ||
| app.controller.ts | ||
| asset-media.controller.spec.ts | ||
| asset-media.controller.ts | ||
| asset.controller.spec.ts | ||
| asset.controller.ts | ||
| auth-admin.controller.ts | ||
| auth.controller.spec.ts | ||
| auth.controller.ts | ||
| download.controller.spec.ts | ||
| download.controller.ts | ||
| duplicate.controller.ts | ||
| face.controller.ts | ||
| index.ts | ||
| job.controller.ts | ||
| library.controller.ts | ||
| map.controller.ts | ||
| memory.controller.spec.ts | ||
| memory.controller.ts | ||
| notification-admin.controller.ts | ||
| notification.controller.spec.ts | ||
| notification.controller.ts | ||
| oauth.controller.ts | ||
| partner.controller.ts | ||
| person.controller.spec.ts | ||
| person.controller.ts | ||
| search.controller.spec.ts | ||
| search.controller.ts | ||
| server.controller.spec.ts | ||
| server.controller.ts | ||
| session.controller.ts | ||
| shared-link.controller.ts | ||
| stack.controller.ts | ||
| sync.controller.spec.ts | ||
| sync.controller.ts | ||
| system-config.controller.spec.ts | ||
| system-config.controller.ts | ||
| system-metadata.controller.ts | ||
| tag.controller.ts | ||
| timeline.controller.spec.ts | ||
| timeline.controller.ts | ||
| trash.controller.ts | ||
| user-admin.controller.ts | ||
| user.controller.spec.ts | ||
| user.controller.ts | ||
| view.controller.ts | ||