Remove wallet preferences from App Settings and change the route to be able to use inside wallet Details (within tab-home)

This commit is contained in:
Sebastiaan Pasma 2018-10-02 14:55:31 +02:00
commit fc5f6cfa65
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
5 changed files with 31 additions and 56 deletions

View file

@ -100,21 +100,21 @@
<i class="icon bp-arrow-right"></i>
</a>
<div class="item item-divider" ng-show="walletsBch[0]">{{'Bitcoin Cash (BCH)' | translate}}</div>
<!--<div class="item item-divider" ng-show="walletsBch[0]">{{'Bitcoin Cash (BCH)' | translate}}</div>-->
<a class="item item-icon-left item-icon-right" href
ui-sref="tabs.preferences({'walletId': wallet.id})"
ng-repeat="wallet in walletsBch track by $index">
<span ng-include="'views/includes/walletListSettings.html'"></span>
</a>
<!--<a class="item item-icon-left item-icon-right" href-->
<!--ui-sref="tabs.preferences({'walletId': wallet.id})"-->
<!--ng-repeat="wallet in walletsBch track by $index">-->
<!--<span ng-include="'views/includes/walletListSettings.html'"></span>-->
<!--</a>-->
<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin Core (BTC)' | translate}}</div>
<!--<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin Core (BTC)' | translate}}</div>-->
<a class="item item-icon-left item-icon-right" href
ui-sref="tabs.preferences({'walletId': wallet.id})"
ng-repeat="wallet in walletsBtc track by $index">
<span ng-include="'views/includes/walletListSettings.html'"></span>
</a>
<!--<a class="item item-icon-left item-icon-right" href-->
<!--ui-sref="tabs.preferences({'walletId': wallet.id})"-->
<!--ng-repeat="wallet in walletsBtc track by $index">-->
<!--<span ng-include="'views/includes/walletListSettings.html'"></span>-->
<!--</a>-->
<div class="item item-divider" ng-show="bitpayAccounts || buyAndSellServices[0]">{{'Integrations' | translate}}</div>

View file

@ -8,7 +8,7 @@
<button class="button back-button" ng-click="startSearch(); openSearchModal()" ng-if="txHistory.length > 4">
<i class="icon ion-ios-search-strong tx-search"></i>
</button>
<button class="button" ng-click="openSettings();">
<button class="button" ng-click="openWalletSettings();">
<i class="icon ion-android-settings"></i>
</button>
</ion-nav-buttons>