-
Notifications
You must be signed in to change notification settings - Fork 16
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(ui): handle proposal to present delete or unknown credential #1057
Merged
iFergal
merged 4 commits into
release/1.0.0
from
fix/DTIS-2046-Broken-UI-if-initiator-proposes-to-present-a-credential-we-have-deleted-or-have-not-accepted
Mar 25, 2025
Merged
fix(ui): handle proposal to present delete or unknown credential #1057
iFergal
merged 4 commits into
release/1.0.0
from
fix/DTIS-2046-Broken-UI-if-initiator-proposes-to-present-a-credential-we-have-deleted-or-have-not-accepted
Mar 25, 2025
+754
−130
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
…reshold before accepting
Loading status checks…
iFergal
commented
Mar 24, 2025
{missingProposedCred ? ( | ||
<></> | ||
) : ( | ||
<IonIcon icon={chevronForward} /> |
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 is now a chevron and not an info icon
6 tasks
iFergal
commented
Mar 24, 2025
.../components/CredentialRequest/CredentialRequestInformation/CredentialRequestInformation.scss
Show resolved
Hide resolved
6 tasks
sdisalvo-crd
approved these changes
Mar 25, 2025
Base automatically changed from
fix/DTIS-2048-Accept-reject-buttons-after-threshold-met-if-we-didn-t-contrib-to-threshold-for-group-presentation
to
release/1.0.0
March 25, 2025 12:08
Loading status checks…
…6-Broken-UI-if-initiator-proposes-to-present-a-credential-we-have-deleted-or-have-not-accepted
obstar
approved these changes
Mar 25, 2025
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.
tested
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
In response to a presentation request, it's possible the group initiator will propose a credential that does not exist in the wallet because it either has not been accepted yet (groups have thresholds), or it has been deleted by the member.
This adds feedback in the UI that the credential is missing, and you won't be able to try to open the credential details anymore. (This could be improved to allow opening since it's in the IPEX message, but I don't have scope for that right now) It also changes the CTA buttons to the simple
Ok
button to go back.Note, archived credentials cannot be proposed but if another member archives the credential, the flow remains unaffected.
Checklist before requesting a review
Issue ticket number and link
Testing & Validation
Design Review
Before
Screen.Recording.2025-03-24.at.10.13.54.AM.mov
After