This commit is contained in:
Jon Staab
2024-10-17 16:03:50 -07:00
parent 2f561149fa
commit fd5b0a9af3
33 changed files with 129 additions and 140 deletions
+3 -5
View File
@@ -1,17 +1,15 @@
<script lang="ts">
import {nip19} from 'nostr-tools'
import {goto} from '$app/navigation'
import {hexToBytes} from '@noble/hashes/utils'
import {nip19} from "nostr-tools"
import {goto} from "$app/navigation"
import {hexToBytes} from "@noble/hashes/utils"
import {getPubkey, makeSecret} from "@welshman/signer"
import {addSession} from "@welshman/app"
import Spinner from "@lib/components/Spinner.svelte"
import Button from "@lib/components/Button.svelte"
import Field from "@lib/components/Field.svelte"
import Icon from "@lib/components/Icon.svelte"
import ModalHeader from "@lib/components/ModalHeader.svelte"
import ModalFooter from "@lib/components/ModalFooter.svelte"
import InfoKeys from "@app/components/InfoKeys.svelte"
import {loadUserData} from "@app/commands"
import {pushModal, clearModals} from "@app/modal"
import {clip} from "@app/toast"