[PR #7352] [MERGED] fix(web): notification number of people when editing faces #11601

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7352
Author: @martabal
Created: 2/22/2024
Status: Merged
Merged: 4/19/2024
Merged by: @jrasm91

Base: mainHead: fix/edit-faces-notification


📝 Commits (10+)

  • 29c7663 fix: notification number of people when editing faces
  • 62531a7 fix: lint
  • 87cbcc0 fix: use id instead of index
  • 107157b rename
  • 0f8fb8d Merge branch 'main' into fix/edit-faces-notification
  • 4cb2e16 merge main
  • c263607 Merge branch 'main' into fix/edit-faces-notification
  • 121e9f1 merge main
  • 12ede06 Merge branch 'main' into fix/edit-faces-notification
  • 6b10994 Merge branch 'main' into fix/edit-faces-notification

📊 Changes

2 files changed (+88 additions, -67 deletions)

View changed files

📝 web/src/lib/components/faces-page/assign-face-side-panel.svelte (+4 -4)
📝 web/src/lib/components/faces-page/person-side-panel.svelte (+84 -63)

📄 Description

fix for #7341


🔄 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/7352 **Author:** [@martabal](https://github.com/martabal) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/edit-faces-notification` --- ### 📝 Commits (10+) - [`29c7663`](https://github.com/immich-app/immich/commit/29c7663caab35ca8d23cea132f41134a705a3c92) fix: notification number of people when editing faces - [`62531a7`](https://github.com/immich-app/immich/commit/62531a75ebeba249655480f3cd2f25bb8fa71991) fix: lint - [`87cbcc0`](https://github.com/immich-app/immich/commit/87cbcc02c340d5d46d0fb8c4c20e94e043180e32) fix: use id instead of index - [`107157b`](https://github.com/immich-app/immich/commit/107157b856b76d45a7ef6c2f96fecd56d9e1dcf4) rename - [`0f8fb8d`](https://github.com/immich-app/immich/commit/0f8fb8d38b93cb87981fa1393d9615b760325f1e) Merge branch 'main' into fix/edit-faces-notification - [`4cb2e16`](https://github.com/immich-app/immich/commit/4cb2e165494a53902fb2a84ea19b1b4c2188c375) merge main - [`c263607`](https://github.com/immich-app/immich/commit/c26360751540dd29e3dfaad72cbaacf1a17dd52a) Merge branch 'main' into fix/edit-faces-notification - [`121e9f1`](https://github.com/immich-app/immich/commit/121e9f1f1c5ddfe9329be458e03e27b493b93ced) merge main - [`12ede06`](https://github.com/immich-app/immich/commit/12ede06411c4b20338add1b55bdbea18f7b88567) Merge branch 'main' into fix/edit-faces-notification - [`6b10994`](https://github.com/immich-app/immich/commit/6b10994bd2d155ff9001d36f7d0fdde601fe2d9b) Merge branch 'main' into fix/edit-faces-notification ### 📊 Changes **2 files changed** (+88 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/faces-page/assign-face-side-panel.svelte` (+4 -4) 📝 `web/src/lib/components/faces-page/person-side-panel.svelte` (+84 -63) </details> ### 📄 Description fix for #7341 --- <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 14:42: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#11601