[PR #7250] [MERGED] fix(web): back button for gallery viewer #11565

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7250
Author: @michelheusschen
Created: 2/20/2024
Status: Merged
Merged: 2/21/2024
Merged by: @jrasm91

Base: mainHead: fix/web-back-button-gallery-viewer


📝 Commits (1)

  • 6c81cdb fix(web): back button for gallery viewer

📊 Changes

1 file changed (+15 additions, -8 deletions)

View changed files

📝 web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte (+15 -8)

📄 Description

The browser back button doesn't bring you back to the previous screen after viewing an asset. This is the case for the memory viewer, individual share viewer and search page. Additionally, the search part of the URL isn't persisted even when using the custom back button.

Fixes #5549


🔄 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/7250 **Author:** [@michelheusschen](https://github.com/michelheusschen) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/web-back-button-gallery-viewer` --- ### 📝 Commits (1) - [`6c81cdb`](https://github.com/immich-app/immich/commit/6c81cdb80537ecbb7d892917f03c7cb85646d9a5) fix(web): back button for gallery viewer ### 📊 Changes **1 file changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/gallery-viewer/gallery-viewer.svelte` (+15 -8) </details> ### 📄 Description The browser back button doesn't bring you back to the previous screen after viewing an asset. This is the case for the memory viewer, individual share viewer and search page. Additionally, the search part of the URL isn't persisted even when using the custom back button. Fixes #5549 --- <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:41:53 +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#11565