[PR #1273] [MERGED] feat(web): Add search functionality to add photo to album modal #8976

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1273
Author: @klejejs
Created: 1/8/2023
Status: Merged
Merged: 1/9/2023
Merged by: @alextran1502

Base: mainHead: feature/1008_search-functionality-in-add-photo-to-album-modal


📝 Commits (1)

  • b0145ec Add search functionality to add photo to album modal

📊 Changes

4 files changed (+75 additions, -37 deletions)

View changed files

📝 web/src/lib/components/asset-viewer/album-list-item.svelte (+17 -2)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+5 -8)
📝 web/src/lib/components/shared-components/album-selection-modal.svelte (+50 -25)
📝 web/src/routes/photos/+page.svelte (+3 -2)

📄 Description

This PR adds the feature of #1008.
As I thought the existing mockup made sense, I used it for the implementation.
Please feel free to comment if you have any improvement suggestions.


🔄 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/1273 **Author:** [@klejejs](https://github.com/klejejs) **Created:** 1/8/2023 **Status:** ✅ Merged **Merged:** 1/9/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feature/1008_search-functionality-in-add-photo-to-album-modal` --- ### 📝 Commits (1) - [`b0145ec`](https://github.com/immich-app/immich/commit/b0145ecdabc026f7a4c5dc8498e0810c8400d890) Add search functionality to add photo to album modal ### 📊 Changes **4 files changed** (+75 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/asset-viewer/album-list-item.svelte` (+17 -2) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+5 -8) 📝 `web/src/lib/components/shared-components/album-selection-modal.svelte` (+50 -25) 📝 `web/src/routes/photos/+page.svelte` (+3 -2) </details> ### 📄 Description This PR adds the feature of #1008. As I thought the existing mockup made sense, I used it for the implementation. Please feel free to comment if you have any improvement suggestions. --- <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:56:23 +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#8976