From bcbb6b54d1d0ee56a0f8cc0c9f275c7963dc14f6 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Fri, 13 Jun 2014 10:33:30 -0300 Subject: [PATCH] Add user comment to transaction propossal --- css/main.css | 8 +++++ index.html | 22 +++++++++++++- js/controllers/send.js | 9 +++--- js/models/core/PublicKeyRing.js | 2 +- js/models/core/TxProposals.js | 1 + js/models/core/Wallet.js | 11 +++++-- test/test.Wallet.js | 53 ++++++++++++++++++++++++++++++--- util/find_m_n.js | 2 +- 8 files changed, 93 insertions(+), 15 deletions(-) diff --git a/css/main.css b/css/main.css index b29cbe070..c3b5cbdaf 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; diff --git a/index.html b/index.html index c369e0920..0a13cac95 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@ src="./img/satoshi.gif" />
- {{c.nick || 'NN'}} + {{c.nick}}
@@ -455,6 +455,9 @@
+
+ "{{tx.comment}}" - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
@@ -664,6 +667,23 @@
+ +
+
+
+ +
+ +
+
+
+
+