immich/mobile/lib/shared/services
Emanuel Bennici ba12d92af3
feat(mobile): Add people list to exit bottom sheet (#6717)
* feat(mobile): Define constants as 'const'

* feat(mobile): Add people list to asset bottom sheet

Add a list of people per asset in the exif bottom sheet, like on the
web.

Currently the list of people is loaded by making a request each time to
the server. This is the MVP approach.
In the future, the people information can be synced like we're doing
with the assets.

* styling

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-03-06 11:15:54 -05:00
..
api.service.dart chore(server): remove deprecated endpoints (#6984) 2024-02-08 16:57:54 -05:00
asset.service.dart feat(mobile): Add people list to exit bottom sheet (#6717) 2024-03-06 11:15:54 -05:00
hash.service.dart (mobile): ios - calculate hash using CryptoKit (#5976) 2024-01-05 10:49:43 -06:00
immich_logger.service.dart refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00
local_notification.service.dart chore(mobile): Bump to Flutter 3.13 (#3767) 2023-08-18 17:52:40 -05:00
server_info.service.dart refactor(mobile): server info to use data classes instead of dtos (#4591) 2023-10-22 15:15:34 -05:00
share.service.dart refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00
sync.service.dart refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00
user.service.dart refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00