near-explorer
near-explorer copied to clipboard
Redesign the account activity (transaction) table
Story
As a developer interacting with the near blockchain, I want to view an activity table, so that I can gather an understanding of a specific account's activity on the near blockchain.
Acceptance Criteria
Table containing the following:
- [ ] From Address
- [ ] To Address
- [ ] Activity Type (Can be found here) note there are 8 transaction types
- [ ] Amount
- [ ] Transaction Hash
- [ ] Timestamp
Default Sort:
- [ ] The list should be sorted in reverse chronological order by timestamp
- [ ] Add the filter dummy button, do not implement the drawer
Out of scope
x Implementing advanced (row by row) sorting x Implementing filtering x Pagination x Activity search