diff --git a/README.md b/README.md index 8c8260121..f1cdffa5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Stories in Ready](https://badge.waffle.io/bitpay/copay.png?label=ready&title=Ready)](https://waffle.io/bitpay/copay) # Copay [![Build Status](https://secure.travis-ci.org/bitpay/copay.png)](http://travis-ci.org/bitpay/copay) [![Coverage Status](https://coveralls.io/repos/bitpay/copay/badge.png?branch=)](https://coveralls.io/r/bitpay/copay?branch=) diff --git a/bower.json b/bower.json index 651b4e14d..8004861c5 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "sjcl": "1.0.0", "file-saver": "*", "qrcode-decoder-js": "*", - "bitcore": "~0.1.24", + "bitcore": "0.1.24", "angular-moment": "~0.7.1", "socket.io-client": ">=1.0.0", "mousetrap": "1.4.6" diff --git a/css/main.css b/css/main.css index b29cbe070..f2ff8044c 100644 --- a/css/main.css +++ b/css/main.css @@ -422,6 +422,14 @@ hr { margin: 2.25rem 0;} background: #C0392B; } +.box-note { + text-align: center; + clear: both; + font-style: italic; + color: gray; + margin-bottom: 10px; +} + .box-signin { padding: 20px 40px; border: 1px solid #eee; @@ -478,6 +486,32 @@ a.loading { vertical-align:middle } +@-webkit-keyframes yellow-flash { + 0% { + background-color: #FFFFE0; + opacity:1; + } + 22% { + background-color: #FFFFE0; + } + 100% { + background-color: none; + } +} + +.highlight{ + -webkit-animation-name: yellow-flash; + -webkit-animation-duration: 400ms; + -webkit-animation-iteration-count: 1; + -webkit-animation-timing-function: linear; + -moz-animation-name: yellow-flash; + -moz-animation-duration: 400ms; + -moz-animation-iteration-count: 1; + -moz-animation-timing-function: linear; +} + + + /* notifications */ .dr-notification-container { diff --git a/failsearch.sh b/failsearch.sh old mode 100644 new mode 100755 diff --git a/index.html b/index.html index 8d286503e..aeb16d94b 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@ src="./img/satoshi.gif" />
- {{c.nick || 'NN'}} + {{c.nick}}
@@ -230,7 +230,7 @@

Join a Wallet in Creation

- +
@@ -316,7 +316,7 @@
@@ -399,7 +399,7 @@ Show less -
+

@@ -411,7 +411,8 @@ - + + {{selectedAddr.address}}
{{selectedAddr.balance || 0}}
@@ -455,6 +456,9 @@

+
+ "{{tx.comment}}" - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
@@ -665,6 +669,23 @@
+ +
+
+
+ +
+ +
+
+
+
+