From 8394e56f5dc1465655d63eb6326b049b490913d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 16 Oct 2024 15:52:13 +0200 Subject: [PATCH] rc5 2 --- templates/withdraw/display.html | 8 ++--- templates/withdraw/index.html | 54 ++++++++++++++++++--------------- views.py | 6 ++-- views_lnurl.py | 2 +- 4 files changed, 36 insertions(+), 34 deletions(-) diff --git a/templates/withdraw/display.html b/templates/withdraw/display.html index e345ed4..34ae1ac 100644 --- a/templates/withdraw/display.html +++ b/templates/withdraw/display.html @@ -8,11 +8,9 @@ Withdraw is spent. {% endif %} - - - +
diff --git a/templates/withdraw/index.html b/templates/withdraw/index.html index 9e34ed0..d28b104 100644 --- a/templates/withdraw/index.html +++ b/templates/withdraw/index.html @@ -38,14 +38,16 @@ v-model:pagination="withdrawLinksTable.pagination" @request="getWithdrawLinks" > - {% raw %} @@ -114,17 +116,22 @@ color="pink" > - - {{ col.value }} + - Webhook to {{ props.row.webhook_url}} + Webhook to - {% endraw %} @@ -408,32 +415,29 @@ - - - {% raw %} - +

- ID: {{ qrCodeDialog.data.id }}
- Unique: {{ qrCodeDialog.data.is_unique }} + ID:
+ Unique: + + (QR code will change after each withdrawal)
- Max. withdrawable: {{ - qrCodeDialog.data.max_withdrawable }} sat
- Wait time: {{ qrCodeDialog.data.wait_time }} seconds
- Withdraws: {{ qrCodeDialog.data.used }} / {{ - qrCodeDialog.data.uses }} + Max. withdrawable: + sat
+ Wait time: + seconds
+ Withdraws: + / +

- {% endraw %}