[PR #7207] [MERGED] fix(web): small issues everywhere #11537

Closed
opened 2026-02-05 14:41:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7207
Author: @martabal
Created: 2/19/2024
Status: Merged
Merged: 2/21/2024
Merged by: @jrasm91

Base: mainHead: fix/multiple


📝 Commits (6)

📊 Changes

6 files changed (+25 additions, -46 deletions)

View changed files

📝 docker/docker-compose.prod.yml (+2 -2)
📝 web/src/lib/components/asset-viewer/activity-viewer.svelte (+2 -1)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+8 -23)
📝 web/src/lib/components/asset-viewer/detail-panel.svelte (+6 -15)
📝 web/src/lib/utils/autogrow.ts (+0 -1)
📝 web/src/routes/(user)/albums/[albumId]/+page.svelte (+7 -4)

📄 Description

This PR:

  • removes start-microservices.sh and start-server.sh usage in favor of start.sh (but still keep them)
  • fix an issue when creating an album where the "Select Photos" re-appear after entering the album name , reported by @alextran1502
  • when creating an album, add a margin-top between the title and the description
  • center the text in the chat in the activity viewer
  • fix the autoGrowHeight for the text-area in the description
  • add a notification when the album / asset description is updated
  • fix for Immich search API returns Apple Live Photos as two assets (#5603)

Screenshots

Before After
Screenshot from 2024-02-19 19-36-35 Screenshot from 2024-02-19 20-41-11
Screenshot from 2024-02-19 19-36-58 Screenshot from 2024-02-19 19-35-48

🔄 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/7207 **Author:** [@martabal](https://github.com/martabal) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/multiple` --- ### 📝 Commits (6) - [`6504231`](https://github.com/immich-app/immich/commit/6504231d90abe88800b210519fc70f600e2b19d6) multiple fix - [`8f99ee1`](https://github.com/immich-app/immich/commit/8f99ee1f1962f5632cfeeb203ac056c6c9bb67c8) Merge branch 'main' of github.com:immich-app/immich into fix/multiple - [`237a6ed`](https://github.com/immich-app/immich/commit/237a6ed46bb02718cc64ac274ce2d139f6a1f02a) fix: album re-render - [`a219249`](https://github.com/immich-app/immich/commit/a219249dcaf9ecbe78eccfb6e05138f685aa0dba) merge main - [`6f88769`](https://github.com/immich-app/immich/commit/6f887691791429a9485678ad6059c5158414f242) fix: revert re-render album - [`52a2b07`](https://github.com/immich-app/immich/commit/52a2b07175ec4c92b2c4d52154adb0dcc166c0d6) fix: linter ### 📊 Changes **6 files changed** (+25 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.prod.yml` (+2 -2) 📝 `web/src/lib/components/asset-viewer/activity-viewer.svelte` (+2 -1) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+8 -23) 📝 `web/src/lib/components/asset-viewer/detail-panel.svelte` (+6 -15) 📝 `web/src/lib/utils/autogrow.ts` (+0 -1) 📝 `web/src/routes/(user)/albums/[albumId]/+page.svelte` (+7 -4) </details> ### 📄 Description This PR: - removes `start-microservices.sh` and `start-server.sh` usage in favor of `start.sh` (but still keep them) - fix an issue when creating an album where the "Select Photos" re-appear after entering the album name , reported by @alextran1502 - when creating an album, add a margin-top between the title and the description - center the text in the chat in the activity viewer - fix the autoGrowHeight for the text-area in the description - add a notification when the album / asset description is updated - fix for #5603 ## Screenshots | Before | After | | :---: | :---: | | ![Screenshot from 2024-02-19 19-36-35](https://github.com/immich-app/immich/assets/74269598/00ec4c8e-e367-470a-bf33-754f53c0d4ca) | ![Screenshot from 2024-02-19 20-41-11](https://github.com/immich-app/immich/assets/74269598/ab525d39-1dc7-450b-9857-eed517751406) | | ![Screenshot from 2024-02-19 19-36-58](https://github.com/immich-app/immich/assets/74269598/4ba73646-ec65-4a2d-83ef-75cc59b7176e) | ![Screenshot from 2024-02-19 19-35-48](https://github.com/immich-app/immich/assets/74269598/9d5eca3a-5e0c-40e2-8990-3f6af5ef4c2a) | --- <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 14:41:20 +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#11537