feat : modification des notifications + correction de bug

This commit is contained in:
2026-03-10 10:01:36 +01:00
parent 701dd9faf3
commit 53255dba43
25 changed files with 932 additions and 519 deletions

View File

@@ -1,7 +1,9 @@
export type NotificationItem = {
id: number
title: string
actorName: string
message: string
category: string
target: string
isRead: boolean
createdAt: string
}