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.
chore: created common chunk (deriv-com#15374)
* chore: optimize webpack * fix: removed console * fix: added preset into babel * fix: resolved issue with testcase execution * fix: incorporated jest fix * fix: ts issues * fix: updated package versions * fix: suppressed types * fix: build issue * chore: eplaced classnames with clsx package * fix: poi config and limited_spec * fix: resolved type errors in files * fix: resolved type errors in files * fix: resolved types of poi components * fix: resolved type issue with fil-uploader and idv-document-submit * fix: type issues with helper, poa-button, reset-trading-password, route-with-subroutes * fix: type * fix: api types * fix: connected apps section * fix: types in personal-details, binary-link and ta-form * fix: types in utils, currency-selector, card, store/types * fix: types of poa-container, expaned-card, routes-config, terms-of-use, radio-button * fix: type for accoun-limit, article, api-token- idv-document-submit * fix: types of self-exclusion * fix: testcases for account-limit, detail-component * fix: self exclusion * fix: api token * fix: testcases for Self-exclusion, account-limit * fix: file-uploader * fix: personal-details type * fix: api-token * fix: account-limits * fix: file-uploader * fix: reset-trading-password-modal * fix: reset-trading-password-modal * fix: type issues in build * fix: type issues in build * fix: type issues in build * chore: created common chunk * fix: package json issue * fix: updated babel config for core * fix: type and config issue * chore: lazy loaded some sections * chore: lazyloaded connected-apps and login-history * fix: failing testcase * chore: webpack chunk config * fix: removed unused webpack entries * fix: webpack chunk render issue * fix: webpack chunk creation --------- Co-authored-by: amina-deriv <[email protected]>
- Loading branch information
1 parent
2fa68bb
commit 193e546
Showing
27 changed files
with
90 additions
and
186 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
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 was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/account/src/Components/account-limits/account-limits-article.tsx
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
1 change: 0 additions & 1 deletion
1
packages/account/src/Components/poa/status/verified/verified.tsx
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 was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
packages/account/src/Constants/get-login-history-table-headers.tsx
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
4 changes: 2 additions & 2 deletions
4
packages/account/src/Sections/Security/AccountLimits/account-limits.tsx
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import AccountLimits from 'Components/account-limits/account-limits'; | ||
import 'Components/account-limits/account-limits.scss'; | ||
import AccountLimits from '../../../Components/account-limits/account-limits'; | ||
import '../../../Components/account-limits/account-limits.scss'; | ||
|
||
export default AccountLimits; |
3 changes: 1 addition & 2 deletions
3
packages/account/src/Sections/Security/ConnectedApps/connected-apps-earn-more.tsx
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
3 changes: 1 addition & 2 deletions
3
packages/account/src/Sections/Security/ConnectedApps/connected-apps-info-bullets.tsx
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
3 changes: 1 addition & 2 deletions
3
packages/account/src/Sections/Security/ConnectedApps/connected-apps-know-more.tsx
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
1 change: 0 additions & 1 deletion
1
packages/account/src/Sections/Security/DeactivateAccount/deactivate-account.tsx
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
3 changes: 1 addition & 2 deletions
3
packages/account/src/Sections/Security/LoginHistory/login-history-content.tsx
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
5 changes: 2 additions & 3 deletions
5
packages/account/src/Sections/Security/LoginHistory/login-history-list-row.tsx
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
3 changes: 1 addition & 2 deletions
3
packages/account/src/Sections/Security/LoginHistory/login-history-table-row.tsx
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
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.