[PR #896] [MERGED] feat(web): add delete button to asset viewer #8804

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/896
Author: @anbraten
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @alextran1502

Base: mainHead: delete-asset


📝 Commits (6)

📊 Changes

3 files changed (+46 additions, -8 deletions)

View changed files

📝 web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte (+2 -0)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+34 -1)
📝 web/src/lib/stores/asset-interaction.store.ts (+10 -7)

📄 Description

todo

  • fix typo in file name
  • add button to delete asset
  • support for keyboard delete

image


🔄 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/896 **Author:** [@anbraten](https://github.com/anbraten) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `delete-asset` --- ### 📝 Commits (6) - [`f8d2369`](https://github.com/immich-app/immich/commit/f8d23697fe3e2c250edacc4ee403799c69f8b921) add delete button to asset viewer - [`9d4ad9d`](https://github.com/immich-app/immich/commit/9d4ad9db4892a00ad632a3fc5069a8a71a5f7989) rename function - [`0b67ff7`](https://github.com/immich-app/immich/commit/0b67ff755cca9c007ad45334f0bd525bfeb99887) add keyboard handle - [`e5f8f1d`](https://github.com/immich-app/immich/commit/e5f8f1d6cec0f2499e22d42c5ce48d3c8adc4bba) remove asset from store - [`b4222ea`](https://github.com/immich-app/immich/commit/b4222ea93c85900ce884fbd44a72ea607fc15582) fix typos - [`56f1152`](https://github.com/immich-app/immich/commit/56f1152384d194b773e26986be346aba78f875f1) fix go to next image ### 📊 Changes **3 files changed** (+46 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte` (+2 -0) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+34 -1) 📝 `web/src/lib/stores/asset-interaction.store.ts` (+10 -7) </details> ### 📄 Description # todo - [x] fix typo in file name - [x] add button to delete asset - [x] support for keyboard delete ![image](https://user-images.githubusercontent.com/6918444/198868030-3ff2b8d4-9e4a-4192-b12e-bdc4705330f2.png) --- <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:53:32 +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#8804