Fixes: waiting copayers

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-24 16:02:02 -03:00
commit 5a61c78c5a
2 changed files with 21 additions and 13 deletions

View file

@ -13,7 +13,7 @@
} }
.logo-setup { .logo-setup {
margin: 10px 0; margin: 20px 0;
} }
.home, .open, .join, .waiting-copayers, .setup, .import, .settings { .home, .open, .join, .waiting-copayers, .setup, .import, .settings {

View file

@ -16,24 +16,30 @@
</div> </div>
<h1 class="text-white line-sidebar-b" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()">New Wallet Created </h1> <h1 class="text-white line-sidebar-b" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()">New Wallet Created </h1>
<div class="row" ng-show="$root.wallet.publicKeyRing.isComplete()"> <div class="row" ng-show="$root.wallet.publicKeyRing.isComplete()">
<div class="large-6 columns text-left"> <div class="large-4 small-6 columns text-left">
<h3>Download Backup</h3> <h3>Download Backup</h3>
</div> </div>
<div class="large-6 columns text-right"> <div class="large-8 small-6 columns text-right">
<small class="text-gray"> <h3 class="ellipsis">
<b>{{$root.wallet.getName()}}</b> : <small class="text-gray">
{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} <b>{{$root.wallet.getName()}}</b> :
</small> {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}
</small>
</h3>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="large-10 columns text-left"> <div class="large-10 small-9 columns text-left">
<h4 ng-show="!$root.wallet.publicKeyRing.isComplete()">Waiting Copayers for {{$root.wallet.getName()}}</h4> <h4 class="ellipsis" ng-show="!$root.wallet.publicKeyRing.isComplete()">
Waiting Copayers for {{$root.wallet.getName()}}
</h4>
</div> </div>
<div class="large-2 columns text-right"> <div class="large-2 small-3 columns text-right">
<small class="text-gray" ng-show="$root.wallet && !$root.wallet.publicKeyRing.isComplete()"> <h4 ng-show="$root.wallet && !$root.wallet.publicKeyRing.isComplete()">
{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} wallet <small class="text-gray">
</small> {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} wallet
</small>
</h4>
</div> </div>
</div> </div>
@ -53,11 +59,13 @@
</p> </p>
</div> </div>
</div> </div>
<div ng-show="$root.wallet.publicKeyRing.remainingCopayers() > 1">
<div class="line-sidebar-b" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()"></div> <div class="line-sidebar-b" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()"></div>
<div class="text-gray m10t" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()"> <div class="text-gray m10t" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()">
<i class="text-white fi-loop icon-rotate spinner"></i> Waiting for other <i class="text-white fi-loop icon-rotate spinner"></i> Waiting for other
copayers to make a Backup copayers to make a Backup
</div> </div>
</div>
</div> </div>
<div class="text-right"> <div class="text-right">