mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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> |
||
|---|---|---|
| .. | ||
| album.entity.dart | ||
| album.entity.g.dart | ||
| android_device_asset.entity.dart | ||
| android_device_asset.entity.g.dart | ||
| asset.entity.dart | ||
| asset.entity.g.dart | ||
| backup_album.entity.dart | ||
| backup_album.entity.g.dart | ||
| device_asset.entity.dart | ||
| duplicated_asset.entity.dart | ||
| duplicated_asset.entity.g.dart | ||
| etag.entity.dart | ||
| etag.entity.g.dart | ||
| ios_device_asset.entity.dart | ||
| ios_device_asset.entity.g.dart | ||
| README.md | ||
| store.entity.dart | ||
This directory contains entity that is stored in the local storage.