[PR #961] [MERGED] Add navbar button to copy image #8844

Closed
opened 2026-02-05 13:54:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/961
Author: @bo0tzz
Created: 11/12/2022
Status: Merged
Merged: 11/17/2022
Merged by: @alextran1502

Base: mainHead: try/copy-image-button


📝 Commits (8)

  • 1c4c249 Add navbar button to copy image
  • 53b3048 Use global event for copy image
  • 956825c Merge branch 'main' of github.com:immich-app/immich into try/copy-image-button
  • 60a5cbf merge upstream
  • 97b24b6 Fixed missing required props
  • 82ac428 feat(web): Show notification after copying image to clipboard
  • b58771d chore(web): Fix typescript error
  • 572a8e2 chore(web): Formatting

📊 Changes

4 files changed (+41 additions, -5 deletions)

View changed files

📝 web/src/app.d.ts (+8 -0)
📝 web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte (+12 -0)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+3 -2)
📝 web/src/lib/components/asset-viewer/photo-viewer.svelte (+18 -3)

📄 Description

Todo:

  • photoViewer field in asset-viewer.svelte is null after navigating to another asset
  • Add 'photo copied' popup notification

🔄 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/961 **Author:** [@bo0tzz](https://github.com/bo0tzz) **Created:** 11/12/2022 **Status:** ✅ Merged **Merged:** 11/17/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `try/copy-image-button` --- ### 📝 Commits (8) - [`1c4c249`](https://github.com/immich-app/immich/commit/1c4c249a9d354de5f913665b9aa3f231483d3909) Add navbar button to copy image - [`53b3048`](https://github.com/immich-app/immich/commit/53b3048f64f577be1355f142459aae74da66c295) Use global event for copy image - [`956825c`](https://github.com/immich-app/immich/commit/956825c9b44189ae015c7aefcef98b278c43633d) Merge branch 'main' of github.com:immich-app/immich into try/copy-image-button - [`60a5cbf`](https://github.com/immich-app/immich/commit/60a5cbf18a5fd1a477384240d026f95aa4c5666d) merge upstream - [`97b24b6`](https://github.com/immich-app/immich/commit/97b24b6e376f50abc908341a002cf628220e3e91) Fixed missing required props - [`82ac428`](https://github.com/immich-app/immich/commit/82ac42852900eba9b555709fe5822b26baf2c8ef) feat(web): Show notification after copying image to clipboard - [`b58771d`](https://github.com/immich-app/immich/commit/b58771d75c540fd593baac191dbcea9e3446ed83) chore(web): Fix typescript error - [`572a8e2`](https://github.com/immich-app/immich/commit/572a8e2c628fdcabcfd4a179033ec9c7ab420923) chore(web): Formatting ### 📊 Changes **4 files changed** (+41 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `web/src/app.d.ts` (+8 -0) 📝 `web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte` (+12 -0) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+3 -2) 📝 `web/src/lib/components/asset-viewer/photo-viewer.svelte` (+18 -3) </details> ### 📄 Description Todo: - [x] `photoViewer` field in asset-viewer.svelte is null after navigating to another asset - [x] Add 'photo copied' popup notification --- <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 13:54:15 +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#8844