From 3f628026ae618a34813da8c15f19747fe2ecc4a6 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Thu, 13 Oct 2022 00:28:59 +0200 Subject: [PATCH] ui: Stepper --- basicswap/templates/offer_confirm.html | 38 +++++++++++++++++++++++ basicswap/templates/offer_new_1.html | 42 +++++++++++++++++++++++++- basicswap/templates/offer_new_2.html | 38 +++++++++++++++++++++++ 3 files changed, 117 insertions(+), 1 deletion(-) diff --git a/basicswap/templates/offer_confirm.html b/basicswap/templates/offer_confirm.html index e16aeab..53cc69e 100644 --- a/basicswap/templates/offer_confirm.html +++ b/basicswap/templates/offer_confirm.html @@ -121,6 +121,44 @@ {% endfor %} +
+
+
+
+
+ + + + +
+
Step 1
+
+
+
+
+ + + + + +
+
Step 2
+
+
+
+
+ + + + + +
+
Confirm
+
+
+
+
+
diff --git a/basicswap/templates/offer_new_1.html b/basicswap/templates/offer_new_1.html index a2b7856..c9a64b6 100644 --- a/basicswap/templates/offer_new_1.html +++ b/basicswap/templates/offer_new_1.html @@ -83,6 +83,8 @@ {% for m in err_messages %} + +
@@ -115,8 +117,46 @@ {% endfor %} +
+
+
+
+
+ + + + +
+
Step 1
+
+
+
+
+ + + + + +
+
Step 2
+
+
+
+
+ + + + + +
+
Confirm
+
+
+
+
+ -
+
diff --git a/basicswap/templates/offer_new_2.html b/basicswap/templates/offer_new_2.html index 616abef..b6b9acc 100644 --- a/basicswap/templates/offer_new_2.html +++ b/basicswap/templates/offer_new_2.html @@ -116,6 +116,44 @@ {% endfor %} +
+
+
+
+
+ + + + +
+
Step 1
+
+
+
+
+ + + + + +
+
Step 2
+
+
+
+
+ + + + + +
+
Confirm
+
+
+
+
+