-
Notifications
You must be signed in to change notification settings - Fork 147
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
chore: display error messages for PIN screens inline mode #1253
chore: display error messages for PIN screens inline mode #1253
Conversation
Quality Gate passedIssues Measures |
@MosCD3 Will revisit this PR once he is finished with the OpenID4VC PR. |
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Youssef <[email protected]>
Signed-off-by: Mostafa Youssef <[email protected]>
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 one small organizational nitpick. As a side note, did you find it to be a hassle keeping the modal style errors as an option? I wonder if it would be better to just go all in on inline errors.
I believe inline errors is the norm and should be the default. I believe we should use react-forms and some validation library like zod. |
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
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.
Few tiny things
Signed-off-by: Mostafa Gamal <[email protected]>
Signed-off-by: Mostafa Gamal <[email protected]>
@MosCD3 approved, just needs some conflicts fixed before it can be merged |
Quality Gate passedIssues Measures |
Summary of Changes
Customize the wallet to allow inline style of displaying error/warning messages on Input PIN screens
This will be a non-default behaviour through an injectable
Note for reviewers
Removed the
App.tsx
file inpackages/legacy/app
since its not being used and it might be confusing for developersA video demonstration here
Screen.Recording.2024-09-09.at.10.01.33.AM.mov
Related Issues
Related to Issue: #1251
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.