From 3bd425329219c8e40200c46b0d32547df6da74cf Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 7 Jul 2022 14:35:17 +0300 Subject: [PATCH] feat: use bootstrap tables for the layout (not fixed px values) --- .../satspay/templates/satspay/display.html | 424 +++++++++--------- 1 file changed, 217 insertions(+), 207 deletions(-) diff --git a/lnbits/extensions/satspay/templates/satspay/display.html b/lnbits/extensions/satspay/templates/satspay/display.html index 4e1df2c09..e840431be 100644 --- a/lnbits/extensions/satspay/templates/satspay/display.html +++ b/lnbits/extensions/satspay/templates/satspay/display.html @@ -1,233 +1,238 @@ {% extends "public.html" %} {% block page %} -
- -
-
-
- -
-
-
-
-
Time elapsed
-
-
-
Charge paid
-
-
- - - - Awaiting payment... - - {% raw %} {{ newTimeLeft }} {% endraw %} - - - -
-
-
-
-
Charge Id:
-
- +
+
+
+ +
+
+
+ +
+
+
+
+
Time elapsed
+
+
+
Charge paid
+
+
+ + + + Awaiting payment... + + {% raw %} {{ newTimeLeft }} {% endraw %} + + +
-
-
Total to pay:
-
- sats +
+
+
Charge Id:
+
+ +
-
-
-
Amount paid:
-
- sats +
+
Total to pay:
+
+ sats +
-
-
-
Amount due:
-
- sats +
+
Amount paid:
+
+ sats +
-
-
- -
-
-
- - - bitcoin lightning payment method not available - - - - pay with lightning - -
-
- - - bitcoin onchain payment method not available - - - - pay onchain - +
+
Amount due:
+
+ sats + none +
+
+
+
+ + + bitcoin lightning payment method not available + + + + pay with lightning + +
+
+ + + bitcoin onchain payment method not available + + + + pay onchain + +
+
+ +
-
- - -
-
- -
-
- - -
-
- Pay this lightning-network invoice: -
- - - - - - -
+ + +
+
+ +
+
+ Copy invoice +
+
+ Pay this lightning-network invoice: +
+ + + + + + +
+ Copy invoice +
-
- - - - -
-
- -
-
- - -
-
- Send - - sats to this onchain address - - - - - - -
+ + + + +
+
+ +
+
+ Copy address +
+
+ Send + + sats to this onchain address + + + + + + +
+ Copy address +
-
- + + - +
+
{% endblock %} {% block scripts %}