add warning for low fee
This commit is contained in:
parent
d521e031a1
commit
5e7956ca6e
3 changed files with 15 additions and 0 deletions
|
|
@ -89,6 +89,17 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.low-fees {
|
||||||
|
border-top: none;
|
||||||
|
display: flex;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #aaa;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: -20px;
|
||||||
|
i {
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.item-divider {
|
.item-divider {
|
||||||
padding-top: 1.2rem;
|
padding-top: 1.2rem;
|
||||||
|
|
|
||||||
BIN
www/img/icon-warning.png
Normal file
BIN
www/img/icon-warning.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -84,6 +84,10 @@
|
||||||
<span ng-if="toggleFeeFiat">{{feeFiatStr}}</span>
|
<span ng-if="toggleFeeFiat">{{feeFiatStr}}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="item low-fees" ng-if="btx.action == 'received' && btx.lowFees">
|
||||||
|
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
|
||||||
|
<span translate>This transaction could take a long time to confirm or could be dropped due to the low fees set by the sender</span>
|
||||||
|
</div>
|
||||||
<div class="item single-line">
|
<div class="item single-line">
|
||||||
<span class="label" translate>Confirmations</span>
|
<span class="label" translate>Confirmations</span>
|
||||||
<span class="item-note">
|
<span class="item-note">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue