near-explorer icon indicating copy to clipboard operation
near-explorer copied to clipboard

Redesign the account activity (transaction) table

Open AustinBaggio opened this issue 3 years ago • 0 comments

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

Assets

AustinBaggio avatar Feb 16 '22 23:02 AustinBaggio