Undid most changes from previous commit. Started work on pace conversions to opposite selected measurement system.

This commit is contained in:
Isaac Greene 2022-05-22 21:45:01 -04:00
parent 743d9cff0e
commit fb523742c6
5 changed files with 41 additions and 30 deletions

View file

@ -7,6 +7,25 @@
import SwiftUI
struct May2022: View {
var body: some View {
ScrollView {
//2022-05-22
HStack {
VStack (alignment: .leading) {
Text("2022-05-22")
.font(.title2)
Text("Version Prerelease Build LVSXT10g\n")
.font(.footnote)
Text("\u{2022} Undid changes made in Build LVSXT10j.\n\u{2022} Failed to implement a way to dismiss the keyboard.\n\u{2022} Started work on a conversion process of paces to the opposite selected system of measurement. (does not currently work)")
}
Spacer()
}
.padding(30)
}
}
}
struct April2022: View {
var body: some View {
ScrollView {