From 0ed427070abd2425269b6aa14a5f5317819e2862 Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 3 Dec 2015 15:07:38 -0300 Subject: [PATCH] ui tx proposal pending --- public/img/icon-proposal.svg | 20 ++++++++++ public/views/includes/transaction.html | 55 +++++++++++++------------- src/css/main.css | 8 +++- 3 files changed, 54 insertions(+), 29 deletions(-) create mode 100644 public/img/icon-proposal.svg diff --git a/public/img/icon-proposal.svg b/public/img/icon-proposal.svg new file mode 100644 index 000000000..63e90d1b8 --- /dev/null +++ b/public/img/icon-proposal.svg @@ -0,0 +1,20 @@ + + + + Oval 145 Copy 5 + send + Created with Sketch. + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index 24093e465..4b3fa3fcb 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -1,37 +1,36 @@
-
- -   -
-
-
- Send {{tx.amountStr}} - -
-
- - Recipients: - {{tx.recipientCount}} +
+
+ + sync +
+
+ + {{index.addressbook[tx.toAddress]}} + + {{tx.message}} - - To: - - {{tx.merchant.domain}} - {{tx.merchant.domain}} - - - {{index.addressbook[tx.toAddress] || tx.toAddress}} - + + Sending -
-
- {{tx.message}} -
+ + + {{tx.merchant.domain}} + {{tx.merchant.domain}} + +
-
-
+
+ + - {{tx.amountStr}} + +
+ +
+
+
diff --git a/src/css/main.css b/src/css/main.css index b91d4365c..8c6d02f7f 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -342,6 +342,12 @@ ul.tx-copayers { text-align: center; } +.icon-circle-active { + position: absolute; + bottom: 2px; + right: 2px; +} + .icon-sign { padding: 0.2rem 0.3rem; border-radius: 100%; @@ -1422,7 +1428,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { } .spinner > div { - background-color: #fff; + background-color: #8597A7; height: 100%; width: 2px; display: inline-block;