[PR #4353] [MERGED] fix: open external link in new tab #10335

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4353
Author: @daniele-athome
Created: 10/5/2023
Status: Merged
Merged: 10/5/2023
Merged by: @danieldietzler

Base: mainHead: fix/open-link-newtab


📝 Commits (1)

  • 6f38cd8 fix: open external link in new tab

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 web/src/lib/components/shared-components/status-box.svelte (+1 -0)

📄 Description

Following up on my own suggestion :-)

Rationale: external links should be opened in a separate browser context. I believe it's a good UX practice in general.


🔄 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/4353 **Author:** [@daniele-athome](https://github.com/daniele-athome) **Created:** 10/5/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@danieldietzler](https://github.com/danieldietzler) **Base:** `main` ← **Head:** `fix/open-link-newtab` --- ### 📝 Commits (1) - [`6f38cd8`](https://github.com/immich-app/immich/commit/6f38cd8842d5de46ba89e68dd9e3274b0dfa13a9) fix: open external link in new tab ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/status-box.svelte` (+1 -0) </details> ### 📄 Description Following up on [my own suggestion](https://github.com/immich-app/immich/commit/8d5e782fc47af63dcce75ed124008a5992356bfe#r128810810) :-) Rationale: external links should be opened in a separate browser context. I believe it's a good UX practice in general. --- <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:20:03 +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#10335