|
|
@@ -182,7 +182,7 @@ extension Home {
|
|
|
timerDate: $state.timerDate,
|
|
|
timeZone: $state.timeZone,
|
|
|
pumpStatusHighlightMessage: $state.pumpStatusHighlightMessage,
|
|
|
- battery: state.batteryFromPersistence
|
|
|
+ battery: $state.batteryFromPersistence
|
|
|
).onTapGesture {
|
|
|
state.setupPump = true
|
|
|
}
|
|
|
@@ -479,6 +479,12 @@ extension Home {
|
|
|
.foregroundColor(.insulinTintColor)
|
|
|
Text(tempBasalString)
|
|
|
.font(.system(size: 16, weight: .bold, design: .rounded))
|
|
|
+ } else {
|
|
|
+ Image(systemName: "drop.circle")
|
|
|
+ .font(.system(size: 16))
|
|
|
+ .foregroundColor(.insulinTintColor)
|
|
|
+ Text("No Data")
|
|
|
+ .font(.system(size: 16, weight: .bold, design: .rounded))
|
|
|
}
|
|
|
}
|
|
|
if !state.tins {
|