From 41fcf69dd616019b863a0f2c0d1c8eadf9f8a435 Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Mon, 22 Dec 2025 21:26:38 +0000 Subject: [PATCH] fix: wallet selector displays name instead of ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add map-options to wallet q-select components so Quasar maps the stored value back to the option label for display. Fixes #66 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- templates/boltz/_autoReverseSwapDialog.html | 1 + templates/boltz/_reverseSubmarineSwapDialog.html | 1 + templates/boltz/_submarineSwapDialog.html | 1 + 3 files changed, 3 insertions(+) diff --git a/templates/boltz/_autoReverseSwapDialog.html b/templates/boltz/_autoReverseSwapDialog.html index 8cda056..ca06106 100644 --- a/templates/boltz/_autoReverseSwapDialog.html +++ b/templates/boltz/_autoReverseSwapDialog.html @@ -10,6 +10,7 @@ filled dense emit-value + map-options v-model="autoReverseSubmarineSwapDialog.data.wallet" :options="g.user.walletOptions" label="Wallet *" diff --git a/templates/boltz/_reverseSubmarineSwapDialog.html b/templates/boltz/_reverseSubmarineSwapDialog.html index af7d3f3..fd455b1 100644 --- a/templates/boltz/_reverseSubmarineSwapDialog.html +++ b/templates/boltz/_reverseSubmarineSwapDialog.html @@ -10,6 +10,7 @@ filled dense emit-value + map-options v-model="reverseSubmarineSwapDialog.data.wallet" :options="g.user.walletOptions" label="Wallet *" diff --git a/templates/boltz/_submarineSwapDialog.html b/templates/boltz/_submarineSwapDialog.html index 4d6cc6e..29cd336 100644 --- a/templates/boltz/_submarineSwapDialog.html +++ b/templates/boltz/_submarineSwapDialog.html @@ -10,6 +10,7 @@ filled dense emit-value + map-options v-model="submarineSwapDialog.data.wallet" :options="g.user.walletOptions" label="Wallet *"