This PR add a new element to the screen ContactDetails to show all credentials issued by a Contact. This allows the user to navigate from the Contact Details screen to the Credential Details screen (by tapping on the credential). If a contact hasn't issued any credential yet, a message is displayed.
A new token was also added if other wallets have no interest in showing the connected time with the Contact and displaying the button to edit the contact name.
Contact with no issued credentials:
Contact with issued credentials:
Related Issues
Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues.
Pull Request Checklist
Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR check it anyway to make it apparent that there's nothing to do.
[ ] All commits contain a DCO Signed-off-by line (we use the DCO GitHub app to enforce this);
[ ] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components;
[ ] Updated documentation as needed for changed code and new or modified features;
[ ] Added sufficient tests so that overall code coverage is not reduced.
If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!
Pro Tip 🤓
Read our contribution guide at least once; it will save you a few review cycles!
Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed.
PR template adapted from the Python attrs project.
Summary of Changes
This PR add a new element to the screen ContactDetails to show all credentials issued by a Contact. This allows the user to navigate from the Contact Details screen to the Credential Details screen (by tapping on the credential). If a contact hasn't issued any credential yet, a message is displayed.
A new token was also added if other wallets have no interest in showing the connected time with the Contact and displaying the button to edit the contact name.
Contact with no issued credentials:
Contact with issued credentials:
Related Issues
Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues.
Pull Request Checklist
Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR check it anyway to make it apparent that there's nothing to do.
Signed-off-by
line (we use the DCO GitHub app to enforce this);If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!
Pro Tip 🤓
PR template adapted from the Python attrs project.