Create Block page
The next page to recreate is the Block page. In the current state:
There are:
- Block number at the top.
- Prev/next block buttons.
- Counters and date.
- Filters button.
- Transactions list.
- Virtual operations list.
I believe we should change it that way:
- Header card with block number, arrows for prev block and next block, date of block and operations counters.
- Filter section, with button opening modal and display of what current filters are.
- List of operations.
- List of virtual operations.
The data will be fetched in Block page completely. We must get the block and transactions data from proper endpoint. It will be written to component's state and passed later by props. As I see getOpsByBlock and getBlockOpTypes should provide us enough.
I want filters to have the littlest possible priority. At first lets recreate all cards and headers. We'll see later what to do.
@pberezka will create transaction card, that will be reused in this. We'll talk about that later.
Edited by Jakub Lachór