[PR #7322] [MERGED] feat(web): search albums #11587

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

📋 Pull Request Information

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

Base: mainHead: feat/search-albums


📝 Commits (6)

📊 Changes

6 files changed (+26 additions, -16 deletions)

View changed files

📝 web/src/lib/components/elements/search-bar.svelte (+5 -4)
📝 web/src/lib/components/faces-page/people-list.svelte (+3 -2)
📝 web/src/lib/components/layouts/user-page-layout.svelte (+1 -1)
📝 web/src/routes/(user)/albums/+page.svelte (+10 -3)
📝 web/src/routes/(user)/albums/[albumId]/+page.svelte (+4 -4)
📝 web/src/routes/(user)/people/+page.svelte (+3 -2)

📄 Description

Search through albums

Screenshots

https://github.com/immich-app/immich/assets/74269598/38d3676b-50e2-4f2f-8fd8-9990ea80b8f5


🔄 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/7322 **Author:** [@martabal](https://github.com/martabal) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 2/22/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `feat/search-albums` --- ### 📝 Commits (6) - [`21db63b`](https://github.com/immich-app/immich/commit/21db63b231fe30a3fffeac877e6d735e9073a5de) feat: search albums - [`97b7201`](https://github.com/immich-app/immich/commit/97b7201c391e4ea8a42446862a4879cd3beb1f78) pr feedback - [`72e4991`](https://github.com/immich-app/immich/commit/72e49914e94bcb98d0964c7ebb46e75470d0fe50) fix: comparison - [`93457f9`](https://github.com/immich-app/immich/commit/93457f9c14fe085e16279a2815aa84789560d2f0) pr feedback - [`231c52f`](https://github.com/immich-app/immich/commit/231c52fc00017746700960de8a9988e10e567ea0) simplify - [`fb7a1e1`](https://github.com/immich-app/immich/commit/fb7a1e1bad4a7b0afebfea2bcf3d1dffad6a929b) chore: more compact album padding ### 📊 Changes **6 files changed** (+26 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/elements/search-bar.svelte` (+5 -4) 📝 `web/src/lib/components/faces-page/people-list.svelte` (+3 -2) 📝 `web/src/lib/components/layouts/user-page-layout.svelte` (+1 -1) 📝 `web/src/routes/(user)/albums/+page.svelte` (+10 -3) 📝 `web/src/routes/(user)/albums/[albumId]/+page.svelte` (+4 -4) 📝 `web/src/routes/(user)/people/+page.svelte` (+3 -2) </details> ### 📄 Description Search through albums ## Screenshots https://github.com/immich-app/immich/assets/74269598/38d3676b-50e2-4f2f-8fd8-9990ea80b8f5 --- <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:42:15 +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#11587