It's been so long I don't even know what I changed. Removed the contacts tab completely, before it was still in the app just not accessible. Switched over from RichTextView to iosMath saving about 4MB. Couple small design tweaks. Reduced total app size from 10MB to 4.5
This commit is contained in:
parent
0dc0267dbd
commit
099728c760
17 changed files with 222 additions and 395 deletions
|
|
@ -6,16 +6,15 @@
|
|||
//
|
||||
|
||||
import SwiftUI
|
||||
// this file will not have comments.
|
||||
// this code is considered simple enough to be
|
||||
// human-readable without aid, as long as
|
||||
// the reader has a basic understanding of
|
||||
// Swift and/or SwiftUI.
|
||||
|
||||
struct ChangeLog: View {
|
||||
var body: some View {
|
||||
List {
|
||||
Section(header: Text("2023")) {
|
||||
NavigationLink("June", destination: June2023())
|
||||
}
|
||||
Section(header: Text("2022")) {
|
||||
NavigationLink("September", destination: September2022())
|
||||
NavigationLink("July", destination: July2022())
|
||||
NavigationLink("June", destination: June2022())
|
||||
NavigationLink("May", destination: May2022())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue