From b163d30a0e9fc99ed48c648269372d5ac7a6905a Mon Sep 17 00:00:00 2001 From: archipelago Date: Fri, 24 Jul 2026 06:34:56 -0400 Subject: [PATCH] =?UTF-8?q?feat(wallet):=20send=20success=20screen=20?= =?UTF-8?q?=E2=80=94=20burst=20animation=20+=20copyable=20payment=20hash?= =?UTF-8?q?=20/=20txid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A settled payment now takes over the modal: animated check with radiating rings (emerald + one Archipelago-orange), the amount large, method label, then copyable payment hash (lightning) / transaction ID (on-chain) and a settling note, with Send-another / Done. Replaces the old alert-line at the bottom of the form. Reduced-motion honored. Co-Authored-By: Claude Fable 5 --- neode-ui/src/components/SendBitcoinModal.vue | 170 ++++++++++++++++--- 1 file changed, 146 insertions(+), 24 deletions(-) diff --git a/neode-ui/src/components/SendBitcoinModal.vue b/neode-ui/src/components/SendBitcoinModal.vue index 76d594c7..c1474628 100644 --- a/neode-ui/src/components/SendBitcoinModal.vue +++ b/neode-ui/src/components/SendBitcoinModal.vue @@ -1,7 +1,58 @@