-
Notifications
You must be signed in to change notification settings - Fork 11
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: update download jwt button verify page #116
feat: update download jwt button verify page #116
Conversation
Coverage report
Test suite run success0 tests passing in 0 suite. Report generated by π§ͺjest coverage report action from 3e43a07 |
@ldhyen99, what's the status of this? |
It can be reviewed now. |
Hi @namhoang1604 for the discuss in yesterday, after checking the code, I think we should to decode in because we use the decode data in some place in our code: In JsonBlock, we need to decode data to display on the UI Should we be flexible in renderer? We will need more steps to pass the decode JWT for only render while could use data that has been decode |
@ldhyen99 I think we need to add the decodedEnvelopedVC to the prop of the component |
β¦credential tabs
packages/mock-app/src/components/CredentialTabs/CredentialTabs.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Nam Hoang <[email protected]>
β¦/github.com/uncefact/tests-untp into feat/update_download_jwt_button_verify_page
What type of PR is this? (check all applicable)
Description
Add a "Download JWT" button inline with the existing tab navigation (outside of the tabs themselves), allowing users to download the full JWT.
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
UI Desktop
UI mobile
Data after downloading VC
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?