eose loading spinners
Changelog-Added: Add [NIP-15](https://github.com/nostr-protocol/nips/blob/master/15.md) loading spinners Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -85,7 +85,7 @@ struct ContentView: View {
|
||||
var PostingTimelineView: some View {
|
||||
ZStack {
|
||||
if let damus = self.damus_state {
|
||||
TimelineView(events: $home.events, damus: damus)
|
||||
TimelineView(events: $home.events, loading: $home.loading, damus: damus)
|
||||
}
|
||||
if privkey != nil {
|
||||
PostButtonContainer {
|
||||
@@ -114,7 +114,7 @@ struct ContentView: View {
|
||||
PostingTimelineView
|
||||
|
||||
case .notifications:
|
||||
TimelineView(events: $home.notifications, damus: damus)
|
||||
TimelineView(events: $home.notifications, loading: $home.loading, damus: damus)
|
||||
.navigationTitle("Notifications")
|
||||
|
||||
case .none:
|
||||
|
||||
Reference in New Issue
Block a user