feat: move wallet.html to vue component. FINAL DynamicComponent pr (#3559)

This commit is contained in:
dni ⚡
2025-11-25 11:45:53 +01:00
committed by GitHub
parent 0c6e8394c8
commit 33e2fc2ea8
19 changed files with 928 additions and 1128 deletions
@@ -128,7 +128,7 @@
@change="updateWallet({currency: g.wallet.currency})"
type="text"
:disable="g.fiatTracking"
:options="currencies"
:options="g.allowedCurrencies"
:label="$t('currency_settings')"
></q-select>
</div>