[faucet] improve feedback upon success
This commit is contained in:
@@ -6,7 +6,14 @@
|
||||
|
||||
<div class="faucet-container text-center">
|
||||
|
||||
@if (loading) {
|
||||
@if (txid) {
|
||||
<div class="alert alert-success w-100 text-truncate">
|
||||
<fa-icon [icon]="['fas', 'circle-check']"></fa-icon>
|
||||
Sent!
|
||||
<a class="text-primary" [href]="'/testnet4/txid/' + txid">{{ txid }}</a>
|
||||
</div>
|
||||
}
|
||||
@else if (loading) {
|
||||
<p>Loading faucet...</p>
|
||||
<div class="spinner-border text-light"></div>
|
||||
} @else if (!user) {
|
||||
|
||||
Reference in New Issue
Block a user