bonuses: templates full-width list, drag-create modal, auto-evaluate, outstanding/completed states

This commit is contained in:
JCEEE
2026-07-30 15:27:03 +01:00
parent c55c090260
commit 8834281b4d
8 changed files with 524 additions and 676 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export interface BonusProgress {
memberColor: string
current: number
criteriaValue: number
reward: { id: string; claimed: boolean } | null
reward: { id: string; status: string } | null
state: BonusState
achieved: boolean
}