Style infinite scroll loading indicator

pull/1030/head
Ryan Arthur 6 years ago committed by jimmay5469
parent 59da0d2216
commit 0a80f12985
  1. 7
      apps/block_scout_web/lib/block_scout_web/templates/address_transaction/index.html.eex

@ -74,9 +74,14 @@
<%= render(BlockScoutWeb.TransactionView, "_tile.html", current_address: @address, transaction: transaction) %>
<% end %>
</span>
<div data-selector="loading-next-page" style="display: none;">
<div data-selector="loading-next-page" class="tile tile-muted text-center mt-3" style="display: none;">
<span class="loading-spinner-small mr-2">
<span class="loading-spinner-block-1"></span>
<span class="loading-spinner-block-2"></span>
</span>
<%= gettext("Loading") %>...
</div>
<% else %>
<div class="tile tile-muted text-center">
<span data-selector="empty-transactions-list"><%= gettext "There are no transactions for this address." %></span>

Loading…
Cancel
Save