summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-01-23 11:27:07 -0300
committerSebastian <sebasjm@gmail.com>2023-01-23 11:27:07 -0300
commit0d06da3d268b1d0f2864797d1aab2e6fa9bc1eeb (patch)
tree2d33d7f371efcf060c6fa2a2cc5fee332d3c21b0 /backend
parentcab8eefb9b00bd48950372df195b9c862ff24079 (diff)
downloadwallet-core-0d06da3d268b1d0f2864797d1aab2e6fa9bc1eeb.tar.gz
wallet-core-0d06da3d268b1d0f2864797d1aab2e6fa9bc1eeb.tar.bz2
wallet-core-0d06da3d268b1d0f2864797d1aab2e6fa9bc1eeb.zip
built from 86e1cb5b06c4b5e2080a18fce6dca2fb00b09f14
Diffstat (limited to 'backend')
-rw-r--r--backend/deleted_tip.en.html (renamed from backend/DepletedTip.html)8
-rw-r--r--backend/offer_refund.en.html (renamed from backend/OfferRefund.html)122
-rw-r--r--backend/offer_tip.en.html (renamed from backend/OfferTip.html)0
-rw-r--r--backend/request_payment.en.html (renamed from backend/RequestPayment.html)0
-rw-r--r--backend/show_order_details.en.html (renamed from backend/ShowOrderDetails.html)0
5 files changed, 65 insertions, 65 deletions
diff --git a/backend/DepletedTip.html b/backend/deleted_tip.en.html
index 943ceb26c..f0349ac58 100644
--- a/backend/DepletedTip.html
+++ b/backend/deleted_tip.en.html
@@ -1289,7 +1289,7 @@ body {
function Head() {
return h$2("title", null, "Status of your tip");
}
- function DepletedTip() {
+ function DeletedTip() {
return (h$2(Page, null,
h$2("section", null,
h$2("h1", null, "Tip already collected"),
@@ -1298,7 +1298,7 @@ body {
}
function mount() {
try {
- P$1(h$2(DepletedTip, null), document.body);
+ P$1(h$2(DeletedTip, null), document.body);
}
catch (e) {
console.error("got error", e);
@@ -1310,11 +1310,11 @@ body {
function buildTimeRendering() {
return {
head: S(h$2(Head, null)),
- body: S(h$2(DepletedTip, null)),
+ body: S(h$2(DeletedTip, null)),
};
}
- exports.DepletedTip = DepletedTip;
+ exports.DeletedTip = DeletedTip;
exports.buildTimeRendering = buildTimeRendering;
exports.mount = mount;
diff --git a/backend/OfferRefund.html b/backend/offer_refund.en.html
index 19253e13f..447e761f6 100644
--- a/backend/OfferRefund.html
+++ b/backend/offer_refund.en.html
@@ -7,6 +7,66 @@
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
+ https://github.com/pure-ss/pure/blob/master/LICENSE.md
+*/
+/*!
+ normalize.cs v | MIT License | git.io/normalize
+ Copyright (c) Nicolas Gallagher and Jonathan Neal
+*/
+/*! normalize.ss v8.0.1 | MIT License | github.com/necolas/normalize.cs */
+
+.talerbar {
+ text-align: center;
+}
+.tt {
+ font-family: "Lucida Console", Monaco, monospace;
+}
+.content {
+ overflow-x: auto;
+ padding-left: 15%;
+ padding-right: 15%;
+}
+.qr {
+ margin: auto;
+ text-align: center;
+}
+.qrtext {
+ width: max-content;
+ margin: auto;
+ transition: font-size 0.2s;
+ font-family: "Lucida Console", Monaco, monospace;
+ font-size: 0.5em;
+}
+.qrtext:hover {
+ font-size: 1em;
+}
+.talerbar {
+ margin: 0;
+ bottom: 0;
+ background-color: #033;
+ color: white;
+ width: 100%;
+ padding: 1em;
+ overflow: auto;
+}
+body {
+ overflow-y: scroll;
+}
+@media (min-width: 500px) {
+ .content {
+ padding-bottom: 2em;
+ overflow-y: auto;
+ }
+}
+#main a:link,
+#main a:visited,
+#main a:hover,
+#main a:active {
+ color: black;
+}/*!
+ Pure v2.0.3
+ Copyright 2013 Yahoo!
+ Licensed under the BSD License.
https://github.com/pure-cs s/pure/blob/master/LICENSE.md
*/
/*!
@@ -976,67 +1036,7 @@ a.pure-button-selected {
.pure-table-horizontal tbody > tr:last-child > td {
border-bottom-width: 0;
}
-/*!
- Pure v2.0.3
- Copyright 2013 Yahoo!
- Licensed under the BSD License.
- https://github.com/pure-ss/pure/blob/master/LICENSE.md
-*/
-/*!
- normalize.cs v | MIT License | git.io/normalize
- Copyright (c) Nicolas Gallagher and Jonathan Neal
-*/
-/*! normalize.ss v8.0.1 | MIT License | github.com/necolas/normalize.cs */
-
-.talerbar {
- text-align: center;
-}
-.tt {
- font-family: "Lucida Console", Monaco, monospace;
-}
-.content {
- overflow-x: auto;
- padding-left: 15%;
- padding-right: 15%;
-}
-.qr {
- margin: auto;
- text-align: center;
-}
-.qrtext {
- width: max-content;
- margin: auto;
- transition: font-size 0.2s;
- font-family: "Lucida Console", Monaco, monospace;
- font-size: 0.5em;
-}
-.qrtext:hover {
- font-size: 1em;
-}
-.talerbar {
- margin: 0;
- bottom: 0;
- background-color: #033;
- color: white;
- width: 100%;
- padding: 1em;
- overflow: auto;
-}
-body {
- overflow-y: scroll;
-}
-@media (min-width: 500px) {
- .content {
- padding-bottom: 2em;
- overflow-y: auto;
- }
-}
-#main a:link,
-#main a:visited,
-#main a:hover,
-#main a:active {
- color: black;
-}.q1ma0zxq{margin:auto;text-align:center;width:340px;}
+.q1ma0zxq{margin:auto;text-align:center;width:340px;}
.fef0x5t{text-align:center;background-color:#033;color:white;padding:1em;overflow:auto;}.fef0x5t > p > a:link,.fef0x5t > p > a:visited,.fef0x5t > p > a:hover,.fef0x5t > p > a:active{color:white;}
.p1b3vqup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.p1b3vqup a:link,.p1b3vqup a:visited,.p1b3vqup a:hover,.p1b3vqup a:active{color:black;}.p1b3vqup section{text-align:center;width:600px;margin-bottom:auto;}.p1b3vqup section:not(:first-of-type){margin-top:2em;}.p1b3vqup > header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;text-align:center;}.p1b3vqup > footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;width:100%;margin-bottom:0px;}
.c1gnd3xp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
diff --git a/backend/OfferTip.html b/backend/offer_tip.en.html
index 7d38d95fa..7d38d95fa 100644
--- a/backend/OfferTip.html
+++ b/backend/offer_tip.en.html
diff --git a/backend/RequestPayment.html b/backend/request_payment.en.html
index 4fb3cebd1..4fb3cebd1 100644
--- a/backend/RequestPayment.html
+++ b/backend/request_payment.en.html
diff --git a/backend/ShowOrderDetails.html b/backend/show_order_details.en.html
index dafb2320c..dafb2320c 100644
--- a/backend/ShowOrderDetails.html
+++ b/backend/show_order_details.en.html