mirror of https://github.com/immich-app/immich.git
* 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> |
||
|---|---|---|
| .. | ||
| activity_api.repository.dart | ||
| album.repository.dart | ||
| album_api.repository.dart | ||
| album_media.repository.dart | ||
| api.repository.dart | ||
| asset.repository.dart | ||
| asset_api.repository.dart | ||
| asset_media.repository.dart | ||
| auth.repository.dart | ||
| auth_api.repository.dart | ||
| backup.repository.dart | ||
| biometric.repository.dart | ||
| database.repository.dart | ||
| download.repository.dart | ||
| etag.repository.dart | ||
| file_media.repository.dart | ||
| folder_api.repository.dart | ||
| local_files_manager.repository.dart | ||
| network.repository.dart | ||
| partner.repository.dart | ||
| partner_api.repository.dart | ||
| permission.repository.dart | ||
| person_api.repository.dart | ||
| secure_storage.repository.dart | ||
| share_handler.repository.dart | ||
| timeline.repository.dart | ||
| upload.repository.dart | ||