Merge branch 'master' into improve-wallet-selector

This commit is contained in:
Suhail Saqan
2022-12-30 01:41:05 -06:00
committed by GitHub
17 changed files with 310 additions and 88 deletions

View File

@@ -13,7 +13,10 @@ var BOOTSTRAP_RELAYS = [
"wss://relay.damus.io",
"wss://nostr-relay.wlvs.space",
"wss://nostr.fmt.wiz.biz",
"wss://relay.nostr.bg",
"wss://nostr.oxtr.dev",
"wss://nostr.v0l.io",
"wss://nostr-2.zebedee.cloud",
]
struct TimestampedProfile {
@@ -229,7 +232,7 @@ struct ContentView: View {
}
TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline)
.padding()
.padding([.bottom], 8)
}
.onAppear() {
self.connect()