forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[account-v2]/likhith/shaheer/[COJ-506]/integrated manual-flow-compone…
…nts (deriv-com#13504) * integrated manual-flow-components * chore: renamed file * fix: added manual upload in route * fix: dropzone upload issue * chore: added selfie-docment-upload section * fix: icon color and component * chore: added selfieupload form * [COJ] Shaheer / COJ-506 / Manual flow integration (deriv-com#63) * fix: uses text component from deriv ui * fix: fixes test * fix: fixes styling * fix: fixes button * test: adds tests for manual form * fix: checks country code * fix: prevents unrequired items from hook * style: adds full height * fix: turns off autocomplete * feat: adds yup validations * fix: fixes type * refactor: refactor file upload * refactor: updates config * Likhith/manual form code clean up (deriv-com#64) * fix: included manual-form changes * fix: updated selfie image * fix: removed unwanted props * fix: removed unwanted props * fix: removed commented code * Fixes datepicker component (deriv-com#65) * fix: uses text component from deriv ui * fix: fixes test * fix: fixes styling * fix: fixes button * test: adds tests for manual form * fix: checks country code * fix: prevents unrequired items from hook * style: adds full height * fix: turns off autocomplete * feat: adds yup validations * fix: fixes type * refactor: refactor file upload * refactor: updates config * fix: included manual-form changes * fix: updated selfie image * fix: removed unwanted props * fix: removed unwanted props * refactor: moves date picker component out * refactor: refactors datepicker * refactor: refactors date picker * refactor: fixes type * refactor: refactors datepicker * refactor: renames component * fix: passes props down the road * refactor: renames testid * test: fixes test --------- Co-authored-by: Likhith Kolayari <[email protected]> * fix: integrateion of manual-flow * fix: manual upload date pick * fix: added testcases for manual * fix: code smells * fix: fixes validation default * fix: persists file dropzone * Shaheer/coj 506 (deriv-com#67) * fix: fixes validation default * fix: persists file dropzone * fix: validate form on mount * fix: fixes height * fix: validation errors * fix: type issues * fix: testcases * fix: testcases * fix: fixes nimc text error * fix: removes console statements * fix: adds todo for useKycAuthStatus hook * test: fixes test case * fix: adds color class --------- Co-authored-by: Shaheer <[email protected]> Co-authored-by: Shaheer <[email protected]>
- Loading branch information
1 parent
3a646f2
commit 76a4e8b
Showing
65 changed files
with
896 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
29 changes: 29 additions & 0 deletions
29
packages/account-v2/src/assets/manual-upload/selfie-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as DatePicker } from './DatePicker'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.