From c008426767f30d813038bf42d180e4900aa60b5d Mon Sep 17 00:00:00 2001 From: Andre Neves Date: Thu, 26 Aug 2021 22:57:36 -0400 Subject: [PATCH] feature: UI for success page hotfix: change css for domain module to handle responsiveness better --- grab.html | 68 +++++++++++++++++++++++++++++++++++++++-- index.html | 33 ++++++++++---------- static/style.css | 78 +++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 157 insertions(+), 22 deletions(-) diff --git a/grab.html b/grab.html index 4a9def2..6f975f9 100644 --- a/grab.html +++ b/grab.html @@ -1,16 +1,78 @@ - Satdress - Name Saved + Lightning Address Saved | Satdress + + + + + + + + + + + +
- name saved! this is your secret pin key for this name: {{ pin }} - this is the test invoice we've generated: {{ invoice }} +
Success!
+
+
+ username@domain.com is your new Lightning Address! +
+
+ In order to edit the configuration of this address in the future you must save this secret pin: +
+
+ {{ pin }} +
+ +
+
+ To ensure the connection with your Lightning backend is configured properly, we've created a test invoice that can be seen below. +
+
+ If you do not see an invoice QR code below, something in your setup was incorrect. +
+
+ {{ invoice }} +
+
+