[PR #436] [MERGED] Feature - Delete asset on the web #8610

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/436
Author: @alextran1502
Created: 8/7/2022
Status: Merged
Merged: 8/9/2022
Merged by: @alextran1502

Base: mainHead: 388-feature-delete-asset-from-web-client


📝 Commits (6)

  • 098b062 Added selection mechanism to photos page
  • 0a6aa90 Added control app bar
  • ff07947 Merge branch 'main' of github.com:immich-app/immich into 388-feature-delete-asset-from-web-client
  • f5b5783 Refactor AlbumAppBar into ControlAppBar
  • ea6d586 Added addtional micro interactions when in multi selection mode
  • 7717e84 Implemented delete album

📊 Changes

5 files changed (+147 additions, -17 deletions)

View changed files

📝 web/src/lib/components/album-page/album-viewer.svelte (+5 -5)
📝 web/src/lib/components/album-page/asset-selection.svelte (+3 -3)
📝 web/src/lib/components/album-page/thumbnail-selection.svelte (+3 -3)
📝 web/src/lib/components/shared-components/control-app-bar.svelte (+0 -0)
📝 web/src/routes/photos/index.svelte (+136 -6)

📄 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/436 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/7/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `388-feature-delete-asset-from-web-client` --- ### 📝 Commits (6) - [`098b062`](https://github.com/immich-app/immich/commit/098b0620fb201c9ff2941b015dc6a53580f8ac68) Added selection mechanism to photos page - [`0a6aa90`](https://github.com/immich-app/immich/commit/0a6aa90d8ac13a6ce3257e1867c1e69dbd40e696) Added control app bar - [`ff07947`](https://github.com/immich-app/immich/commit/ff07947a0db8c36bb53c9be3d7a43a9dc8369dce) Merge branch 'main' of github.com:immich-app/immich into 388-feature-delete-asset-from-web-client - [`f5b5783`](https://github.com/immich-app/immich/commit/f5b578312b5805b6507b57e3f9f3547227d867d4) Refactor AlbumAppBar into ControlAppBar - [`ea6d586`](https://github.com/immich-app/immich/commit/ea6d58601686ba59445bf25e9d8ad92d8eec1f02) Added addtional micro interactions when in multi selection mode - [`7717e84`](https://github.com/immich-app/immich/commit/7717e8459c4258fff7fe566cffdf097a43c7a362) Implemented delete album ### 📊 Changes **5 files changed** (+147 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/album-page/album-viewer.svelte` (+5 -5) 📝 `web/src/lib/components/album-page/asset-selection.svelte` (+3 -3) 📝 `web/src/lib/components/album-page/thumbnail-selection.svelte` (+3 -3) 📝 `web/src/lib/components/shared-components/control-app-bar.svelte` (+0 -0) 📝 `web/src/routes/photos/index.svelte` (+136 -6) </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 13:50:14 +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#8610