mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-10 04:45:05 +00:00
Revise calculations related to transactions and pagination in the transactions explorer and explorers overview. Make the number of transactions to display per page configurable and set it to 3 in the explorers overview. Display a "No transactions..." message instead of "0" when there are no transactions to display. Introduce a `blocksFull` prop, action, api, etc. for calculating lists of transactions relative to block objects that contain full transaction objects instead of hash strings (the function backing the blocks endpoint already supports that) and transaction receipts. In the future, the receipts can be used to filter out constructor transactions for silent contracts. Make pagination display conditional within the blocks explorer, same as in the transactions explorer.
embark-ui
Web frontend for interactive DApp development with Embark
Visit embark.status.im to get started with Embark.