Merge pull request #2421 from poanetwork/vb-main-page-txs-loader-timeout-fix

Fix hiding of loader for txs on the main page
pull/2437/head
Victor Baranov 5 years ago committed by GitHub
commit 1990db89ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 4
      apps/block_scout_web/lib/block_scout_web/templates/chain/show.html.eex

@ -13,8 +13,9 @@
- [#2324](https://github.com/poanetwork/blockscout/pull/2324) - set timeout for loading message on the main page
### Fixes
- [#2413](https://github.com/poanetwork/blockscout/pull/2413) - remove outer tables for decoded data
- [#2421](https://github.com/poanetwork/blockscout/pull/2421) - Fix hiding of loader for txs on the main page
- [#2416](https://github.com/poanetwork/blockscout/pull/2416) - Fix "page not found" handling in the router
- [#2413](https://github.com/poanetwork/blockscout/pull/2413) - remove outer tables for decoded data
- [#2410](https://github.com/poanetwork/blockscout/pull/2410) - preload smart contract for logs decoding
- [#2405](https://github.com/poanetwork/blockscout/pull/2405) - added templates for table loader and tile loader
- [#2398](https://github.com/poanetwork/blockscout/pull/2398) - show only one decoded candidate

@ -117,7 +117,9 @@
<%= gettext "Something went wrong, click to retry." %>
</span>
</button>
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
<div hidden data-selector="loading-message">
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
</div>
</span>
</div>
</div>

Loading…
Cancel
Save