Updated phone UI

This commit is contained in:
2026-06-03 21:42:24 +03:00
parent 07c323752a
commit f2fcd42edf
21 changed files with 531 additions and 17 deletions
@@ -36,6 +36,12 @@ public:
UFUNCTION(BlueprintPure)
const TArray<UCommission*>& GetAcceptedCommissions() const { return AcceptedCommissions; }
// Commissions completed within the current period. Cleared at the day-roll alongside the accepted
// list (see ExpireAccepted), so today this is "completed today" for both tiers — true week-long
// retention for weeklies needs the deferred §13.1 weekly-lifecycle work.
UFUNCTION(BlueprintPure)
const TArray<UCommission*>& GetCompletedCommissions() const { return CompletedCommissions; }
UFUNCTION(BlueprintCallable)
void AcceptCommission(UCommission* Commission);