[PR #5241] [MERGED] fix(web): navigate to album from search #10718

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5241
Author: @jrasm91
Created: 11/21/2023
Status: Merged
Merged: 11/22/2023
Merged by: @alextran1502

Base: mainHead: fix/search-navigate-to-album


📝 Commits (1)

  • f9159cf fix(web): navigate to album from search

📊 Changes

3 files changed (+8 additions, -3 deletions)

View changed files

📝 web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte (+5 -0)
📝 web/src/routes/(user)/albums/[albumId]/+page.svelte (+1 -1)
📝 web/src/routes/(user)/search/+page.svelte (+2 -2)

📄 Description

Disable the asset viewer on gallery viewer dismount, to prevent a runtime issue where it would be open with a null asset.


🔄 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/5241 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/search-navigate-to-album` --- ### 📝 Commits (1) - [`f9159cf`](https://github.com/immich-app/immich/commit/f9159cf8b026c0b6797e71c86134e950ceeb995a) fix(web): navigate to album from search ### 📊 Changes **3 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte` (+5 -0) 📝 `web/src/routes/(user)/albums/[albumId]/+page.svelte` (+1 -1) 📝 `web/src/routes/(user)/search/+page.svelte` (+2 -2) </details> ### 📄 Description Disable the asset viewer on gallery viewer dismount, to prevent a runtime issue where it would be open with a null asset. --- <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:26:56 +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#10718