You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show a filter at the top with "all", "pending", "completed". all is the default.
List the transactions, one per line, with relevant info in columns, including:
time created,
time deposited,
time sky sent,
status,
amount,
rate
sky address
BTC address.
anything else worth showing.
create the corresponding API call with option to specify, all, completed, pending etc.
Note: pending = not completed, so should show any which have error status, manually stopped status, and any other status we add which is not "completed".
Later enhancements (TBD)
paging
date ranges
search by sky address
search by btc address
download results as CSV.
possibly showing less info, so looks ok on mobile, with a link to open a popup with more details.
The text was updated successfully, but these errors were encountered:
Later enhancements (TBD)
The text was updated successfully, but these errors were encountered: