Added Notifications

This commit is contained in:
2026-05-18 14:31:53 +10:00
parent 1d5b9f340f
commit 10b5b6a5c9
18 changed files with 545 additions and 166 deletions
+1
View File
@@ -106,6 +106,7 @@ export interface UserAchievement {
id: number
user_id: number
achievement_id: number
unlocked: boolean
progress: number | null
achievement?: Achievement
created_at: string | null