diff --git a/lnbits/extensions/satspay/templates/satspay/index.html b/lnbits/extensions/satspay/templates/satspay/index.html index 1dc6da2de..3a02b0fc2 100644 --- a/lnbits/extensions/satspay/templates/satspay/index.html +++ b/lnbits/extensions/satspay/templates/satspay/index.html @@ -4,10 +4,13 @@
-{% raw %} - New charge + {% raw %} + New charge + @@ -19,15 +22,20 @@
- - - - Export to CSV - + + + + Export to CSV
+ {% endraw %} - - - - - - - - - -
-
- LNbits satspay Extension -
+
LNbits satspay Extension
- - {% include "satspay/_api_docs.html" %} - + {% include "satspay/_api_docs.html" %}
- + - + > + > + + filled + dense + v-model.trim="formDialogCharge.data.webhook" + type="url" + label="Webhook (URL to send transaction data to once paid)" + > + - - + + + +
- -
-
- - - Watch-Only extension MUST be activated and have a wallet - - - -
+ +
+
+ + + Watch-Only extension MUST be activated and have a wallet + + +
-
- -
+ +
+
+ +
- -
- - - -
-
-
+ v-if="formDialogCharge.data.lnbits" + filled + dense + emit-value + v-model="formDialogCharge.data.lnbitswallet" + :options="g.user.walletOptions" + label="Wallet *" + > +
- -
{% endblock %} {% block scripts %} {{ window_vars(user) }} - + diff --git a/lnbits/extensions/watchonly/templates/watchonly/index.html b/lnbits/extensions/watchonly/templates/watchonly/index.html index 780707d0b..904fbff26 100644 --- a/lnbits/extensions/watchonly/templates/watchonly/index.html +++ b/lnbits/extensions/watchonly/templates/watchonly/index.html @@ -5,24 +5,23 @@ {% raw %} - New wallet + New wallet +
- - Point to another Mempool - + Point to another Mempool {{ this.mempool.endpoint }} - - +
- set + set cancel
-
-
@@ -34,20 +33,37 @@
Wallets
- + -
- + @@ -87,15 +111,11 @@
-
- LNbits Watch Only Extension -
+
LNbits Watch Only Extension
- - {% include "watchonly/_api_docs.html" %} - + {% include "watchonly/_api_docs.html" %}
@@ -103,16 +123,36 @@ - + - +
- Create Watch-only Wallet - Cancel + formDialog.data.title == null" + type="submit" + >Create Watch-only Wallet + Cancel
@@ -123,50 +163,69 @@ {% raw %}
Addresses

-

Current: +

+ Current: {{ currentaddress }} - - +

- + -

- - +

+ {{ data.address }} - + -

- Get fresh address + Get fresh address Close
{% endraw %} - {% endblock %} {% block scripts %} {{ window_vars(user) }} - + -{% endblock %} \ No newline at end of file +{% endblock %}