Skip to content

Commit

Permalink
feat: added ability to mark people as favorite, which get sorted to t…
Browse files Browse the repository at this point in the history
…he front of the people list
  • Loading branch information
arnolicious committed Dec 22, 2024
1 parent 4bc2aa5 commit 87fa163
Show file tree
Hide file tree
Showing 15 changed files with 208 additions and 9 deletions.
19 changes: 18 additions & 1 deletion mobile/openapi/lib/model/people_update_item.dart

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

19 changes: 18 additions & 1 deletion mobile/openapi/lib/model/person_create_dto.dart

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

20 changes: 19 additions & 1 deletion mobile/openapi/lib/model/person_response_dto.dart

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

19 changes: 18 additions & 1 deletion mobile/openapi/lib/model/person_update_dto.dart

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

20 changes: 19 additions & 1 deletion mobile/openapi/lib/model/person_with_faces_response_dto.dart

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

17 changes: 17 additions & 0 deletions open-api/immich-openapi-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10182,6 +10182,9 @@
"description": "Person id.",
"type": "string"
},
"isFavorite": {
"type": "boolean"
},
"isHidden": {
"description": "Person visibility",
"type": "boolean"
Expand Down Expand Up @@ -10287,6 +10290,9 @@
"nullable": true,
"type": "string"
},
"isFavorite": {
"type": "boolean"
},
"isHidden": {
"description": "Person visibility",
"type": "boolean"
Expand All @@ -10308,6 +10314,10 @@
"id": {
"type": "string"
},
"isFavorite": {
"description": "This property was added in DEV",
"type": "boolean"
},
"isHidden": {
"type": "boolean"
},
Expand Down Expand Up @@ -10355,6 +10365,9 @@
"description": "Asset is used to get the feature face thumbnail.",
"type": "string"
},
"isFavorite": {
"type": "boolean"
},
"isHidden": {
"description": "Person visibility",
"type": "boolean"
Expand Down Expand Up @@ -10382,6 +10395,10 @@
"id": {
"type": "string"
},
"isFavorite": {
"description": "This property was added in DEV",
"type": "boolean"
},
"isHidden": {
"type": "boolean"
},
Expand Down
Loading

0 comments on commit 87fa163

Please sign in to comment.