Skip to content

Conversation

@al-munazzim
Copy link

Summary

Add the missing .csv extension to the exported transaction filename. When exporting transactions, the file was being saved as "blink-transactions" without an extension, causing confusion for users who needed to manually add it.

Changes

  • Updated filename property in Share.open call from "blink-transactions" to "blink-transactions.csv" in advanced-export-csv.tsx

Testing

  • Export transactions from Settings > Advanced > Export CSV
  • Verify the saved file has .csv extension

Related

Fixes #3311


Implementation plan: #3311 (comment)

…tcoin#3311)

The transaction export was saving as "blink-transactions" without the
.csv extension, causing confusion for users.

Fixes blinkbitcoin#3311
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a minor usability issue where exported transaction files were missing the .csv extension, requiring users to manually add it after export.

  • Updated the filename property in the Share.open call to include the .csv extension

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Cubo+rec 2 .CSV extension missing from the txn export file format.

2 participants