[PR #2191] [MERGED] fix(web): search page navigation and asset select #9428

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2191
Author: @michelheusschen
Created: 4/6/2023
Status: Merged
Merged: 4/6/2023
Merged by: @alextran1502

Base: mainHead: fix/web-search-page


📝 Commits (1)

  • a661f30 fix(web): search page navigation and asset select

📊 Changes

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

View changed files

📝 web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte (+2 -0)
📝 web/src/lib/components/shared-components/search-bar/search-bar.svelte (+1 -5)
📝 web/src/routes/(user)/search/+page.svelte (+17 -3)

📄 Description

  • Fixes navigating away from the search page after viewing an asset. The back button now goes to the previous page immediately and uses the explore page as a fallback.
  • Disables the thumbnail checkboxes on the search page, because you can't do anything with the selected assets

🔄 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/2191 **Author:** [@michelheusschen](https://github.com/michelheusschen) **Created:** 4/6/2023 **Status:** ✅ Merged **Merged:** 4/6/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/web-search-page` --- ### 📝 Commits (1) - [`a661f30`](https://github.com/immich-app/immich/commit/a661f303941bed79dfd52b4537ba7e11b97c03fe) fix(web): search page navigation and asset select ### 📊 Changes **3 files changed** (+20 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte` (+2 -0) 📝 `web/src/lib/components/shared-components/search-bar/search-bar.svelte` (+1 -5) 📝 `web/src/routes/(user)/search/+page.svelte` (+17 -3) </details> ### 📄 Description - Fixes navigating away from the search page after viewing an asset. The back button now goes to the previous page immediately and uses the explore page as a fallback. - Disables the thumbnail checkboxes on the search page, because you can't do anything with the selected assets --- <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:04:34 +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#9428