total time now works as expected and tried (but failed) to add conversion between miles and kilometers for pace

This commit is contained in:
Isaac Greene 2022-04-11 21:18:21 -04:00
parent 8cb3960507
commit addcb49778
3 changed files with 90 additions and 39 deletions

View file

@ -117,7 +117,8 @@ struct problemView: View {
.font(.largeTitle)
.bold()
.padding(.top, 40)
Text("\n\u{2022} You can not dismiss the keyboard\n\t\u{2022} This hides the tab bar at the bottom\n\u{2022} Visually displayed seconds and total time are incorrect\n\t\u{2022} This DOES NOT affect pace. That is still correct.")
Text("\n\u{2022} You can not dismiss the keyboard\n\t\u{2022} This hides the tab bar at the bottom so you can't navigate the app\n\u{2022} Entering a number that is too large (20 digits) into the minutes field will cause the app to crash")
.padding()
}
}
}