immich/mobile/lib/pages
JobiJoba 5d0ad853f4
feat(mobile): add album description functionality (#18886)
* 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>
2025-06-04 17:41:28 +00:00
..
album feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +00:00
albums fix: Update locked folder text and improve translations (#18622) 2025-05-29 15:06:08 -05:00
backup fix(mobile): empty translation placeholders (#18063) 2025-05-06 09:21:05 -04:00
common feat(mobile): add album description functionality (#18886) 2025-06-04 17:41:28 +00:00
editing fix(mobile): empty translation placeholders (#18063) 2025-05-06 09:21:05 -04:00
library fix(mobile): Set the currentAsset to the asset clicked when opening an asset from folders (#18825) 2025-06-01 21:03:03 -05:00
login fix(mobile): use a valid OAuth callback URL (#10832) 2024-08-28 11:30:06 -05:00
onboarding chore(mobile): translation (#17920) 2025-04-27 23:00:40 -05:00
photos chore(mobile): small visual fix and update (#17547) 2025-04-13 08:01:32 -05:00
search fix(mobile): android status bar overlays icon in map (#18780) 2025-05-30 16:04:20 +00:00
share_intent fix(mobile): prevent upload intent replacement in splash screen and reset upload button when minimize app (#18914) 2025-06-04 08:30:23 -05:00