feat: local album events notification (#22817)

* feat: local album events notification

* pr feedback

* show number of unread notification
This commit is contained in:
Alex 2025-10-14 10:15:51 -05:00 committed by Chaoscontrol
parent 40f49de7f4
commit 158951ac21
10 changed files with 148 additions and 14 deletions

View file

@ -4655,6 +4655,8 @@ export enum NotificationType {
JobFailed = "JobFailed",
BackupFailed = "BackupFailed",
SystemMessage = "SystemMessage",
AlbumInvite = "AlbumInvite",
AlbumUpdate = "AlbumUpdate",
Custom = "Custom"
}
export enum UserStatus {