diff --git a/public/views/address.html b/public/views/address.html index d2f050ac..9028b946 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -3,54 +3,59 @@

Address

-
- +
+ Loading Address Information...
- -
-

Summary

-
Confirmed
- - - - - - - - - - - - - - - - - - - -
Total Received{{$root.currency.getConvertion(address.totalReceived)}}
Total Sent{{$root.currency.getConvertion(address.totalSent)}}
Final Balance{{$root.currency.getConvertion(address.balance)}}
No. Transactions{{address.txApperances}}
-
-
Unconfirmed
- +
+
+ +
+ +
+

Summary

+
Confirmed
+
- - + + + + + + + + + + - + - - +
Unconfirmed Txs Balance{{$root.currency.getConvertion(address.unconfirmedBalance)}}Total Received{{$root.currency.getConvertion(address.totalReceived)}}
Total Sent{{$root.currency.getConvertion(address.totalSent)}}
Final Balance{{$root.currency.getConvertion(address.balance)}}
No. Transactions{{address.unconfirmedTxApperances}}{{address.txApperances}}
-
- -
+
+
Unconfirmed
+ + + + + + + + + + + + +
Unconfirmed Txs Balance{{$root.currency.getConvertion(address.unconfirmedBalance)}}
No. Transactions{{address.unconfirmedTxApperances}}
+
+ +
+
diff --git a/public/views/block.html b/public/views/block.html index e983dbd1..91918aab 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -3,18 +3,22 @@

Block

-
- -

#{{block.height}}

+
+ Loading Block...
- -
-

Hashes

- - +
+
+ +

#{{block.height}}

+
+ +
+

Hashes

+
+ @@ -23,15 +27,21 @@ - -
Previous Block {{block.height-1}} Next Block {{block.height+1}}
-
+ + +
+

Summary

-
+
+
+ Loading Block Details... +
+
+
diff --git a/public/views/block_list.html b/public/views/block_list.html index 99d9ffd4..15328708 100644 --- a/public/views/block_list.html +++ b/public/views/block_list.html @@ -8,18 +8,23 @@

Blocks
mined on:

-

+

+ Loading Selected Date... +
+
+

{{pagination.current}} UTC -

-

 

-

Today

-

{{humanSince(pagination.currentTs)}} -

 

+

+

 

+

Today

+

{{humanSince(pagination.currentTs)}} +

 

-
diff --git a/public/views/transaction.html b/public/views/transaction.html index 5105dde0..21e61e53 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -1,49 +1,60 @@
-
-
-

Transaction

-
- -
-
- -
- {{tx.txid}} + +
+
+

Transaction

+
+ Loading Transaction...
+
+
+ +
+
+ + +
+

Summary

+
+ + + + + + + + + + + + + + + + + +
Size {{tx.size}} (bytes)
Received Time {{tx.firstSeenTs * 1000|date:'medium'}}N/A
Mined Time {{tx.time * 1000|date:'medium'}}N/A
+
+
-

Summary

- - - - - - - - - - - - - - - - - - -
Size {{tx.size}} (bytes)
Received Time {{tx.firstSeenTs * 1000|date:'medium'}}N/A
Mined Time {{tx.time * 1000|date:'medium'}}N/A
-
-
-
-

- Details - View information about a bitcoin transaction -

-
-
-
-
-

Inputs and Outputs

+
+

+ Details + View information about a bitcoin transaction +

+
+
+ Loading Transaction Details... +
+
+
+
+
+
+

Inputs and Outputs

@@ -60,6 +71,7 @@
+
diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html index ad7a3dbd..4dcfd41d 100644 --- a/public/views/transaction/list.html +++ b/public/views/transaction/list.html @@ -4,6 +4,6 @@
- Loading... + Loading Transactions...