mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
ed64c91da6
* fix: hide faces * remove unused variable * fix: work even if one fails * better style for hidden people * add hide face in the menu dropdown * add buttons to toggle visibility for all faces * add server test * close modal with escape key * fix: explore page * improve show & hide faces modal * keep name on people card * simplify layout * sticky app bar in show-hide page * fix format --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
628 B
Generated
628 B
Generated
openapi.model.PeopleUpdateItem
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | Person id. | |
name | String | Person name. | [optional] |
featureFaceAssetId | String | Asset is used to get the feature face thumbnail. | [optional] |
isHidden | bool | Person visibility | [optional] |