Skip to content

Add trading history CSV export#139

Open
wangxq-cc wants to merge 1 commit into
capofficial:mainfrom
wangxq-cc:codex/export-history-csv
Open

Add trading history CSV export#139
wangxq-cc wants to merge 1 commit into
capofficial:mainfrom
wangxq-cc:codex/export-history-csv

Conversation

@wangxq-cc
Copy link
Copy Markdown

Closes #14.

Changes

  • Adds a timeframe selector for History exports: 7 days, 30 days, 90 days, or all.
  • Fetches export data through paginated history API calls without mutating the visible history table state.
  • Generates a CSV using the same History column labels and value formatting shown in the table.

Validation

  • npm run build
  • git diff --check

@wangxq-cc
Copy link
Copy Markdown
Author

Note on CI: the Vercel status currently reports Account is blocked, which appears unrelated to this code change. I validated the branch locally with npm run build and git diff --check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export trading history

2 participants