better spinners at wallet details
This commit is contained in:
parent
aa05165710
commit
716b341dc4
4 changed files with 35 additions and 12 deletions
|
|
@ -353,11 +353,11 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
listeners = [
|
||||
$rootScope.$on('bwsEvent', function(e, walletId) {
|
||||
if (walletId == $scope.wallet.id)
|
||||
updateStatus();
|
||||
$scope.updateAll();
|
||||
}),
|
||||
$rootScope.$on('Local/TxAction', function(e, walletId) {
|
||||
if (walletId == $scope.wallet.id)
|
||||
updateStatus();
|
||||
$scope.updateAll();
|
||||
}),
|
||||
];
|
||||
});
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@
|
|||
bottom: 5px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
width:95%;
|
||||
}
|
||||
|
||||
.wallet-not-backed-up-warning {
|
||||
|
|
@ -234,3 +235,15 @@
|
|||
a.item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.recent svg {
|
||||
margin-left:5px;
|
||||
width:0.7em;
|
||||
height:0.7em;
|
||||
stroke: #eee;
|
||||
}
|
||||
|
||||
.updatingHistory {
|
||||
color: #445;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue