diff --git a/src/components/MultinutPicker.vue b/src/components/MultinutPicker.vue new file mode 100644 index 00000000..3c6887cf --- /dev/null +++ b/src/components/MultinutPicker.vue @@ -0,0 +1,146 @@ + + + + + + + + + Mutlinut payment + + + Select one or multiple mints to execute a payment from. + + + + + + + + + + + + + + + + + {{ mint.nickname || mint.url }} + + + + + + + + + + + + + Total Selected Balance + + + {{ formatCurrency(totalSelectedBalance, activeUnit) }} + + + + + + + + + + + diff --git a/src/components/PayInvoiceDialog.vue b/src/components/PayInvoiceDialog.vue index 96420a18..1eb92e19 100644 --- a/src/components/PayInvoiceDialog.vue +++ b/src/components/PayInvoiceDialog.vue @@ -64,6 +64,9 @@