Add reconnecting notification, change subscribed list to dict, update balance after reconnect
This commit is contained in:
parent
0623c87727
commit
b97a332ae9
6 changed files with 49 additions and 26 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<div class="page">
|
||||
<div class="off-canvas-wrap">
|
||||
<div class="inner-wrap">
|
||||
|
||||
<span class="status" ng-if="$root.reconnecting">Attempting to reconnect...</span>
|
||||
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet ||
|
||||
!$root.wallet.isReady() || $root.wallet.isLocked}">
|
||||
<section class="left-small">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue