-
Notifications
You must be signed in to change notification settings - Fork 7
farrah/fix: kyc verification #638
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
Conversation
Update workflows and tests for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new project integration #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows and tests for new changes from p2p-dev2. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update project files, tests, and components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI/CD workflows, .gitignore, README, and various tests and components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflow, tests, and component files for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new features. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components from p2p-dev2 branch. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI/CD workflows, tests, and various components for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
#VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
#VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for project initialization. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
#VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI workflows, tests, and UI components for new features. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, .gitignore, README, and numerous tests and components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI/CD workflows, tests, components, and documentation. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update GitHub workflows and test files for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI workflows, .gitignore, README, and various tests and components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update GitHub workflows and add new tests for ads and core components #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and README. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update project files and tests from p2p-dev2 branch. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and README #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new integration. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components from p2p-dev2 branch. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update GitHub Actions workflows and add new test files for improved CI. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and global styles #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components from p2p-dev2 branch. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
#VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and UI components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, UI, and types for project initialization. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI workflows, .gitignore, README, and various tests/components #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and global styles #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and global styles. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update CI workflows, .gitignore, README, and various tests and components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, components, and global styles. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
…I components #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components for new changes. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and various components. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, and components #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
Update workflows, tests, UI components, and documentation. #VERCEL_SKIP Co-authored-by: Farrah Mae Ochoa <[email protected]>
| if(isPoiExpired && isPoaExpired) title = "Verification expired" | ||
| else if(isPoiExpired) title = "Identity verification expired" | ||
| else if(isPoaExpired) title = "Address verification expired" |
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 wont get translated right if you dont wrap them in t function
| if(isPoiExpired && isPoaExpired) title = "Verification expired" | ||
| else if(isPoiExpired) title = "Identity verification expired" | ||
| else if(isPoaExpired) title = "Address verification expired" |
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
| if(isPoiExpired && isPoaExpired) title = "Verification expired" | ||
| else if(isPoiExpired) title = "Identity verification expired" | ||
| else if(isPoaExpired) title = "Address verification expired" | ||
|
|
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.
and here
|
|
||
| if(isPoiExpired && isPoaExpired) title = "Verification expired" | ||
| else if(isPoiExpired) title = "Identity verification expired" | ||
| else if(isPoaExpired) title = "Address verification expired" | ||
|
|
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.
here as well
| if(isPoiExpired && isPoaExpired) return "Resubmit your proof of identity and address to continue using P2P." | ||
| else if(isPoiExpired) return "Resubmit your proof of identity to continue using P2P." | ||
| else if(isPoaExpired) return "Resubmit your proof of address to continue using P2P." | ||
| } |
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 as well
| )} | ||
| {step.expired && ( | ||
| <div className="text-xs text-grayscale-600 bg-grayscale-500 rounded-sm px-4 py-1"> | ||
| Unverified |
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.
would this get translated?
| </div> | ||
| ))} | ||
| </div> | ||
| {hasExpiredSteps && <Button className="w-full mt-6" onClick={handlePoiPoaExpiredLink}>Resubmit now</Button>} |
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 with the button here
Handled pending/expired/rejected POI/POA.