mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Added UpdatePhotoTagsDto for validating photo tag updates. - Implemented updateAssetTags method in PhotoAssetService to handle tag updates, including validation and error handling. - Enhanced PhotoController with a new endpoint for updating photo tags. - Introduced PhotoTagEditorModal for editing tags in the UI, allowing batch updates for selected photos. - Updated PhotoLibrary components to support tag editing and display changes in the UI. Signed-off-by: Innei <tukon479@gmail.com>