soramitsu / iroha-wallet-js

Sample wallet application for Iroha
Apache License 2.0
27 stars 18 forks source link

[IWJ-8] Create transactions table #4

Closed oimou closed 6 years ago

oimou commented 6 years ago

Ticket

https://soramitsu.atlassian.net/browse/IWJ-8

Description

Create a transactions table.

  1. The transactions table is implemented as a custom component <transactions :walletId="...">, which takes a wallet ID, fetch transactions data associated with the ID (dummy data for now) and render it. However, depending on the structure of wallet/transaction API, it might be better to directly pass the data as a prop.

  2. Wallet page scrolls to avoid truncation. However, if transactions API has pagination or the like, it would be preferable to make a transactions table paginate in the future.

apr-25-2018 13-49-23

How to check

  1. yarn dev to open the app.
  2. Go to a wallet page.
neewy commented 6 years ago

We have not made any progress with pagination since December. It it trivial, but currently it is not of a highest priority