Add relay updates

This commit is contained in:
Jon Staab
2024-10-03 12:21:03 -07:00
parent 73a9b46f91
commit d63b556b24
3 changed files with 92 additions and 15 deletions
+1 -3
View File
@@ -8,10 +8,8 @@
import RelayItem from "@app/components/RelayItem.svelte"
import {discoverRelays} from "@app/state"
export let mode: string
export let relays: Readable<string[]>
const addRelay = (url: string) => null
export let addRelay: (url: string) => void
let term = ""
let limit = 20