add a dialog with payment details for each payment.

for outgoing payments this needs a preimage to be good,
but we don't have it yet because we don't get it from
backends.
This commit is contained in:
fiatjaf
2020-09-02 19:19:19 -03:00
parent 197af922d0
commit ce28db76c9
5 changed files with 172 additions and 105 deletions
+9
View File
@@ -66,3 +66,12 @@ a.inherit {
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale; }
.text-wrap {
word-wrap: break-word;
word-break: break-all;
}
.mono {
font-family: monospace;
}