mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-01 10:25:59 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| asset_description.provider.dart | ||
| asset_people.provider.dart | ||
| asset_people.provider.g.dart | ||
| asset_stack.provider.dart | ||
| asset_stack.provider.g.dart | ||
| current_asset.provider.dart | ||
| current_asset.provider.g.dart | ||
| image_viewer_page_state.provider.dart | ||
| render_list.provider.dart | ||
| scroll_notifier.provider.dart | ||
| show_controls.provider.dart | ||
| video_player_controller_provider.dart | ||
| video_player_controller_provider.g.dart | ||
| video_player_controls_provider.dart | ||
| video_player_value_provider.dart | ||