mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: local album events notification (#22817)
* feat: local album events notification * pr feedback * show number of unread notification
This commit is contained in:
parent
4d41fa08ad
commit
d778286777
10 changed files with 148 additions and 14 deletions
|
|
@ -4650,6 +4650,8 @@ export enum NotificationType {
|
|||
JobFailed = "JobFailed",
|
||||
BackupFailed = "BackupFailed",
|
||||
SystemMessage = "SystemMessage",
|
||||
AlbumInvite = "AlbumInvite",
|
||||
AlbumUpdate = "AlbumUpdate",
|
||||
Custom = "Custom"
|
||||
}
|
||||
export enum UserStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue