Partially implemented an easier way to input hours
This commit is contained in:
parent
674979ebd3
commit
5578d86ccf
2 changed files with 49 additions and 23 deletions
|
|
@ -7,9 +7,42 @@
|
|||
|
||||
import SwiftUI
|
||||
|
||||
struct June2022: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2022-06-01
|
||||
//gay
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2022-06-01")
|
||||
.font(.title2)
|
||||
Text("Version Prerelease Build LVSXT10g.3\n")
|
||||
.font(.footnote)
|
||||
Text("\u{2022} Partially implemented an easier way to input hours. Mostly working on formatting issues, but it shows up somewhat like it's supposed to.")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct May2022: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2022-05-25
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2022-05-25")
|
||||
.font(.title2)
|
||||
Text("Version Prerelease Build LVSXT10g.2\n")
|
||||
.font(.footnote)
|
||||
Text("\u{2022} I'm at a stalemate with Swift")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
|
||||
//2022-05-22
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue