Skip to content
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

Likhith/trah 3856/add poa document type #16611

Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6634fd6
feat: incorporated POA dropdown field
likhith-deriv Aug 26, 2024
45818e5
chore: fixed the POA dropdown
likhith-deriv Aug 26, 2024
2c6551f
fix: type issues in TS
likhith-deriv Aug 26, 2024
5932d34
fix: testcase for File upload
likhith-deriv Aug 26, 2024
6053fe2
chore: incorporated Mobile layout
likhith-deriv Aug 28, 2024
fa4e4a0
chore: incorporated POA for mobile
likhith-deriv Aug 28, 2024
bd5570c
fix: failing testcases
likhith-deriv Aug 28, 2024
1f3eb76
fix: failing testcase in cfd-poa
likhith-deriv Aug 29, 2024
b3593f0
fix: failing testcase in cfd-poa
likhith-deriv Aug 29, 2024
084d9a2
chore: added POAForm testcase
likhith-deriv Aug 29, 2024
e6aa156
chore: added POAForm testcase
likhith-deriv Aug 29, 2024
5b6e688
fix: incorporated review comments
likhith-deriv Aug 30, 2024
884d287
Merge remote-tracking branch 'upstream/master' into likhith/TRAH-3856…
likhith-deriv Sep 2, 2024
b1c9228
fix: incorporated new layout changes
likhith-deriv Sep 2, 2024
1fd0cf2
Merge remote-tracking branch 'upstream/master' into likhith/TRAH-3856…
likhith-deriv Sep 3, 2024
13716a2
Merge remote-tracking branch 'upstream/master' into likhith/TRAH-3856…
likhith-deriv Sep 16, 2024
9983d47
Merge branch 'master' into likhith/TRAH-3856/add-poa-document-type
likhith-deriv Sep 16, 2024
a8d76a7
Merge branch 'master' into likhith/TRAH-3856/add-poa-document-type
likhith-deriv Sep 20, 2024
3c85b4b
fix: incorporated validation for Document type field
likhith-deriv Sep 23, 2024
8708832
fix: incorporated validation for Document type field
likhith-deriv Sep 23, 2024
3ff1bdc
likhith/trah-4188/incorporate POA enhancement for wallet (#75)
likhith-deriv Sep 23, 2024
44f5484
fix: overirde CSS
likhith-deriv Sep 23, 2024
5b984a9
fix: incorporated review comments
likhith-deriv Sep 23, 2024
8d34707
fix: incoprorated review comments
likhith-deriv Sep 24, 2024
25aa1d3
chore: added POA others
likhith-deriv Sep 30, 2024
9f20ad2
Merge branch 'master' into likhith/TRAH-3856/add-poa-document-type
likhith-deriv Sep 30, 2024
e1be4e9
Merge branch 'master' into likhith/TRAH-3856/add-poa-document-type
likhith-deriv Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: incoprorated review comments
  • Loading branch information
likhith-deriv committed Sep 24, 2024
commit 8d347070a35f48120d41a8b746b523489b03d991
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const POAMobile: React.FC<POAMobileProps> = ({ countryCode, onCompletion }) => {
<div className='wallets-poa-mobile-layout__container'>
{errorSettings?.message && (
<InlineMessage className='wallets-poa-mobile-layout__error-banner' variant='error'>
<Text align='start'>{localize(errorSettings.message)}</Text>
<Text align='start'>{errorSettings.message}</Text>
</InlineMessage>
)}
<DocumentSubmission countryCode={countryCode as string} />
Expand Down
Loading