diff --git a/public/index.html b/public/index.html index 6522699c5..efb6bba99 100644 --- a/public/index.html +++ b/public/index.html @@ -35,7 +35,7 @@ }"> - + diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index 282e14a8f..67169ee12 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -9,7 +9,7 @@ ng-repeat="item in sidebar.wallets track by $index" ng-class="{'selected': item.id == index.walletId}" class="nav-item"> - +
diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 1a7f28d40..59908279f 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -3,21 +3,21 @@ ng-style="{'background-color': noColor ? '#4B6178' : index.backgroundColor}">
+ fast-click callback-fn="index.openMenu()"> + fast-click callback-fn="$root.go(goBackToState); goBackToState = null"> {{'Back'|translate}} + fast-click callback-fn="topbar.goHome(); index.setCompactTxHistory(); closeToHome = null"> {{'Close'|translate}}
- +
diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index 4b3fa3fcb..9c37a6534 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -1,6 +1,6 @@
+ fast-click callback-fn="home.openTxpModal(tx, index.copayers, !!index.glideraStatus)">
diff --git a/public/views/includes/tx-details.html b/public/views/includes/tx-details.html index 86315a5a2..701ddc54c 100644 --- a/public/views/includes/tx-details.html +++ b/public/views/includes/tx-details.html @@ -1,6 +1,6 @@
@@ -18,140 +18,142 @@ -
-
-
- sync -

Received

+
+
+
+
+ sync +

Received

+
+
+ sync +

Sent

+
+
+ sync +

Moved

+
+ +
+ +-{{index.showTx.amountStr}} +
+
+ + {{alternativeAmountStr}} + + + {{rateStr}} ({{rateDate | amDateFormat:'MM/DD/YYYY HH:mm a'}}) + +
-
- sync -

Sent

-
-
- sync -

Moved

+
+ - +
+
+ +

Details

+ +
    + +
  • + To + + + {{index.showTx.merchant.domain}} + {{index.showTx.merchant.domain}} + + + {{index.showTx.labelTo}} + + + +
  • + +
  • + Recipients + {{index.showTx.recipientCount}} + + + +
  • + +
    + +
  • + Note + {{index.showTx.message}} +
  • -
    - +-{{index.showTx.amountStr}} -
    -
    - - {{alternativeAmountStr}} +
  • + + This transaction has become invalid; possibly due to a double spend attempt. + +
  • + Date + + + + +
  • +
  • + Fee + {{index.showTx.feeStr}} +
  • +
  • + Note + {{index.showTx.message}} +
  • +
  • + Merchant message + + {{index.showTx.merchant.pr.pd.memo}} + +
  • +
  • + Confirmations + + + Unconfirmed - - {{rateStr}} ({{rateDate | amDateFormat:'MM/DD/YYYY HH:mm a'}}) + + {{index.showTx.confirmations}} -
  • -
-
- - -
-
- -

Details

- -
    - -
  • - To - - - {{index.showTx.merchant.domain}} - {{index.showTx.merchant.domain}} - - - {{index.showTx.labelTo}} - - - -
  • - -
  • - Recipients - {{index.showTx.recipientCount}} - - - -
  • - -
    -
    - -
  • - Note - {{index.showTx.message}} -
  • - -
  • - - This transaction has become invalid; possibly due to a double spend attempt. - -
  • - Date - - - - -
  • -
  • - Fee - {{index.showTx.feeStr}} -
  • -
  • - Note - {{index.showTx.message}} -
  • -
  • - Merchant message - - {{index.showTx.merchant.pr.pd.memo}} - -
  • -
  • - Confirmations - - - Unconfirmed - - - {{index.showTx.confirmations}} - - - {{index.showTx.safeConfirmed}} - - - -
  • -
- -
-

Participants

-
    -
  • - - - - + + {{index.showTx.safeConfirmed}} - {{c.copayerName}} ({{'Me'|translate}}) + +
-
-
-
- +
+

Participants

+
    +
  • + + + + + + {{c.copayerName}} ({{'Me'|translate}}) +
  • +
-
-
+
+
+ +
+
+ +
+
diff --git a/public/views/modals/destination-address.html b/public/views/modals/destination-address.html index c62bf4a55..a7959b2bc 100644 --- a/public/views/modals/destination-address.html +++ b/public/views/modals/destination-address.html @@ -1,7 +1,7 @@
My contacts + ng-style="{'color':!selectedWalletsOpt ? color : 'inherit'}" translate>My contacts
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index d3558256d..d33459be6 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -404,7 +404,7 @@
+ fast-click callback-fn="home.openDestinationAddressModal(index.otherWallets, _address)">
diff --git a/src/css/main.css b/src/css/main.css index 07083ee56..649380454 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1379,6 +1379,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { } } +<<<<<<< a4ed15ab6f9cb6ec415196f24ddee81005a8f3d6 /* Confirmation popup */ .confirmTxModal { @@ -1399,6 +1400,12 @@ input.ng-invalid-match, input.ng-invalid-match:focus { border-top-right-radius: 5px; } +.txModal-content { + overflow: auto; + height: 100%; + padding-bottom: 50px; +} + .txModal { background: #f6f7f9; border-radius: 5px;