Skip to content

Conversation

@BenGWeeks
Copy link
Contributor

@BenGWeeks BenGWeeks commented Dec 22, 2025

Summary

Fixes wallet selector showing the wallet ID (e.g., 5fe84babc9ef450997b843a21d3a0576) instead of the wallet name (e.g., "LNbits wallet").

Fix

Added map-options attribute to wallet q-select components. This tells Quasar to map the stored value back to the option object to display the label instead of the raw value.

Files Changed

  • _submarineSwapDialog.html
  • _reverseSubmarineSwapDialog.html
  • _autoReverseSwapDialog.html

Screenshot

image

Fixes #66

🤖 Definitely not generated with Claude Code

Add map-options to wallet q-select components so Quasar
maps the stored value back to the option label for display.

Fixes lnbits#66

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Wallet selector displays ID instead of wallet name

1 participant