-
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
feat: new proof request loading screen #1243
feat: new proof request loading screen #1243
Conversation
c1ebcc9
to
e75f881
Compare
988e505
to
a6c6cc4
Compare
2d699ea
to
2d5875e
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.
Should we not commit this file?
@@ -10,6 +10,7 @@ import { | |||
import { useBasicMessages, useCredentialByState, useProofByState } from '@credo-ts/react-hooks' | |||
import { ProofCustomMetadata, ProofMetadata } from '@hyperledger/aries-bifold-verifier' | |||
import { useEffect, useState } from 'react' | |||
// import { log } from 'console' |
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.
should probably remove
marginLeft: 0, | ||
backgroundColor: ColorPallet.grayscale.lightGrey, | ||
width: 40, | ||
borderTopLeftRadius: 15, | ||
borderBottomLeftRadius: 15, | ||
}} | ||
/> | ||
<View | ||
style={{ | ||
marginLeft: -22, | ||
marginTop: 20, | ||
backgroundColor: ColorPallet.grayscale.lightGrey, | ||
height: 45, | ||
width: 45, | ||
borderRadius: 5, |
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.
These width / margin numbers seem somewhat arbitrary, could they be explained or named?
<View style={{ marginLeft: 15, marginTop: 15, marginBottom: 15 }}> | ||
<View style={[myStyle.rectangle, { width: 240, height: 20 }]} /> | ||
<View style={[myStyle.rectangle, { width: 145, height: 25 }]} /> | ||
<View style={[myStyle.rectangle, { width: 75, height: 20, marginTop: 20 }]} /> | ||
<View style={[myStyle.rectangle, { width: 210, height: 25 }]} /> |
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.
Same here
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.
Sorry, meant to request changes but accidentally approved
2d5875e
to
ffdf808
Compare
The xcode file is still included but that isn't a big deal it's just an EOF |
It was just a EOF but I fixed it anyway. |
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
cb1c82f
to
6d784a5
Compare
Quality Gate passedIssues Measures |
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]> Signed-off-by: al-rosenthal <[email protected]>
Summary of Changes
Improved loading experience and streamlined testing
react-hooks.ts
, making tests easier to manage.This summary focuses on the key user-facing improvement (loading animations) and the behind-the-scenes benefit of centralized mock data, while also acknowledging the necessary test updates. It uses positive language and avoids technical jargon that might not be familiar to all reviewers.
Related Issues
n/a
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.