Realized that I didn't actually need to move everything out into a view model. Well oh well im sure it will come in handy eventually
This commit is contained in:
@@ -34,9 +34,6 @@ struct InnerTimelineView: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.refreshable {
|
||||
print("Hello World")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,6 +57,9 @@ struct InnerTimelineRedactedView: View {
|
||||
}
|
||||
|
||||
struct TimelineView: View {
|
||||
|
||||
@EnvironmentObject var viewModel: DamusViewModel
|
||||
|
||||
@Binding var events: [NostrEvent]
|
||||
@Binding var loading: Bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user