mirror of
https://github.com/immich-app/immich.git
synced 2026-07-14 09:00:59 +00:00
* feat(mobile): add album description functionality - Introduced a new optional `description` field in the `Album` entity. - Updated `AlbumViewerPageState` to manage `editDescriptionText`. - Created `AlbumDescription` and `AlbumViewerEditableDescription` widgets for displaying and editing album descriptions. - Enhanced `CreateAlbumPage` to include a description input field. - Implemented backend support for updating album descriptions in `AlbumApiRepository` and `AlbumService`. - Updated sync logic to handle album descriptions during data synchronization. - Adjusted UI components to accommodate the new description feature. * fix dart analysis error * remove comment that shouldn't be there * Album header styling * fix: disable edit after album creation --------- Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| add_to_album_bottom_sheet.dart | ||
| add_to_album_sliverlist.dart | ||
| album_action_filled_button.dart | ||
| album_thumbnail_card.dart | ||
| album_thumbnail_listtile.dart | ||
| album_title_text_field.dart | ||
| album_viewer_appbar.dart | ||
| album_viewer_editable_description.dart | ||
| album_viewer_editable_title.dart | ||
| shared_album_thumbnail_image.dart | ||