[PR #25124] [MERGED] refactor: download action #18079

Closed
opened 2026-02-05 16:32:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25124
Author: @jrasm91
Created: 1/7/2026
Status: Merged
Merged: 1/8/2026
Merged by: @jrasm91

Base: mainHead: refactor/download-action


📝 Commits (1)

  • d566453 refactor: download action

📊 Changes

9 files changed (+109 additions, -103 deletions)

View changed files

📝 web/src/lib/components/ActionButton.svelte (+2 -1)
web/src/lib/components/ActionMenuItem.svelte (+16 -0)
web/src/lib/components/asset-viewer/actions/download-action.svelte (+0 -35)
📝 web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte (+7 -14)
📝 web/src/lib/components/shared-components/context-menu/menu-option.svelte (+3 -3)
📝 web/src/lib/components/timeline/actions/DownloadAction.svelte (+3 -2)
📝 web/src/lib/services/asset.service.ts (+74 -3)
📝 web/src/lib/utils.ts (+3 -1)
📝 web/src/lib/utils/asset-utils.ts (+1 -44)

📄 Description

No description provided


🔄 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/25124 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `refactor/download-action` --- ### 📝 Commits (1) - [`d566453`](https://github.com/immich-app/immich/commit/d566453bab4704545604745e1a48bc4d4867a3f8) refactor: download action ### 📊 Changes **9 files changed** (+109 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/ActionButton.svelte` (+2 -1) ➕ `web/src/lib/components/ActionMenuItem.svelte` (+16 -0) ➖ `web/src/lib/components/asset-viewer/actions/download-action.svelte` (+0 -35) 📝 `web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte` (+7 -14) 📝 `web/src/lib/components/shared-components/context-menu/menu-option.svelte` (+3 -3) 📝 `web/src/lib/components/timeline/actions/DownloadAction.svelte` (+3 -2) 📝 `web/src/lib/services/asset.service.ts` (+74 -3) 📝 `web/src/lib/utils.ts` (+3 -1) 📝 `web/src/lib/utils/asset-utils.ts` (+1 -44) </details> ### 📄 Description _No description provided_ --- <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 16:32:18 +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#18079