Did some major reformatting of the Change Log tab (now Docs) and will hopefully get to adding some more actual features soon

This commit is contained in:
Isaac Greene 2022-06-04 23:05:37 -04:00
parent 5578d86ccf
commit 7b421a0a73
9 changed files with 294 additions and 45 deletions

View file

@ -10,6 +10,32 @@ import SwiftUI
struct June2022: View {
var body: some View {
ScrollView {
//2022-06-04
HStack {
VStack (alignment: .leading) {
Text("2022-06-04")
.font(.title2)
Text("Version Prerelease Build LVSXT10d.2\n")
.font(.footnote)
Text("\u{2022} Reformatted some tabs, and added the Recently Resolved issues tab\n\u{2022} Moved the Help tab into Docs")
}
Spacer()
}
.padding(30)
//2022-06-03
HStack {
VStack (alignment: .leading) {
Text("2022-06-03")
.font(.title2)
Text("Version Prerelease Build LVSXT10d\n")
.font(.footnote)
Text("\u{2022} Finished hours input.\n\u{2022} Moved some things around and the \"Change log\" tab is now \"Docs\" which holds info on features, the change log, and known issues, with a few other things.")
}
Spacer()
}
.padding(30)
//2022-06-01
//gay
HStack {