diff --git a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html index 929c9df74..3c331876f 100644 --- a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html +++ b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html @@ -8,16 +8,16 @@ - - - + + + - - - + + +
HeightTimestampTotal Sent (BSQ)TransactionsConfirmedTotal SentTransactions
{{ block.height }}{{ block.time | date:'yyyy-MM-dd HH:mm' }}{{ calculateTotalOutput(block) / 100 | number: '1.2-2' }}{{ block.txs.length }} ago{{ calculateTotalOutput(block) / 100 | number: '1.2-2' }} BSQ{{ block.txs.length }}
diff --git a/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.html b/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.html index 5a7f9cd7c..08c6b682c 100644 --- a/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.html +++ b/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.html @@ -7,28 +7,29 @@
- + - - - - + + + - - + + - - - + +
TransactionTransaction TypeTotal Sent (BSQ)OutputsBlock HeightBlock TimeAmountConfirmedHeight
{{ tx.id | shortenString : 16 }} {{ tx.txTypeDisplayString }}{{ tx.id | slice : 0 : 8 }} + + {{ tx.txTypeDisplayString }} + - {{ tx.burntFee / 100 | number: '1.2-2' }} + {{ tx.burntFee / 100 | number: '1.2-2' }} BSQ - {{ calculateTotalOutput(tx.outputs) / 100 | number: '1.2-2' }} + {{ calculateTotalOutput(tx.outputs) / 100 | number: '1.2-2' }} BSQ {{ tx.outputs.length }}{{ tx.blockHeight }}{{ tx.time | date:'yyyy-MM-dd HH:mm' }} ago{{ tx.blockHeight }}
@@ -42,6 +43,6 @@ - + \ No newline at end of file diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index df9c17b71..d379bda5e 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -8,7 +8,6 @@

Development @softsimon_
Operations @wiz -
Design @markjborg

diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html index a80d7782f..099f346b7 100644 --- a/frontend/src/app/components/master-page/master-page.component.html +++ b/frontend/src/app/components/master-page/master-page.component.html @@ -1,6 +1,6 @@