[PR #575] [MERGED] Show all albums an asset appears in on the asset viewer page #8677

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/575
Author: @matthinc
Created: 9/4/2022
Status: Merged
Merged: 9/5/2022
Merged by: @alextran1502

Base: mainHead: dev/appears-in


📝 Commits (6)

📊 Changes

10 files changed (+114 additions, -17 deletions)

View changed files

📝 mobile/openapi/doc/AlbumApi.md (+4 -2)
📝 mobile/openapi/lib/api/album_api.dart (+12 -3)
📝 server/apps/immich/src/api-v1/album/album-repository.ts (+26 -0)
📝 server/apps/immich/src/api-v1/album/album.service.spec.ts (+1 -0)
📝 server/apps/immich/src/api-v1/album/album.service.ts (+4 -1)
📝 server/apps/immich/src/api-v1/album/dto/get-albums.dto.ts (+7 -0)
📝 server/immich-openapi-specs.json (+1 -1)
📝 web/src/api/open-api/api.ts (+15 -7)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+10 -2)
📝 web/src/lib/components/asset-viewer/detail-panel.svelte (+34 -1)

📄 Description

No description provided


🔄 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/575 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 9/4/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/appears-in` --- ### 📝 Commits (6) - [`edd60b9`](https://github.com/immich-app/immich/commit/edd60b92bb40022177ac44695c466d4aa2ff4c53) Add route to query albums for a specific asset - [`2b7e2a0`](https://github.com/immich-app/immich/commit/2b7e2a0f56cd098017e4f7cf5c3e47e2c88820bc) Update API and add to detail-panel - [`722d87f`](https://github.com/immich-app/immich/commit/722d87f387063b41d83f0b216c7dfef68c3dcc1b) Fix tests - [`ec637cd`](https://github.com/immich-app/immich/commit/ec637cd164f04fabf04ce34aa540ad822f1ed3c7) Refactor API endpoint - [`fff7f3d`](https://github.com/immich-app/immich/commit/fff7f3df1224dc58c5bb948f34ba66d0dca7fc43) Merge main - [`c93708c`](https://github.com/immich-app/immich/commit/c93708c46cf3430d86b3fd87ad884dbb5b1520e9) Added alt attribute to img tag ### 📊 Changes **10 files changed** (+114 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/doc/AlbumApi.md` (+4 -2) 📝 `mobile/openapi/lib/api/album_api.dart` (+12 -3) 📝 `server/apps/immich/src/api-v1/album/album-repository.ts` (+26 -0) 📝 `server/apps/immich/src/api-v1/album/album.service.spec.ts` (+1 -0) 📝 `server/apps/immich/src/api-v1/album/album.service.ts` (+4 -1) 📝 `server/apps/immich/src/api-v1/album/dto/get-albums.dto.ts` (+7 -0) 📝 `server/immich-openapi-specs.json` (+1 -1) 📝 `web/src/api/open-api/api.ts` (+15 -7) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+10 -2) 📝 `web/src/lib/components/asset-viewer/detail-panel.svelte` (+34 -1) </details> ### 📄 Description _No description provided_ --- <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:51:22 +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#8677