-
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
fix: [lw-12362] view cbor in dapp confirmation #1747
Conversation
@@ -3,6 +3,8 @@ | |||
"core.activityDetails.AuthorizeCommitteeHotCertificate": "Authorize Committee", | |||
"core.activityDetails.certificate": "Certificate", | |||
"core.activityDetails.certificates": "Certificates", | |||
"core.activityDetails.CBOR.header": "Raw Transaction (CBOR)", | |||
"core.activityDetails.CBOR.title": "Begin of data", |
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.
This wording is a little odd. Was it in the mockup? I don't see the need for the title
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.
Just confirmed with Ian this was an oversight in the mockup. Can you please drop the title, just leaving us with the header @vetalcore?
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.
done here 175cefe
88bc646
to
afcacac
Compare
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.
Nice work @vetalcore 🚀
|
Checklist
Proposed solution
Explain how does this PR solves the problem stated in JIRA ticket.
You can also enumerate different alternatives considered while approaching this task.
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