fixed payout locks & time sensitive todos & minor ui updates on chores view

This commit is contained in:
JCEEE
2026-08-04 11:38:38 +01:00
parent 7603c3eb21
commit c38ca43f0b
11 changed files with 289 additions and 164 deletions
+2
View File
@@ -138,6 +138,8 @@ export interface Reward {
value: number;
rewardType: BonusRewardType;
status: 'unclaimed' | 'requested' | 'claimed';
claimable?: 'immediate' | 'payday';
settleDate?: string;
claimedAt?: string;
requestedAt?: string;
date: string;