|
@@ -62,7 +62,7 @@ struct SettingsMenuView: View {
|
|
|
destination: .calendar)
|
|
destination: .calendar)
|
|
|
|
|
|
|
|
navRow(title: "Contact",
|
|
navRow(title: "Contact",
|
|
|
- icon: "envelope",
|
|
|
|
|
|
|
+ icon: "person.circle",
|
|
|
destination: .contact)
|
|
destination: .contact)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -83,7 +83,7 @@ struct SettingsMenuView: View {
|
|
|
} label: {
|
|
} label: {
|
|
|
Label("Share Logs", systemImage: "square.and.arrow.up")
|
|
Label("Share Logs", systemImage: "square.and.arrow.up")
|
|
|
}
|
|
}
|
|
|
- .accessibilityIdentifier("ShareLogsButton")
|
|
|
|
|
|
|
+ .buttonStyle(.plain)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// ────────────── Community ──────────────
|
|
// ────────────── Community ──────────────
|
|
@@ -119,11 +119,11 @@ struct SettingsMenuView: View {
|
|
|
.pickerStyle(.segmented)
|
|
.pickerStyle(.segmented)
|
|
|
|
|
|
|
|
navRow(title: "Nightscout Settings",
|
|
navRow(title: "Nightscout Settings",
|
|
|
- icon: "antenna.radiowaves.left.and.right",
|
|
|
|
|
|
|
+ icon: "network",
|
|
|
destination: .nightscout)
|
|
destination: .nightscout)
|
|
|
|
|
|
|
|
navRow(title: "Dexcom Settings",
|
|
navRow(title: "Dexcom Settings",
|
|
|
- icon: "waveform.path.ecg",
|
|
|
|
|
|
|
+ icon: "sensor.tag.radiowaves.forward",
|
|
|
destination: .dexcom)
|
|
destination: .dexcom)
|
|
|
}
|
|
}
|
|
|
.onAppear {
|
|
.onAppear {
|