From f7125851784b9d48a3b9fed47db2d7700c9be5f0 Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Tue, 9 Jun 2026 11:29:18 +0530 Subject: [PATCH] fix: replace zap slider with common amount pills --- src/app/components/Zap.svelte | 57 ++++--------- src/app/components/ZapInvoice.svelte | 57 ++++--------- src/app/settings.ts | 4 + src/routes/settings/wallet/+page.svelte | 106 +++++++++++++++++++++++- 4 files changed, 142 insertions(+), 82 deletions(-) diff --git a/src/app/components/Zap.svelte b/src/app/components/Zap.svelte index 56aa79a2..90a3afb8 100644 --- a/src/app/components/Zap.svelte +++ b/src/app/components/Zap.svelte @@ -1,4 +1,6 @@ @@ -145,12 +119,15 @@ {/snippet} - +
+ {#each $zapAmounts as preset} + + {/each} +
+ {/each} +

Want to zap directly? + + + {/each} + + +

+ + +
+ -- 2.52.0