[PR #22817] [MERGED] feat: local album events notification #17344

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/22817
Author: @alextran1502
Created: 10/10/2025
Status: Merged
Merged: 10/14/2025
Merged by: @alextran1502

Base: mainHead: album-local-notification


📝 Commits (3)

  • 299f5fb feat: local album events notification
  • b141595 pr feedback
  • 70419a9 show number of unread notification

📊 Changes

10 files changed (+148 additions, -14 deletions)

View changed files

📝 mobile/openapi/lib/model/notification_type.dart (+6 -0)
📝 open-api/immich-openapi-specs.json (+2 -0)
📝 open-api/typescript-sdk/src/fetch-client.ts (+2 -0)
📝 server/src/enum.ts (+2 -0)
📝 server/src/services/notification.service.spec.ts (+11 -0)
📝 server/src/services/notification.service.ts (+26 -0)
server/test/fixtures/notification.stub.ts (+14 -0)
📝 web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte (+28 -9)
📝 web/src/lib/components/shared-components/navigation-bar/notification-item.svelte (+23 -4)
📝 web/src/lib/components/shared-components/navigation-bar/notification-panel.svelte (+34 -1)

📄 Description

  • Added local notification for album invite and album update event.
  • Fixed an issue where refreshing the page doesn't show the unread notifications
SCR-20251009-onss

🔄 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/22817 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 10/10/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `album-local-notification` --- ### 📝 Commits (3) - [`299f5fb`](https://github.com/immich-app/immich/commit/299f5fbcf5038ecbb67b9e76855782df9dba2935) feat: local album events notification - [`b141595`](https://github.com/immich-app/immich/commit/b141595d2a2dc8ec45ecb2864b779ae40dc8f9a2) pr feedback - [`70419a9`](https://github.com/immich-app/immich/commit/70419a9145309969848a07bc0d803bd747d9fb3e) show number of unread notification ### 📊 Changes **10 files changed** (+148 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `mobile/openapi/lib/model/notification_type.dart` (+6 -0) 📝 `open-api/immich-openapi-specs.json` (+2 -0) 📝 `open-api/typescript-sdk/src/fetch-client.ts` (+2 -0) 📝 `server/src/enum.ts` (+2 -0) 📝 `server/src/services/notification.service.spec.ts` (+11 -0) 📝 `server/src/services/notification.service.ts` (+26 -0) ➕ `server/test/fixtures/notification.stub.ts` (+14 -0) 📝 `web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte` (+28 -9) 📝 `web/src/lib/components/shared-components/navigation-bar/notification-item.svelte` (+23 -4) 📝 `web/src/lib/components/shared-components/navigation-bar/notification-panel.svelte` (+34 -1) </details> ### 📄 Description - Added local notification for album invite and album update event. - Fixed an issue where refreshing the page doesn't show the unread notifications <img width="401" height="385" alt="SCR-20251009-onss" src="https://github.com/user-attachments/assets/6ab6c88f-c652-48a2-857f-01383a669519" /> --- <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:20:16 +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#17344