remove nip05 login, use nostrconnect instead

This commit is contained in:
Jon Staab
2024-11-12 13:27:19 -08:00
parent 1b15767a17
commit d5412811b2
13 changed files with 1263 additions and 157 deletions
+1 -2
View File
@@ -4,7 +4,6 @@
import {deriveEvents} from "@welshman/store"
import {feedFromFilter} from "@welshman/feeds"
import {NOTE, getAncestorTags} from "@welshman/util"
import type {TrustedEvent} from "@welshman/util"
import {repository, createFeedController} from "@welshman/app"
import {createScroller} from "@lib/html"
import Spinner from "@lib/components/Spinner.svelte"
@@ -24,7 +23,7 @@
element,
delay: 300,
threshold: 3000,
onScroll: () => ctrl.load(5)
onScroll: () => ctrl.load(5),
})
return () => scroller.stop()