@oxyhq/services 5.16.17 → 5.16.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/core/mixins/OxyServices.security.js +42 -0
- package/lib/commonjs/core/mixins/OxyServices.security.js.map +1 -1
- package/lib/commonjs/models/interfaces.js +2 -0
- package/lib/commonjs/models/interfaces.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +19 -1
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +1 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +2 -1
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +1 -2
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +44 -6
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +9 -2
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +1 -1
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +1 -1
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js +3 -3
- package/lib/commonjs/ui/context/hooks/useStorage.js +2 -2
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +22 -7
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +13 -13
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +17 -17
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +2 -2
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +10 -9
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +15 -15
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +3 -3
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +2 -2
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +3 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +4 -4
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +1 -2
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +44 -16
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +3 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +2 -2
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +8 -5
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +49 -2
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/sessionHelpers.js +0 -2
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/utils/languageUtils.js +11 -11
- package/lib/commonjs/utils/languageUtils.js.map +1 -1
- package/lib/module/core/mixins/OxyServices.security.js +42 -0
- package/lib/module/core/mixins/OxyServices.security.js.map +1 -1
- package/lib/module/models/interfaces.js +2 -0
- package/lib/module/models/interfaces.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +19 -1
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +1 -29
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/Section.js +2 -1
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +1 -2
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +3 -3
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +45 -7
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +9 -2
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js +3 -3
- package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useStorage.js +2 -2
- package/lib/module/ui/context/hooks/useStorage.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js +1 -1
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +22 -7
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +13 -13
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +17 -17
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +2 -2
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +11 -10
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +15 -15
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +3 -3
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +2 -2
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +4 -2
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +4 -4
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1 -2
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +44 -16
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +3 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +3 -3
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +9 -6
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +46 -0
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +0 -2
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/utils/languageUtils.js +11 -11
- package/lib/module/utils/languageUtils.js.map +1 -1
- package/lib/typescript/core/mixins/OxyServices.security.d.ts +12 -0
- package/lib/typescript/core/mixins/OxyServices.security.d.ts.map +1 -1
- package/lib/typescript/core/mixins/index.d.ts +2 -0
- package/lib/typescript/core/mixins/index.d.ts.map +1 -1
- package/lib/typescript/models/interfaces.d.ts +1 -1
- package/lib/typescript/models/interfaces.d.ts.map +1 -1
- package/lib/typescript/ui/components/FollowButton.d.ts.map +1 -1
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +1 -1
- package/lib/typescript/ui/components/Section.d.ts.map +1 -1
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +1 -1
- package/lib/typescript/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +1 -1
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts +1 -1
- package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts.map +1 -1
- package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts +1 -1
- package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/ui/context/hooks/useStorage.d.ts +1 -1
- package/lib/typescript/ui/context/hooks/useStorage.d.ts.map +1 -1
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts.map +1 -1
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -1
- package/lib/typescript/ui/utils/errorHandlers.d.ts +5 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts.map +1 -1
- package/lib/typescript/ui/utils/sessionHelpers.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/core/mixins/OxyServices.security.ts +44 -0
- package/src/models/interfaces.ts +4 -0
- package/src/ui/components/FollowButton.tsx +19 -1
- package/src/ui/components/GroupedItem.tsx +1 -29
- package/src/ui/components/Section.tsx +1 -0
- package/src/ui/components/SectionTitle.tsx +0 -1
- package/src/ui/components/fileManagement/FileViewer.tsx +3 -3
- package/src/ui/context/OxyContext.tsx +30 -9
- package/src/ui/context/hooks/useAuthOperations.ts +16 -9
- package/src/ui/context/hooks/useDeviceManagement.ts +1 -1
- package/src/ui/context/hooks/useLanguageManagement.ts +2 -2
- package/src/ui/context/hooks/useSessionManagement.ts +3 -3
- package/src/ui/context/hooks/useStorage.ts +2 -2
- package/src/ui/hooks/queries/useAccountQueries.ts +1 -1
- package/src/ui/hooks/queries/useServicesQueries.ts +1 -1
- package/src/ui/hooks/useSessionSocket.ts +8 -7
- package/src/ui/screens/AccountCenterScreen.tsx +13 -13
- package/src/ui/screens/AccountOverviewScreen.tsx +17 -17
- package/src/ui/screens/AccountSettingsScreen.tsx +2 -2
- package/src/ui/screens/AccountSwitcherScreen.tsx +8 -8
- package/src/ui/screens/AppInfoScreen.tsx +15 -15
- package/src/ui/screens/FeedbackScreen.tsx +1 -1
- package/src/ui/screens/FileManagementScreen.tsx +1 -1
- package/src/ui/screens/HelpSupportScreen.tsx +3 -3
- package/src/ui/screens/HistoryViewScreen.tsx +2 -2
- package/src/ui/screens/LanguageSelectorScreen.tsx +4 -1
- package/src/ui/screens/LegalDocumentsScreen.tsx +4 -4
- package/src/ui/screens/PaymentGatewayScreen.tsx +1 -1
- package/src/ui/screens/PremiumSubscriptionScreen.tsx +0 -1
- package/src/ui/screens/ProfileScreen.tsx +61 -22
- package/src/ui/screens/SavesCollectionsScreen.tsx +10 -1
- package/src/ui/screens/karma/KarmaAboutScreen.tsx +8 -1
- package/src/ui/screens/karma/KarmaCenterScreen.tsx +2 -2
- package/src/ui/screens/karma/KarmaRewardsScreen.tsx +9 -6
- package/src/ui/utils/errorHandlers.ts +58 -0
- package/src/ui/utils/sessionHelpers.ts +0 -2
- package/src/utils/languageUtils.ts +11 -11
- package/lib/commonjs/ui/context/utils/errorHandlers.js +0 -100
- package/lib/commonjs/ui/context/utils/errorHandlers.js.map +0 -1
- package/lib/commonjs/ui/context/utils/sessionHelpers.js +0 -103
- package/lib/commonjs/ui/context/utils/sessionHelpers.js.map +0 -1
- package/lib/commonjs/ui/context/utils/storageHelpers.js +0 -119
- package/lib/commonjs/ui/context/utils/storageHelpers.js.map +0 -1
- package/lib/module/ui/context/utils/errorHandlers.js +0 -93
- package/lib/module/ui/context/utils/errorHandlers.js.map +0 -1
- package/lib/module/ui/context/utils/sessionHelpers.js +0 -96
- package/lib/module/ui/context/utils/sessionHelpers.js.map +0 -1
- package/lib/module/ui/context/utils/storageHelpers.js +0 -111
- package/lib/module/ui/context/utils/storageHelpers.js.map +0 -1
- package/lib/typescript/ui/context/utils/errorHandlers.d.ts +0 -30
- package/lib/typescript/ui/context/utils/errorHandlers.d.ts.map +0 -1
- package/lib/typescript/ui/context/utils/sessionHelpers.d.ts +0 -59
- package/lib/typescript/ui/context/utils/sessionHelpers.d.ts.map +0 -1
- package/lib/typescript/ui/context/utils/storageHelpers.d.ts +0 -31
- package/lib/typescript/ui/context/utils/storageHelpers.d.ts.map +0 -1
- package/src/ui/context/utils/errorHandlers.ts +0 -146
- package/src/ui/context/utils/sessionHelpers.ts +0 -146
- package/src/ui/context/utils/storageHelpers.ts +0 -134
|
@@ -398,7 +398,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
398
398
|
items={[
|
|
399
399
|
{
|
|
400
400
|
id: 'profile-info',
|
|
401
|
-
icon: '
|
|
401
|
+
icon: 'account',
|
|
402
402
|
iconColor: baseThemeStyles.colors.iconSecurity,
|
|
403
403
|
title: displayName,
|
|
404
404
|
subtitle: user ? (user.email || user.username) : (t('common.status.loading') || 'Loading...'),
|
|
@@ -414,7 +414,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
414
414
|
items={[
|
|
415
415
|
{
|
|
416
416
|
id: 'edit-profile',
|
|
417
|
-
icon: '
|
|
417
|
+
icon: 'account-circle',
|
|
418
418
|
iconColor: baseThemeStyles.colors.iconPersonalInfo,
|
|
419
419
|
title: t('accountOverview.items.editProfile.title'),
|
|
420
420
|
subtitle: t('accountOverview.items.editProfile.subtitle'),
|
|
@@ -422,7 +422,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
id: 'security-privacy',
|
|
425
|
-
icon: 'shield-
|
|
425
|
+
icon: 'shield-check',
|
|
426
426
|
iconColor: baseThemeStyles.colors.iconSecurity,
|
|
427
427
|
title: t('accountOverview.items.security.title'),
|
|
428
428
|
subtitle: t('accountOverview.items.security.subtitle'),
|
|
@@ -430,7 +430,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
432
|
id: 'notifications',
|
|
433
|
-
icon: '
|
|
433
|
+
icon: 'bell',
|
|
434
434
|
iconColor: baseThemeStyles.colors.iconStorage,
|
|
435
435
|
title: t('accountOverview.items.notifications.title'),
|
|
436
436
|
subtitle: t('accountOverview.items.notifications.subtitle'),
|
|
@@ -483,7 +483,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
483
483
|
<GroupedSection
|
|
484
484
|
items={additionalAccountsData.map((account, index) => ({
|
|
485
485
|
id: `account-${account.id}`,
|
|
486
|
-
icon: '
|
|
486
|
+
icon: 'account',
|
|
487
487
|
iconColor: baseThemeStyles.colors.iconData,
|
|
488
488
|
title: typeof account.name === 'object'
|
|
489
489
|
? account.name?.full || account.name?.first || account.username
|
|
@@ -519,7 +519,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
519
519
|
items={[
|
|
520
520
|
{
|
|
521
521
|
id: 'no-accounts',
|
|
522
|
-
icon: '
|
|
522
|
+
icon: 'account-outline',
|
|
523
523
|
iconColor: '#ccc',
|
|
524
524
|
title: t('accountOverview.additional.noAccounts.title') || 'No other accounts',
|
|
525
525
|
subtitle: t('accountOverview.additional.noAccounts.subtitle') || 'Add another account to switch between them',
|
|
@@ -546,7 +546,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
548
|
id: 'sign-out-all',
|
|
549
|
-
icon: '
|
|
549
|
+
icon: 'logout',
|
|
550
550
|
iconColor: baseThemeStyles.colors.iconSharing,
|
|
551
551
|
title: t('accountOverview.items.signOutAll.title') || 'Sign out of all accounts',
|
|
552
552
|
subtitle: t('accountOverview.items.signOutAll.subtitle') || 'Remove all accounts from this device',
|
|
@@ -564,7 +564,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
564
564
|
items={[
|
|
565
565
|
{
|
|
566
566
|
id: 'account-switcher',
|
|
567
|
-
icon: '
|
|
567
|
+
icon: 'account-group',
|
|
568
568
|
iconColor: baseThemeStyles.colors.iconData,
|
|
569
569
|
title: showMoreAccounts
|
|
570
570
|
? t('accountOverview.items.accountSwitcher.titleHide')
|
|
@@ -580,7 +580,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
id: 'history-view',
|
|
583
|
-
icon: '
|
|
583
|
+
icon: 'clock',
|
|
584
584
|
iconColor: baseThemeStyles.colors.iconSecurity,
|
|
585
585
|
title: t('accountOverview.items.history.title') || 'History',
|
|
586
586
|
subtitle: t('accountOverview.items.history.subtitle') || 'View and manage your search history',
|
|
@@ -604,7 +604,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
id: 'delete-account',
|
|
607
|
-
icon: '
|
|
607
|
+
icon: 'delete',
|
|
608
608
|
iconColor: baseThemeStyles.colors.iconSharing,
|
|
609
609
|
title: t('accountOverview.items.deleteAccount.title'),
|
|
610
610
|
subtitle: t('accountOverview.items.deleteAccount.subtitle'),
|
|
@@ -621,7 +621,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
621
621
|
items={[
|
|
622
622
|
{
|
|
623
623
|
id: 'search-settings',
|
|
624
|
-
icon: '
|
|
624
|
+
icon: 'magnify',
|
|
625
625
|
iconColor: baseThemeStyles.colors.iconSecurity,
|
|
626
626
|
title: t('accountOverview.items.searchSettings.title') || 'Search Settings',
|
|
627
627
|
subtitle: t('accountOverview.items.searchSettings.subtitle') || 'SafeSearch and personalization',
|
|
@@ -629,7 +629,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
id: 'language-settings',
|
|
632
|
-
icon: '
|
|
632
|
+
icon: 'translate',
|
|
633
633
|
iconColor: baseThemeStyles.colors.iconPersonalInfo,
|
|
634
634
|
title: t('accountOverview.items.language.title') || 'Language',
|
|
635
635
|
subtitle: t('accountOverview.items.language.subtitle') || 'Choose your preferred language',
|
|
@@ -637,7 +637,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
id: 'account-preferences',
|
|
640
|
-
icon: '
|
|
640
|
+
icon: 'cog',
|
|
641
641
|
iconColor: '#8E8E93',
|
|
642
642
|
title: t('accountOverview.items.preferences.title'),
|
|
643
643
|
subtitle: t('accountOverview.items.preferences.subtitle'),
|
|
@@ -653,7 +653,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
653
653
|
},
|
|
654
654
|
{
|
|
655
655
|
id: 'privacy-policy',
|
|
656
|
-
icon: 'shield-
|
|
656
|
+
icon: 'shield-check',
|
|
657
657
|
iconColor: baseThemeStyles.colors.iconPersonalInfo,
|
|
658
658
|
title: t('accountOverview.items.privacyPolicy.title') || 'Privacy Policy',
|
|
659
659
|
subtitle: t('accountOverview.items.privacyPolicy.subtitle') || 'How we handle your data',
|
|
@@ -661,7 +661,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
663
|
id: 'terms-of-service',
|
|
664
|
-
icon: 'document
|
|
664
|
+
icon: 'file-document',
|
|
665
665
|
iconColor: baseThemeStyles.colors.iconSecurity,
|
|
666
666
|
title: t('accountOverview.items.termsOfService.title') || 'Terms of Service',
|
|
667
667
|
subtitle: t('accountOverview.items.termsOfService.subtitle') || 'Terms and conditions of use',
|
|
@@ -677,7 +677,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
679
|
id: 'about',
|
|
680
|
-
icon: 'information
|
|
680
|
+
icon: 'information',
|
|
681
681
|
iconColor: '#8E8E93',
|
|
682
682
|
title: t('accountOverview.items.about.title'),
|
|
683
683
|
subtitle: t('accountOverview.items.about.subtitle'),
|
|
@@ -691,7 +691,7 @@ const AccountOverviewScreen: React.FC<BaseScreenProps> = ({
|
|
|
691
691
|
{/* Sign Out */}
|
|
692
692
|
<Section title={t('accountOverview.sections.actions')} >
|
|
693
693
|
<GroupedItem
|
|
694
|
-
icon="
|
|
694
|
+
icon="logout"
|
|
695
695
|
iconColor="#FF3B30"
|
|
696
696
|
title={t('accountOverview.items.signOut.title')}
|
|
697
697
|
subtitle={t('accountOverview.items.signOut.subtitle')}
|
|
@@ -1038,10 +1038,10 @@ const AccountSettingsScreen: React.FC<BaseScreenProps & { initialField?: string;
|
|
|
1038
1038
|
);
|
|
1039
1039
|
}
|
|
1040
1040
|
const fieldConfig = {
|
|
1041
|
-
displayName: { label: 'Display Name', value: displayName, placeholder: 'Enter your display name', icon: '
|
|
1041
|
+
displayName: { label: 'Display Name', value: displayName, placeholder: 'Enter your display name', icon: 'account', color: colors.iconPersonalInfo, multiline: false, keyboardType: 'default' as const },
|
|
1042
1042
|
username: { label: 'Username', value: username, placeholder: 'Choose a username', icon: 'at', color: colors.iconData, multiline: false, keyboardType: 'default' as const },
|
|
1043
1043
|
email: { label: 'Email', value: email, placeholder: 'Enter your email address', icon: 'mail', color: colors.iconStorage, multiline: false, keyboardType: 'email-address' as const },
|
|
1044
|
-
bio: { label: 'Bio', value: bio, placeholder: 'Tell people about yourself...', icon: 'document
|
|
1044
|
+
bio: { label: 'Bio', value: bio, placeholder: 'Tell people about yourself...', icon: 'file-document', color: colors.iconPersonalInfo, multiline: true, keyboardType: 'default' as const },
|
|
1045
1045
|
location: { label: 'Location', value: location, placeholder: 'Enter your location', icon: 'location', color: colors.iconSharing, multiline: false, keyboardType: 'default' as const },
|
|
1046
1046
|
links: { label: 'Links', value: links.join(', '), placeholder: 'Enter your links (comma separated)', icon: 'link', color: colors.iconPersonalInfo, multiline: false, keyboardType: 'url' as const }
|
|
1047
1047
|
};
|
|
@@ -456,7 +456,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
456
456
|
items={[
|
|
457
457
|
{
|
|
458
458
|
id: 'add-account',
|
|
459
|
-
icon: '
|
|
459
|
+
icon: 'account-plus',
|
|
460
460
|
iconColor: '#007AFF',
|
|
461
461
|
title: 'Add Another Account',
|
|
462
462
|
subtitle: 'Sign in with a different account',
|
|
@@ -464,7 +464,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
id: 'device-management',
|
|
467
|
-
icon: '
|
|
467
|
+
icon: 'cellphone',
|
|
468
468
|
iconColor: '#5856D6',
|
|
469
469
|
title: `${showDeviceManagement ? 'Hide' : 'Manage'} Device Sessions`,
|
|
470
470
|
subtitle: 'View and manage sessions on other devices',
|
|
@@ -472,7 +472,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
472
472
|
},
|
|
473
473
|
{
|
|
474
474
|
id: 'sign-out-all',
|
|
475
|
-
icon: '
|
|
475
|
+
icon: 'logout',
|
|
476
476
|
iconColor: '#FF3B30',
|
|
477
477
|
title: 'Sign Out All Accounts',
|
|
478
478
|
subtitle: 'Remove all accounts from this device',
|
|
@@ -511,7 +511,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
511
511
|
items={[
|
|
512
512
|
{
|
|
513
513
|
id: 'no-device-sessions',
|
|
514
|
-
icon: '
|
|
514
|
+
icon: 'cellphone',
|
|
515
515
|
iconColor: '#ccc',
|
|
516
516
|
title: t('accountSwitcher.device.noneTitle') || 'No device sessions found',
|
|
517
517
|
subtitle: t('accountSwitcher.device.noneSubtitle') || 'Device session management not available',
|
|
@@ -524,7 +524,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
524
524
|
<GroupedSection
|
|
525
525
|
items={deviceSessions.map((session, index) => ({
|
|
526
526
|
id: `device-session-${session.sessionId}`,
|
|
527
|
-
icon: session.isCurrent ? '
|
|
527
|
+
icon: session.isCurrent ? 'cellphone' : 'cellphone-basic',
|
|
528
528
|
iconColor: session.isCurrent ? '#34C759' : '#8E8E93',
|
|
529
529
|
title: `${session.deviceName} ${session.isCurrent ? '(' + (t('accountSwitcher.device.thisDevice') || 'This device') + ')' : ''}`,
|
|
530
530
|
subtitle: t('accountSwitcher.device.lastActive', { date: new Date(session.lastActive).toLocaleDateString() }) || `Last active: ${new Date(session.lastActive).toLocaleDateString()}`,
|
|
@@ -557,7 +557,7 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
|
|
|
557
557
|
items={[
|
|
558
558
|
{
|
|
559
559
|
id: 'empty-state',
|
|
560
|
-
icon: '
|
|
560
|
+
icon: 'account-outline',
|
|
561
561
|
iconColor: '#ccc',
|
|
562
562
|
title: t('accountSwitcher.empty.title') || 'No saved accounts',
|
|
563
563
|
subtitle: t('accountSwitcher.empty.subtitle') || 'Add another account to switch between them quickly',
|
|
@@ -605,9 +605,9 @@ const styles = StyleSheet.create({
|
|
|
605
605
|
},
|
|
606
606
|
sectionTitle: {
|
|
607
607
|
fontSize: 16,
|
|
608
|
-
fontWeight: '600',
|
|
608
|
+
fontWeight: Platform.OS === 'web' ? '600' : undefined,
|
|
609
|
+
fontFamily: fontFamilies.phuduSemiBold,
|
|
609
610
|
color: '#333',
|
|
610
|
-
marginBottom: 12,
|
|
611
611
|
},
|
|
612
612
|
settingItem: {
|
|
613
613
|
backgroundColor: '#fff',
|
|
@@ -175,7 +175,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
175
175
|
items={[
|
|
176
176
|
{
|
|
177
177
|
id: 'name',
|
|
178
|
-
icon: 'information
|
|
178
|
+
icon: 'information',
|
|
179
179
|
iconColor: themeStyles.colors.iconSecurity,
|
|
180
180
|
title: 'Name',
|
|
181
181
|
subtitle: packageInfo.name,
|
|
@@ -184,7 +184,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
id: 'version',
|
|
187
|
-
icon: '
|
|
187
|
+
icon: 'tag',
|
|
188
188
|
iconColor: themeStyles.colors.iconData,
|
|
189
189
|
title: 'Version',
|
|
190
190
|
subtitle: packageInfo.version,
|
|
@@ -192,14 +192,14 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
id: 'description',
|
|
195
|
-
icon: 'document
|
|
195
|
+
icon: 'file-document',
|
|
196
196
|
iconColor: themeStyles.colors.iconPersonalInfo,
|
|
197
197
|
title: 'Description',
|
|
198
198
|
subtitle: packageInfo.description || 'No description',
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
id: 'main-entry',
|
|
202
|
-
icon: 'code',
|
|
202
|
+
icon: 'code-tags',
|
|
203
203
|
iconColor: themeStyles.colors.iconStorage,
|
|
204
204
|
title: 'Main Entry',
|
|
205
205
|
subtitle: packageInfo.main || 'N/A',
|
|
@@ -215,7 +215,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
id: 'types-entry',
|
|
218
|
-
icon: '
|
|
218
|
+
icon: 'wrench',
|
|
219
219
|
iconColor: themeStyles.colors.iconPersonalInfo,
|
|
220
220
|
title: 'Types Entry',
|
|
221
221
|
subtitle: packageInfo.types || 'N/A',
|
|
@@ -231,14 +231,14 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
231
231
|
items={[
|
|
232
232
|
{
|
|
233
233
|
id: 'platform',
|
|
234
|
-
icon: '
|
|
234
|
+
icon: 'cellphone',
|
|
235
235
|
iconColor: themeStyles.colors.iconSecurity,
|
|
236
236
|
title: 'Platform',
|
|
237
237
|
subtitle: Platform.OS,
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
id: 'platform-version',
|
|
241
|
-
icon: '
|
|
241
|
+
icon: 'chip',
|
|
242
242
|
iconColor: themeStyles.colors.iconData,
|
|
243
243
|
title: 'Platform Version',
|
|
244
244
|
subtitle: systemInfo?.version || 'Loading...',
|
|
@@ -259,7 +259,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
id: 'environment',
|
|
262
|
-
icon: '
|
|
262
|
+
icon: 'cog',
|
|
263
263
|
iconColor: themeStyles.colors.iconPersonalInfo,
|
|
264
264
|
title: 'Environment',
|
|
265
265
|
subtitle: __DEV__ ? 'Development' : 'Production',
|
|
@@ -274,7 +274,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
274
274
|
items={[
|
|
275
275
|
{
|
|
276
276
|
id: 'auth-status',
|
|
277
|
-
icon: 'shield-
|
|
277
|
+
icon: 'shield-check',
|
|
278
278
|
iconColor: isAuthenticated ? themeStyles.colors.iconPersonalInfo : themeStyles.colors.iconSharing,
|
|
279
279
|
title: 'Authentication Status',
|
|
280
280
|
subtitle: isAuthenticated ? 'Authenticated' : 'Not Authenticated',
|
|
@@ -282,7 +282,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
282
282
|
...(user ? [
|
|
283
283
|
{
|
|
284
284
|
id: 'user-id',
|
|
285
|
-
icon: '
|
|
285
|
+
icon: 'account',
|
|
286
286
|
iconColor: themeStyles.colors.iconSecurity,
|
|
287
287
|
title: 'User ID',
|
|
288
288
|
subtitle: user.id,
|
|
@@ -319,7 +319,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
319
319
|
] : []),
|
|
320
320
|
{
|
|
321
321
|
id: 'active-sessions',
|
|
322
|
-
icon: '
|
|
322
|
+
icon: 'account-group',
|
|
323
323
|
iconColor: themeStyles.colors.iconPersonalInfo,
|
|
324
324
|
title: 'Total Active Sessions',
|
|
325
325
|
subtitle: sessions?.length?.toString() || '0',
|
|
@@ -375,7 +375,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
375
375
|
items={[
|
|
376
376
|
{
|
|
377
377
|
id: 'build-timestamp',
|
|
378
|
-
icon: '
|
|
378
|
+
icon: 'clock',
|
|
379
379
|
iconColor: themeStyles.colors.iconSecurity,
|
|
380
380
|
title: 'Build Timestamp',
|
|
381
381
|
subtitle: systemInfo?.timestamp || 'Loading...',
|
|
@@ -383,7 +383,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
id: 'react-native',
|
|
386
|
-
icon: '
|
|
386
|
+
icon: 'react',
|
|
387
387
|
iconColor: '#61DAFB',
|
|
388
388
|
title: 'React Native',
|
|
389
389
|
subtitle: 'Expo/React Native',
|
|
@@ -405,7 +405,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
405
405
|
items={[
|
|
406
406
|
{
|
|
407
407
|
id: 'copy-full-report',
|
|
408
|
-
icon: 'copy',
|
|
408
|
+
icon: 'content-copy',
|
|
409
409
|
iconColor: themeStyles.colors.iconSecurity,
|
|
410
410
|
title: 'Copy Full Report',
|
|
411
411
|
subtitle: 'Copy complete application information to clipboard',
|
|
@@ -413,7 +413,7 @@ const AppInfoScreen: React.FC<BaseScreenProps> = ({
|
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
id: 'run-system-check',
|
|
416
|
-
icon: isRunningSystemCheck ? 'sync' : '
|
|
416
|
+
icon: isRunningSystemCheck ? 'sync' : 'check-circle',
|
|
417
417
|
iconColor: isRunningSystemCheck ? '#FF9500' : '#34C759',
|
|
418
418
|
title: isRunningSystemCheck ? 'Running System Check...' : 'Run System Check',
|
|
419
419
|
subtitle: isRunningSystemCheck
|
|
@@ -648,7 +648,7 @@ const FeedbackScreen: React.FC<BaseScreenProps> = ({
|
|
|
648
648
|
|
|
649
649
|
const categoryItems = useMemo(() => (feedbackData.type ? (CATEGORIES[feedbackData.type as keyof typeof CATEGORIES] || []).map(cat => ({
|
|
650
650
|
id: cat,
|
|
651
|
-
icon: feedbackData.category === cat ? '
|
|
651
|
+
icon: feedbackData.category === cat ? 'check-circle' : 'ellipse-outline',
|
|
652
652
|
iconColor: feedbackData.category === cat ? colors.primary : colors.secondaryText,
|
|
653
653
|
title: cat,
|
|
654
654
|
onPress: () => updateField('category', cat),
|
|
@@ -93,7 +93,7 @@ const HelpSupportScreen: React.FC<BaseScreenProps> = ({
|
|
|
93
93
|
items={[
|
|
94
94
|
{
|
|
95
95
|
id: 'documentation',
|
|
96
|
-
icon: 'document
|
|
96
|
+
icon: 'file-document',
|
|
97
97
|
iconColor: '#8E8E93',
|
|
98
98
|
title: t('help.documentation.title') || 'Documentation',
|
|
99
99
|
subtitle: t('help.documentation.subtitle') || 'User guides and tutorials',
|
|
@@ -105,7 +105,7 @@ const HelpSupportScreen: React.FC<BaseScreenProps> = ({
|
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
id: 'community',
|
|
108
|
-
icon: '
|
|
108
|
+
icon: 'account-group',
|
|
109
109
|
iconColor: themeStyles.colors.iconData,
|
|
110
110
|
title: t('help.community.title') || 'Community',
|
|
111
111
|
subtitle: t('help.community.subtitle') || 'Join our community',
|
|
@@ -117,7 +117,7 @@ const HelpSupportScreen: React.FC<BaseScreenProps> = ({
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
id: 'developers-portal',
|
|
120
|
-
icon: 'code',
|
|
120
|
+
icon: 'code-tags',
|
|
121
121
|
iconColor: themeStyles.colors.iconSharing,
|
|
122
122
|
title: t('help.developersPortal.title') || 'Developers Portal',
|
|
123
123
|
subtitle: t('help.developersPortal.subtitle') || 'API documentation and developer resources',
|
|
@@ -185,7 +185,7 @@ const HistoryViewScreen: React.FC<BaseScreenProps> = ({
|
|
|
185
185
|
items={[
|
|
186
186
|
{
|
|
187
187
|
id: 'delete-last-15',
|
|
188
|
-
icon: '
|
|
188
|
+
icon: 'clock-outline',
|
|
189
189
|
iconColor: themeStyles.colors.iconStorage,
|
|
190
190
|
title: t('history.deleteLast15Minutes.title') || 'Delete Last 15 Minutes',
|
|
191
191
|
subtitle: t('history.deleteLast15Minutes.subtitle') || 'Remove recent history entries',
|
|
@@ -194,7 +194,7 @@ const HistoryViewScreen: React.FC<BaseScreenProps> = ({
|
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
id: 'clear-all',
|
|
197
|
-
icon: '
|
|
197
|
+
icon: 'delete-outline',
|
|
198
198
|
iconColor: themeStyles.colors.iconSharing,
|
|
199
199
|
title: t('history.clearAll.title') || 'Clear All History',
|
|
200
200
|
subtitle: t('history.clearAll.subtitle') || 'Remove all history entries',
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
TouchableOpacity,
|
|
6
6
|
StyleSheet,
|
|
7
7
|
ScrollView,
|
|
8
|
+
Platform,
|
|
8
9
|
} from 'react-native';
|
|
9
10
|
import type { BaseScreenProps } from '../types/navigation';
|
|
10
11
|
import { useThemeStyles } from '../hooks/useThemeStyles';
|
|
@@ -16,6 +17,7 @@ import { Header, GroupedSection } from '../components';
|
|
|
16
17
|
import { useI18n } from '../hooks/useI18n';
|
|
17
18
|
import { SUPPORTED_LANGUAGES } from '../../utils/languageUtils';
|
|
18
19
|
import { useOxy } from '../context/OxyContext';
|
|
20
|
+
import { fontFamilies } from '../styles/fonts';
|
|
19
21
|
|
|
20
22
|
interface LanguageSelectorScreenProps extends BaseScreenProps { }
|
|
21
23
|
|
|
@@ -174,7 +176,8 @@ const styles = StyleSheet.create({
|
|
|
174
176
|
},
|
|
175
177
|
bigTitle: {
|
|
176
178
|
fontSize: 34,
|
|
177
|
-
fontWeight: '
|
|
179
|
+
fontWeight: Platform.OS === 'web' ? 'bold' : undefined,
|
|
180
|
+
fontFamily: fontFamilies.phuduBold,
|
|
178
181
|
lineHeight: 40,
|
|
179
182
|
marginBottom: 8,
|
|
180
183
|
letterSpacing: -0.5,
|
|
@@ -120,7 +120,7 @@ const LegalDocumentsScreen: React.FC<BaseScreenProps> = ({
|
|
|
120
120
|
items={[
|
|
121
121
|
{
|
|
122
122
|
id: 'privacy-policy',
|
|
123
|
-
icon: 'shield-
|
|
123
|
+
icon: 'shield-check',
|
|
124
124
|
iconColor: themeStyles.colors.iconPersonalInfo,
|
|
125
125
|
title: t('legal.privacyPolicy.title') || 'Privacy Policy',
|
|
126
126
|
subtitle: t('legal.privacyPolicy.subtitle') || 'How we handle your data',
|
|
@@ -128,7 +128,7 @@ const LegalDocumentsScreen: React.FC<BaseScreenProps> = ({
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
id: 'terms-of-service',
|
|
131
|
-
icon: 'document
|
|
131
|
+
icon: 'file-document',
|
|
132
132
|
iconColor: themeStyles.colors.iconSecurity,
|
|
133
133
|
title: t('legal.termsOfService.title') || 'Terms of Service',
|
|
134
134
|
subtitle: t('legal.termsOfService.subtitle') || 'Terms and conditions of use',
|
|
@@ -136,7 +136,7 @@ const LegalDocumentsScreen: React.FC<BaseScreenProps> = ({
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
id: 'community-guidelines',
|
|
139
|
-
icon: '
|
|
139
|
+
icon: 'account-group',
|
|
140
140
|
iconColor: themeStyles.colors.iconData,
|
|
141
141
|
title: t('legal.communityGuidelines.title') || 'Community Guidelines',
|
|
142
142
|
subtitle: t('legal.communityGuidelines.subtitle') || 'Rules and expectations for our community',
|
|
@@ -144,7 +144,7 @@ const LegalDocumentsScreen: React.FC<BaseScreenProps> = ({
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
id: 'data-retention',
|
|
147
|
-
icon: '
|
|
147
|
+
icon: 'clock',
|
|
148
148
|
iconColor: themeStyles.colors.iconStorage,
|
|
149
149
|
title: t('legal.dataRetention.title') || 'Data Retention Policy',
|
|
150
150
|
subtitle: t('legal.dataRetention.subtitle') || 'How long we keep your data',
|
|
@@ -695,7 +695,7 @@ const PaymentGatewayScreen: React.FC<PaymentGatewayScreenProps> = (props) => {
|
|
|
695
695
|
items={[
|
|
696
696
|
{
|
|
697
697
|
id: 'secure-payment',
|
|
698
|
-
icon: 'shield-
|
|
698
|
+
icon: 'shield-check',
|
|
699
699
|
iconColor: colors.success || '#4BB543',
|
|
700
700
|
title: 'Secure payment',
|
|
701
701
|
subtitle: 'Your payment is protected by industry-standard encryption',
|