From bfd8bc5b9aa14dea3014c245ffbf309ee685d67e Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 22 Jul 2026 20:02:35 -0400 Subject: [PATCH] fix(wallet): channel funding-tx link uses the explorer flow + consent modal above nested modals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Channels panel's 'Funding tx in Mempool' link still hardcoded the local app (missed in the explorer rollout): now it routes like every other tx link — local Mempool when running, else the saved external explorer, with the first-time consent modal setting it up and then opening the tx. The consent modal moves to z-3600 so it renders above the Wallet Settings modal that can trigger it. Co-Authored-By: Claude Fable 5 --- neode-ui/src/components/ExternalExplorerModal.vue | 4 ++++ neode-ui/src/components/LightningChannelsPanel.vue | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/neode-ui/src/components/ExternalExplorerModal.vue b/neode-ui/src/components/ExternalExplorerModal.vue index 00542a44..59af1d7c 100644 --- a/neode-ui/src/components/ExternalExplorerModal.vue +++ b/neode-ui/src/components/ExternalExplorerModal.vue @@ -1,8 +1,12 @@