Skip to content

Conversation

@farrah-deriv
Copy link
Collaborator

Handled pending/expired/rejected POI/POA.

v0 bot and others added 30 commits December 26, 2025 10:56
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]>
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]>
v0 bot and others added 6 commits December 30, 2025 15:12
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]>
v0 bot and others added 2 commits December 30, 2025 15:55
…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]>
v0 bot and others added 2 commits December 30, 2025 16:04
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]>
Comment on lines +104 to +106
if(isPoiExpired && isPoaExpired) title = "Verification expired"
else if(isPoiExpired) title = "Identity verification expired"
else if(isPoaExpired) title = "Address verification expired"
Copy link
Contributor

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

Comment on lines +95 to +97
if(isPoiExpired && isPoaExpired) title = "Verification expired"
else if(isPoiExpired) title = "Identity verification expired"
else if(isPoaExpired) title = "Address verification expired"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Comment on lines +145 to +148
if(isPoiExpired && isPoaExpired) title = "Verification expired"
else if(isPoiExpired) title = "Identity verification expired"
else if(isPoaExpired) title = "Address verification expired"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

Comment on lines +42 to +46

if(isPoiExpired && isPoaExpired) title = "Verification expired"
else if(isPoiExpired) title = "Identity verification expired"
else if(isPoaExpired) title = "Address verification expired"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well

Comment on lines +70 to +73
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."
}
Copy link
Contributor

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
Copy link
Contributor

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>}
Copy link
Contributor

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

@farrah-deriv farrah-deriv merged commit 3d79531 into main Jan 4, 2026
6 checks passed
@farrah-deriv farrah-deriv deleted the p2p-dev2 branch January 4, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants