waiting for copayers page

This commit is contained in:
bechi 2014-07-22 17:40:12 -03:00
commit fb4c18147c
4 changed files with 120 additions and 70 deletions

View file

@ -7,20 +7,21 @@
ng-src="{{getVideoURL(copayer)}}"></video>
<img
class="no-video"
class="br100 no-video"
ng-if="!hasVideo(copayer)"
ng-class="isConnected(copayer) ? 'online' : 'offline'"
src="./img/satoshi.gif"
alt="{{copayer}}">
alt="{{copayer}}"
width="70">
<div
tooltip="ID: {{copayer.peerId}}"
tooltip-placement="bottom">
<span ng-show="copayer.index == 0">you</span>
<span ng-show="copayer.index > 0">{{copayer.nick}}</span>
<small class="text-gray" ng-show="copayer.index == 0"><i class="fi-check m5r"></i>you</small>
<small class="text-gray" ng-show="copayer.index > 0"><i class="fi-check m5r"></i>{{copayer.nick}}</small>
</div>
<div class="success label" ng-show="isBackupReady(copayer)">
<div class="success label m10t" ng-show="isBackupReady(copayer)">
Backup ready
</div>
</div>