Skip to content

Commit

Permalink
feat(web): manual face tagging and deletion (immich-app#16062)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Feb 21, 2025
1 parent 94c0e82 commit 007eaac
Show file tree
Hide file tree
Showing 35 changed files with 2,054 additions and 106 deletions.
4 changes: 4 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"delete_face": "Delete face",
"tag_people": "Tag People",
"error_delete_face": "Error deleting face from asset",
"search_by_description_example": "Hiking day in Sapa",
"confirm_delete_face": "Are you sure you want to delete {name} face from the asset?",
"search_by_description": "Search by description",
"about": "About",
"account": "Account",
Expand Down
4 changes: 4 additions & 0 deletions mobile/openapi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/openapi/lib/api.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions mobile/openapi/lib/api/faces_api.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions mobile/openapi/lib/api_client.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions mobile/openapi/lib/model/asset_face_create_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 99 additions & 0 deletions mobile/openapi/lib/model/asset_face_delete_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 007eaac

Please sign in to comment.