1.0.1: add review funnel, trial onboarding, and app diagnostics
This commit is contained in:
@@ -194,6 +194,20 @@ struct SettingsView: View {
|
||||
Link(destination: URL(string: "mailto:support@mealmood.app")!) {
|
||||
Label("settings_support", systemImage: "envelope")
|
||||
}
|
||||
|
||||
HStack {
|
||||
Text("settings_app_version")
|
||||
Spacer()
|
||||
Text(viewModel.appVersion)
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
|
||||
HStack {
|
||||
Text("settings_app_build")
|
||||
Spacer()
|
||||
Text(viewModel.appBuild)
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
} header: {
|
||||
Label("settings_about", systemImage: "info.circle")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user