1.1.5: add analytics for stats_viewed and week_rated events

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-06-11 13:49:33 +02:00
parent 946c788ef6
commit 72770801d3
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ struct StatsView: View {
.padding(.vertical, 20)
}
.background(Color.mealMoodBackground.ignoresSafeArea())
.onAppear { AnalyticsService.logStatsViewed() }
.navigationTitle("stats_title")
.navigationBarTitleDisplayMode(.inline)
.toolbar {