dapp-feat: Export Transaction to CSV feature complete (#421) #424
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
revised the logic for deleting transactions in the main activity page. Prior to this update, users had the option to click on individual delete buttons next to each transaction to remove a specific transaction, or they could delete all transactions at once by clicking on the 'Remove all transactions' button. Now, individual delete buttons are replaced with checkboxes, enabling users to select multiple transactions at once and perform desired actions on them. Additionally, the 'Remove all transactions' button is replaced with 'Remove selected transactions,' allowing users to delete transactions that have their checkboxes checked.
finished the new exporting transactions to CSV feature. Users now have the ability to select the transactions they want to export. The new exported CSV file will be under the name
hedera-system-contract-dapp-transactions.csv
by default.Related issue(s): #399
Fixes #421
** UI Demo & Explanation **:
https://www.loom.com/share/0761b60be7974984877d17027c7558cc
Notes for reviewer:
Checklist