Skip to content

Commit

Permalink
parent 5e1b97d
Browse files Browse the repository at this point in the history
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692878 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692870 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692723 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692627 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692614 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692606 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692496 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692189 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692177 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700692083 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700691148 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700691073 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700691017 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700690975 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700690946 -0500

parent 5e1b97d
author benalleng <benalleng@gmail.com> 1696125353 -0400
committer benalleng <benalleng@gmail.com> 1700690904 -0500

feat: Add payjoin sends

Fix typos

include nwc string in url callback

Use capacitor for all vibrations

Enable auto-pay for new mutiny+ subscriptions

Remove signet release every commit

Fix activity items with no fees

make sure we've loaded data before showing details

fix emergency kit urls

update deps

Revert 9186986

new mlkit barcode scanner

restore index.html with camera fixed

Hide lightning swap button if on-chain balance is only force closes

add ios support

ios overscroll fixed

ask browser for storage persistence

fix spacing for fiat amounts

Min channel size to 100k

hide preimage when not paid

update errors list

show pending info when payment timed out

don't initialize wasm twice

Add iOS instructions

Playwright CI improvements

delete keychain before creating

only submit follow "pubkeys" that are pubkeys

bump ios build version

show toast if can't open nostr client

fix medium-sized ln address strings

remove solid-start and use solid router / meta instead

test all routes, test send + receive

Free gifting on thanksgiving

check for subscribed on startup

handle scan of plus url

hide gift link ios

add ios banner on mobile safari

Bump to v0.4.36

use password for lock checking

don't create ios releases on v tags
  • Loading branch information
benalleng committed Nov 22, 2023
1 parent 19a2e43 commit 0d13499
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 98 deletions.
170 changes: 97 additions & 73 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/logic/waila.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import { Result } from "~/utils";
await initWaila();

export type ParsedParams = {
original: string;
address?: string;
payjoin_enabled?: boolean;
invoice?: string;
amount_sats?: bigint;
network?: string;
Expand Down Expand Up @@ -49,7 +51,9 @@ export function toParsedParams(
return {
ok: true,
value: {
original: str,
address: params.address,
payjoin_enabled: params.payjoin_supported,
invoice: params.invoice,
amount_sats: params.amount_sats,
network,
Expand Down
Loading

0 comments on commit 0d13499

Please sign in to comment.