Skip to content

Transaction export #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
May 27, 2025
Merged

Transaction export #385

merged 20 commits into from
May 27, 2025

Conversation

dkackman
Copy link
Collaborator

@dkackman dkackman commented Mar 28, 2025

fix #182

Add the ability to export transaction records to csv file.

  • it respects current ui search criteria
  • it is only available on desktop

Takes a dependency on tauri/dialog

app permissions needed (scoped to desktop):

    "dialog:default",
    "fs:allow-write-text-file"

also added export for asset balances and nfts

@dkackman dkackman added this to the 0.11.0 milestone Mar 29, 2025
@dkackman dkackman self-assigned this Apr 5, 2025
@dkackman dkackman added the enhancement New feature or request label Apr 5, 2025
@dkackman dkackman marked this pull request as draft May 11, 2025 22:33
@dkackman dkackman marked this pull request as ready for review May 11, 2025 23:16
@Rigidity Rigidity merged commit e6f80b2 into xch-dev:main May 27, 2025
5 of 8 checks passed
@dkackman dkackman deleted the tx-export branch June 16, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV export option for transaction list
2 participants