[PR #533] [MERGED] Implement notification box for web #8656

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

📋 Pull Request Information

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

Base: mainHead: dev/add-notification-box


📝 Commits (4)

  • 44bbc40 Added test button
  • 481f4a5 styling notification box
  • b95ab94 Added auto dismission and animation to each notificaiont list
  • 6662431 Remove test button

📊 Changes

6 files changed (+132 additions, -4 deletions)

View changed files

web/src/lib/components/shared-components/notification/notification-card.svelte (+70 -0)
web/src/lib/components/shared-components/notification/notification-list.svelte (+22 -0)
web/src/lib/components/shared-components/notification/notification.ts (+36 -0)
📝 web/src/lib/components/shared-components/side-bar/side-bar.svelte (+1 -2)
📝 web/src/lib/components/shared-components/status-box.svelte (+1 -1)
📝 web/src/routes/+layout.svelte (+2 -1)

📄 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/533 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/add-notification-box` --- ### 📝 Commits (4) - [`44bbc40`](https://github.com/immich-app/immich/commit/44bbc4094984ece49d468c5be2a598e07dbb60b5) Added test button - [`481f4a5`](https://github.com/immich-app/immich/commit/481f4a5b127bf0160e3b0f92d4c6894d895271ed) styling notification box - [`b95ab94`](https://github.com/immich-app/immich/commit/b95ab94411ec82c89207ed678f3df75625a3ee6a) Added auto dismission and animation to each notificaiont list - [`6662431`](https://github.com/immich-app/immich/commit/6662431fca55941278cd60bb51a02256cf3a2c31) Remove test button ### 📊 Changes **6 files changed** (+132 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `web/src/lib/components/shared-components/notification/notification-card.svelte` (+70 -0) ➕ `web/src/lib/components/shared-components/notification/notification-list.svelte` (+22 -0) ➕ `web/src/lib/components/shared-components/notification/notification.ts` (+36 -0) 📝 `web/src/lib/components/shared-components/side-bar/side-bar.svelte` (+1 -2) 📝 `web/src/lib/components/shared-components/status-box.svelte` (+1 -1) 📝 `web/src/routes/+layout.svelte` (+2 -1) </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:51:01 +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#8656