Open pmjanus opened 8 months ago
export-transaction-list-1711620950086 export-0x266c9119dC2dF29CE7fD8F60EcFF80E417Ba596F export-address-token-0x266c9119dC2dF29CE7fD8F60EcFF80E417Ba596F
that's how etherscan does it, first one is directly from transaction table second is from csv export then transactions for an address third one is choosing from csv exports Token Transfers (ERC-20)
I think we should add parameter here for the network, I think we should use the - to separate instead of _ to keep it like etherscan and make scripting the use of these files easier for the user if needed. I am not against adding the parameters used in the export to the file following the base filename, all separated by -
Overview
Allow user to download the data as viewed on the table as a CSV by clicking a button titled Download Table Data on top of the page.
Links
Acceptance Criteria
Clicking the button should cause save file dialog to appear and the user able to download the data visible on the table, formatted as per the example below for tx data and similarly for other tables. On mobile the download will happen as soon as you click the download button, name of the file should follow this convention: export-routename-address.csv
Tasks