diff --git a/package.json b/package.json index a9c1e20e..7900be8f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tauri:info": "tauri info", "tauri:icons": "tauri icon assets/logo.png --output src-tauri/icons", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", - "check:watch": "./check.sh", + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check src && eslint src", "format": "git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte|css)$' | xargs -r prettier --write", "format:all": "prettier --write src", diff --git a/src/app/components/ProfileEdit.svelte b/src/app/components/ProfileEdit.svelte index 9979f9bb..67847d04 100644 --- a/src/app/components/ProfileEdit.svelte +++ b/src/app/components/ProfileEdit.svelte @@ -1,10 +1,12 @@ @@ -30,6 +54,9 @@ Go Back - + {/snippet} diff --git a/src/app/components/WalletAsReceivingAddress.svelte b/src/app/components/WalletAsReceivingAddress.svelte index 4155ea33..e85e65c2 100644 --- a/src/app/components/WalletAsReceivingAddress.svelte +++ b/src/app/components/WalletAsReceivingAddress.svelte @@ -1,5 +1,8 @@ @@ -61,7 +70,7 @@ placeholder="user@domain.com" bind:value={address} class="input input-bordered flex w-full" - disabled={isLoading} /> + disabled={loading} />

You can enter one manually or use your connected wallet's address (if available). Leave empty to remove your lightning address @@ -78,7 +87,7 @@

{walletLud16}

- @@ -87,9 +96,9 @@ - - +