avoid flickers on transitions and fixes hidden tab bug
This commit is contained in:
parent
e6f774c989
commit
e75791e126
43 changed files with 66 additions and 56 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<ion-view id="tab-receive">
|
||||
<ion-view id="tab-receive" show-tabs>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{'Receive' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button-share ng-hide" ng-show="wallets[0] && showShareButton" ng-click="shareAddress()">
|
||||
<i class="icon"
|
||||
<i class="icon"
|
||||
ng-class="{
|
||||
'ion-ios-upload-outline': showShareButton == 'iOS',
|
||||
'ion-ios-upload-outline': showShareButton == 'iOS',
|
||||
'ion-android-share-alt': showShareButton != 'iOS'
|
||||
}"></i>
|
||||
</button>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<button class="button button-standard button-primary" ng-click="goCopayers()" translate>Open wallet</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="address-info" ng-if="wallet && wallet.isComplete()">
|
||||
<div class="address-info" ng-if="wallet && wallet.isComplete()">
|
||||
<div copy-to-clipboard="addr">
|
||||
<span ng-show="shouldShowReceiveAddressFromHardware()">
|
||||
<button class="button button-standard button-primary" ng-click="showReceiveAddressFromHardware()">
|
||||
|
|
@ -42,16 +42,16 @@
|
|||
</div>
|
||||
<div>
|
||||
<button ng-show="addr" class="button-request" ng-click="requestSpecificAmount()">
|
||||
<span translate>Request Specific amount</span>
|
||||
<span translate>Request Specific amount</span>
|
||||
<i class="icon ion-ios-arrow-right"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button ng-show="addr" class="button-address" ng-click="setAddress(true)">
|
||||
<span translate>Generate new address</span>
|
||||
<span translate>Generate new address</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="backup" ng-if="wallets[0] && wallet && wallet.isComplete() && wallet.needsBackup" ng-click="openBackupNeededModal()">
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
<i ng-if="!singleWallet" class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</ion-content>
|
||||
<wallet-selector
|
||||
wallet-selector-title="walletSelectorTitle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue