make list view default screen
rename homviewtwo tab to months remove top view on home view two
This commit is contained in:
@@ -47,12 +47,6 @@ struct HomeViewTwo: View {
|
||||
} else {
|
||||
ScrollView {
|
||||
ZStack {
|
||||
topView
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.frame(height: 250)
|
||||
.background(
|
||||
.blue
|
||||
)
|
||||
settingsButtonView
|
||||
}
|
||||
LazyVStack(spacing: 5, pinnedViews: [.sectionHeaders]) {
|
||||
|
||||
Reference in New Issue
Block a user