mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-01 02:17:43 +09:00 
			
		
		
		
	feat: tags (#11980)
* feat: tags * fix: folder tree icons * navigate to tag from detail panel * delete tag * Tag position and add tag button * Tag asset in detail panel * refactor form * feat: navigate to tag page from clicking on a tag * feat: delete tags from the tag page * refactor: moving tag section in detail panel and add + tag button * feat: tag asset action in detail panel * refactor add tag form * fdisable add tag button when there is no selection * feat: tag bulk endpoint * feat: tag colors * chore: clean up * chore: unit tests * feat: write tags to sidecar * Remove tag and auto focus on tag creation form opened * chore: regenerate migration * chore: linting * add color picker to tag edit form * fix: force render tags timeline on navigating back from asset viewer * feat: read tags from keywords * chore: clean up --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								mobile/openapi/lib/api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								mobile/openapi/lib/api.dart
									
									
									
										generated
									
									
									
								
							| @@ -120,7 +120,6 @@ part 'model/colorspace.dart'; | ||||
| part 'model/create_album_dto.dart'; | ||||
| part 'model/create_library_dto.dart'; | ||||
| part 'model/create_profile_image_response_dto.dart'; | ||||
| part 'model/create_tag_dto.dart'; | ||||
| part 'model/download_archive_info.dart'; | ||||
| part 'model/download_info_dto.dart'; | ||||
| part 'model/download_response.dart'; | ||||
| @@ -244,8 +243,12 @@ part 'model/system_config_template_storage_option_dto.dart'; | ||||
| part 'model/system_config_theme_dto.dart'; | ||||
| part 'model/system_config_trash_dto.dart'; | ||||
| part 'model/system_config_user_dto.dart'; | ||||
| part 'model/tag_bulk_assets_dto.dart'; | ||||
| part 'model/tag_bulk_assets_response_dto.dart'; | ||||
| part 'model/tag_create_dto.dart'; | ||||
| part 'model/tag_response_dto.dart'; | ||||
| part 'model/tag_type_enum.dart'; | ||||
| part 'model/tag_update_dto.dart'; | ||||
| part 'model/tag_upsert_dto.dart'; | ||||
| part 'model/time_bucket_response_dto.dart'; | ||||
| part 'model/time_bucket_size.dart'; | ||||
| part 'model/tone_mapping.dart'; | ||||
| @@ -256,7 +259,6 @@ part 'model/update_album_user_dto.dart'; | ||||
| part 'model/update_asset_dto.dart'; | ||||
| part 'model/update_library_dto.dart'; | ||||
| part 'model/update_partner_dto.dart'; | ||||
| part 'model/update_tag_dto.dart'; | ||||
| part 'model/usage_by_user_dto.dart'; | ||||
| part 'model/user_admin_create_dto.dart'; | ||||
| part 'model/user_admin_delete_dto.dart'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user