diff --git a/public/img/icon-moved.svg b/public/img/icon-moved.svg new file mode 100644 index 000000000..96b2b78e7 --- /dev/null +++ b/public/img/icon-moved.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 7 + retweet + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file 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/img/icon-receive.svg b/public/img/icon-receive.svg new file mode 100644 index 000000000..caa28e347 --- /dev/null +++ b/public/img/icon-receive.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 5 + downloadbox + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/icon-sent.svg b/public/img/icon-sent.svg new file mode 100644 index 000000000..cfb0426e5 --- /dev/null +++ b/public/img/icon-sent.svg @@ -0,0 +1,22 @@ + + + + Oval 145 Copy 7 + send copy + 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/public/views/walletHome.html b/public/views/walletHome.html index 295234259..c7cd7de3c 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -176,26 +176,18 @@
+ + No transactions yet +

Could not fetch transaction history

- - No transactions yet -
-
-
- sync -
-
- Initial transaction history synchronization can take some minutes for wallets with many transactions. - Please stand by. -
-
+
@@ -205,9 +197,10 @@
-
- {{index.txProgress}}
- Transactions Downloaded +
+ {{index.txProgress}} + Transactions Downloaded
+ Wait some minutes...
@@ -216,15 +209,29 @@
-
- Received - Sent - Moved - Invalid +
+
+ sync + sync + sync +
+
+ Received + + {{index.addressbook[btx.addressTo]}} + + {{btx.message}} + + + Sent + + + Moved + Invalid +
-
+
+ - @@ -235,9 +242,7 @@ {{btx.amountStr}} -
-
-
+
@@ -245,15 +250,9 @@
-
+
-
-
{{btx.message}}
-
- To: {{index.addressbook[btx.addressTo] || btx.addressTo}} -
-
diff --git a/src/css/main.css b/src/css/main.css index e0cd00855..a2f714b74 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -330,7 +330,7 @@ ul.tx-copayers { .last-transactions-content { background: #fff; - padding: 1.5rem 1rem; + padding: 0.8rem 1rem; cursor:pointer; border-bottom: 1px solid #E4E8EC; } @@ -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%; @@ -1421,6 +1427,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus { vertical-align: middle; } +.walletHome .spinner > div { + background-color: #8597A7; +} + .spinner > div { background-color: #fff; height: 100%;