Impact Severity: Medium
Module: stellarflow-frontend/src/utils/csvExport.ts
Description:
Allow users to export their entire swap, liquidity provision, and remittance settlement history to formatted CSV files for tax reporting.
Technical Requirements:
Impact Severity: Medium
Module:
stellarflow-frontend/src/utils/csvExport.tsDescription:
Allow users to export their entire swap, liquidity provision, and remittance settlement history to formatted CSV files for tax reporting.
Technical Requirements:
Format fields matching standard crypto tax software formats (Date, Type, Sent Amount, Sent Currency, Received Amount, Received Currency, Fee, TxHash)
Client-side stream generation to handle large account history sets efficiently
One-click export button integrated into the user transaction history table