[PR #5047] [MERGED] fix(web): back button from person detail page #10630

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5047
Author: @martabal
Created: 11/14/2023
Status: Merged
Merged: 11/15/2023
Merged by: @jrasm91

Base: mainHead: feat/people-return-main-page


📝 Commits (3)

  • 6120045 feat: return button to the main page
  • fad67c8 add album route
  • 4c11736 feat: do not use explicit routes

📊 Changes

4 files changed (+13 additions, -2 deletions)

View changed files

📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+1 -0)
📝 web/src/lib/components/asset-viewer/detail-panel.svelte (+7 -1)
web/src/lib/utils/navigation.ts (+3 -0)
📝 web/src/routes/(user)/people/[personId]/+page.svelte (+2 -1)

📄 Description

Changes made in this PR

This PR adds the ability to return to the previous page after clicking after browsing a person page.
Fixes #5045


🔄 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/5047 **Author:** [@martabal](https://github.com/martabal) **Created:** 11/14/2023 **Status:** ✅ Merged **Merged:** 11/15/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `feat/people-return-main-page` --- ### 📝 Commits (3) - [`6120045`](https://github.com/immich-app/immich/commit/61200453b81a8096373a95e7598d8c89c36d49f1) feat: return button to the main page - [`fad67c8`](https://github.com/immich-app/immich/commit/fad67c86c26ec6a3f60f2b95cbe4f3c3892fbb30) add album route - [`4c11736`](https://github.com/immich-app/immich/commit/4c11736cc147f5febaeaa788d6043df269d92020) feat: do not use explicit routes ### 📊 Changes **4 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+1 -0) 📝 `web/src/lib/components/asset-viewer/detail-panel.svelte` (+7 -1) ➕ `web/src/lib/utils/navigation.ts` (+3 -0) 📝 `web/src/routes/(user)/people/[personId]/+page.svelte` (+2 -1) </details> ### 📄 Description ## Changes made in this PR This PR adds the ability to return to the previous page after clicking after browsing a person page. Fixes #5045 --- <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:25:21 +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#10630