handle network reconnection
This commit is contained in:
parent
ff8560208b
commit
9efa2dfe24
16 changed files with 125 additions and 66 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<i class="fi-alert"></i>
|
||||
</div>
|
||||
<div class="dr-notification-content">
|
||||
<h3 class="dr-notification-title">{{'No internet connection'|translate}}</h3>
|
||||
<div class="dr-notification-text ellipsis">{{'Copay needs connection to run basic functions'|translate}}</div>
|
||||
<h3 class="dr-notification-title">{{'Could not connect to Wallet Service'|translate}}</h3>
|
||||
<div class="dr-notification-text ellipsis">{{'Trying to reconnnect...'|translate}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<div class="size-12">{{item.m}} of {{item.n}}</div>
|
||||
</a>
|
||||
</li>
|
||||
<li ng-if="!index.isOffLine">
|
||||
<li>
|
||||
<a ng-click="$root.go('add')">
|
||||
<i class="icon-arrow-right3 size-18 right m10t"></i>
|
||||
<i class="fi-plus size-24 db left m10r"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue