Merge pull request #3337 from poanetwork/vb-validated-tx-page-visibility

Fix validated transactions visibility page
pull/3341/head
Victor Baranov 4 years ago committed by GitHub
commit 8c7a263bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 7
      apps/block_scout_web/lib/block_scout_web/templates/transaction/index.html.eex
  3. 10
      apps/block_scout_web/priv/gettext/default.pot
  4. 10
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -1,7 +1,7 @@
## Current
### Features
- [#3333](https://github.com/poanetwork/blockscout/pull/3333) - Dark forest contract custom theme
- [#3333](https://github.com/poanetwork/blockscout/pull/3333), [#3337](https://github.com/poanetwork/blockscout/pull/3337) - Dark forest contract custom theme
- [#3330](https://github.com/poanetwork/blockscout/pull/3330) - Caching of address transactions counter, remove query 10_000 rows limit

@ -1,3 +1,10 @@
<script>
function ShowLayoutContainer() {
document.getElementsByClassName("layout-container")[0].style.visibility = "visible";
}
window.onload = ShowLayoutContainer()
</script>
<section class="container" data-page="transaction-list">
<div class="card">
<div class="card-body" data-async-listing="<%= @current_path %>">

@ -318,7 +318,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:11
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:15
#: lib/block_scout_web/templates/transaction/index.html.eex:15
#: lib/block_scout_web/templates/transaction/index.html.eex:22
msgid "Connection Lost, click to load newer transactions"
msgstr ""
@ -1068,7 +1068,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:213
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:10
#: lib/block_scout_web/templates/transaction/index.html.eex:10
#: lib/block_scout_web/templates/transaction/index.html.eex:17
msgid "More transactions have come in"
msgstr ""
@ -1315,7 +1315,7 @@ msgstr ""
#: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:21
#: lib/block_scout_web/templates/tokens/inventory/index.html.eex:20
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:19
#: lib/block_scout_web/templates/transaction/index.html.eex:20
#: lib/block_scout_web/templates/transaction/index.html.eex:27
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:11
#: lib/block_scout_web/templates/transaction_log/index.html.eex:13
#: lib/block_scout_web/templates/transaction_token_transfer/index.html.eex:12
@ -1383,7 +1383,7 @@ msgid "There are no token transfers for this transaction"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:26
#: lib/block_scout_web/templates/transaction/index.html.eex:33
msgid "There are no transactions."
msgstr ""
@ -1541,7 +1541,7 @@ msgid "Validated"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:4
#: lib/block_scout_web/templates/transaction/index.html.eex:11
msgid "Validated Transactions"
msgstr ""

@ -318,7 +318,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_transaction/index.html.eex:11
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:15
#: lib/block_scout_web/templates/transaction/index.html.eex:15
#: lib/block_scout_web/templates/transaction/index.html.eex:22
msgid "Connection Lost, click to load newer transactions"
msgstr ""
@ -1068,7 +1068,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:213
#: lib/block_scout_web/templates/pending_transaction/index.html.eex:10
#: lib/block_scout_web/templates/transaction/index.html.eex:10
#: lib/block_scout_web/templates/transaction/index.html.eex:17
msgid "More transactions have come in"
msgstr ""
@ -1315,7 +1315,7 @@ msgstr ""
#: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:21
#: lib/block_scout_web/templates/tokens/inventory/index.html.eex:20
#: lib/block_scout_web/templates/tokens/transfer/index.html.eex:19
#: lib/block_scout_web/templates/transaction/index.html.eex:20
#: lib/block_scout_web/templates/transaction/index.html.eex:27
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:11
#: lib/block_scout_web/templates/transaction_log/index.html.eex:13
#: lib/block_scout_web/templates/transaction_token_transfer/index.html.eex:12
@ -1383,7 +1383,7 @@ msgid "There are no token transfers for this transaction"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:26
#: lib/block_scout_web/templates/transaction/index.html.eex:33
msgid "There are no transactions."
msgstr ""
@ -1541,7 +1541,7 @@ msgid "Validated"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/index.html.eex:4
#: lib/block_scout_web/templates/transaction/index.html.eex:11
msgid "Validated Transactions"
msgstr ""

Loading…
Cancel
Save