-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: export json in activity detail #1331
base: main
Are you sure you want to change the base?
Conversation
Allure Report
smokeTests: ✅ test report for 5883050a
processReports: ✅ test report for a76f8fac
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Amazing work Shawn 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left an optional improvement. Not sure if it still works that way
@@ -95,6 +101,11 @@ export const SharedWalletTransactionDetailsWrapper = withAddressBookContext( | |||
[addressToNameMap, amountTransformer, cardanoCoin, txSummary] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you also need coSigners
to be watched for changes?
[addressToNameMap, amountTransformer, cardanoCoin, txSummary] | |
[addressToNameMap, amountTransformer, cardanoCoin, txSummary, coSigners] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved in slack.
Quality Gate passedIssues Measures |
Checklist
Proposed solution
Add option to download tx file in acitvity detail.
Testing
Describe here, how the new implementation can be tested.
Provide link or briefly describe User Acceptance Criteria/Tests that need to be met
Screenshots