[PR #373] [MERGED] Delete album on web #8593

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

📋 Pull Request Information

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

Base: mainHead: dev/delete-album-on-web


📝 Commits (4)

  • 021c0d1 Show context menu
  • fadb8cf Show context menu at the correct location
  • 9a19121 Implement delete album button
  • 5f8fdee Delete album within album viewer

📊 Changes

6 files changed (+109 additions, -15 deletions)

View changed files

📝 web/src/lib/components/album-page/album-card.svelte (+25 -6)
📝 web/src/lib/components/album-page/album-viewer.svelte (+16 -0)
📝 web/src/lib/components/shared-components/circle-icon-button.svelte (+1 -1)
📝 web/src/lib/components/shared-components/context-menu/context-menu.svelte (+11 -1)
📝 web/src/lib/components/shared-components/context-menu/menu-option.svelte (+1 -1)
📝 web/src/routes/albums/index.svelte (+55 -6)

📄 Description

  • Show context menu
  • Show context menu at the correct location
  • Implement delete album button
  • Delete album within album viewer

🔄 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/373 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 7/25/2022 **Status:** ✅ Merged **Merged:** 7/25/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/delete-album-on-web` --- ### 📝 Commits (4) - [`021c0d1`](https://github.com/immich-app/immich/commit/021c0d14953ea40d147f0c1df594201ec0b379cf) Show context menu - [`fadb8cf`](https://github.com/immich-app/immich/commit/fadb8cf6967b2cb158e541c13779e19f9839dc9d) Show context menu at the correct location - [`9a19121`](https://github.com/immich-app/immich/commit/9a191212a56beae179ae6bb3707bbcde0a323a99) Implement delete album button - [`5f8fdee`](https://github.com/immich-app/immich/commit/5f8fdeeb6ca370f43a136936daff015329e35668) Delete album within album viewer ### 📊 Changes **6 files changed** (+109 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/album-page/album-card.svelte` (+25 -6) 📝 `web/src/lib/components/album-page/album-viewer.svelte` (+16 -0) 📝 `web/src/lib/components/shared-components/circle-icon-button.svelte` (+1 -1) 📝 `web/src/lib/components/shared-components/context-menu/context-menu.svelte` (+11 -1) 📝 `web/src/lib/components/shared-components/context-menu/menu-option.svelte` (+1 -1) 📝 `web/src/routes/albums/index.svelte` (+55 -6) </details> ### 📄 Description - Show context menu - Show context menu at the correct location - Implement delete album button - Delete album within album viewer --- <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:49:57 +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#8593