Skip to content
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

Transaction export #385

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Transaction export #385

wants to merge 17 commits into from

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
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
1 participant