Tune app review prompt cadence

This commit is contained in:
alexandrev-tibco
2026-02-01 11:35:36 +01:00
parent edfd7a2a56
commit 0ddee49dd5
2 changed files with 46 additions and 0 deletions
@@ -167,6 +167,7 @@ struct MonthlyCheckInView: View {
? now
: min(referenceDate.endOfMonth, now)
MonthlyCheckInStore.setCompletionDate(completionDate, for: referenceDate)
ReviewPromptService.shared.recordMonthlyCheckInCompleted()
viewModel.refresh()
} label: {
Text("Mark Check-in Complete")