[PR #440] [MERGED] Fix/album title #8614

Closed
opened 2026-02-05 13:50:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/440
Author: @matthinc
Created: 8/8/2022
Status: Merged
Merged: 8/8/2022
Merged by: @alextran1502

Base: mainHead: fix/album-title


📝 Commits (3)

📊 Changes

4 files changed (+41 additions, -24 deletions)

View changed files

📝 mobile/assets/i18n/en-US.json (+7 -1)
📝 mobile/lib/modules/album/ui/album_thumbnail_card.dart (+19 -11)
📝 mobile/lib/modules/album/views/create_album_page.dart (+4 -2)
📝 mobile/lib/modules/album/views/library_page.dart (+11 -10)

📄 Description

  • Limit album title width to avoid UI bugs
  • Add some missing translation keys

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/440 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 8/8/2022 **Status:** ✅ Merged **Merged:** 8/8/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/album-title` --- ### 📝 Commits (3) - [`9d8d0f1`](https://github.com/immich-app/immich/commit/9d8d0f1baf15bf86333091db4c2d451b5ec1db50) Fix album title overflow - [`a3ee9e8`](https://github.com/immich-app/immich/commit/a3ee9e88a01686c90900d47935b13acf22447f42) i18n - [`8acd6c3`](https://github.com/immich-app/immich/commit/8acd6c313717421c4c161288bc02c7acfa8b0252) More i18n ### 📊 Changes **4 files changed** (+41 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `mobile/assets/i18n/en-US.json` (+7 -1) 📝 `mobile/lib/modules/album/ui/album_thumbnail_card.dart` (+19 -11) 📝 `mobile/lib/modules/album/views/create_album_page.dart` (+4 -2) 📝 `mobile/lib/modules/album/views/library_page.dart` (+11 -10) </details> ### 📄 Description - Limit album title width to avoid UI bugs - Add some missing translation keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8614