@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.
Files changed (227) hide show
  1. package/lib/commonjs/core/mixins/OxyServices.security.js +42 -0
  2. package/lib/commonjs/core/mixins/OxyServices.security.js.map +1 -1
  3. package/lib/commonjs/models/interfaces.js +2 -0
  4. package/lib/commonjs/models/interfaces.js.map +1 -1
  5. package/lib/commonjs/ui/components/FollowButton.js +19 -1
  6. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  7. package/lib/commonjs/ui/components/GroupedItem.js +1 -27
  8. package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
  9. package/lib/commonjs/ui/components/Section.js +2 -1
  10. package/lib/commonjs/ui/components/Section.js.map +1 -1
  11. package/lib/commonjs/ui/components/SectionTitle.js +1 -2
  12. package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
  13. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +3 -3
  14. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  15. package/lib/commonjs/ui/context/OxyContext.js +44 -6
  16. package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
  17. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +9 -2
  18. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
  19. package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +1 -1
  20. package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +1 -1
  21. package/lib/commonjs/ui/context/hooks/useSessionManagement.js +3 -3
  22. package/lib/commonjs/ui/context/hooks/useStorage.js +2 -2
  23. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +1 -1
  24. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -1
  25. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +1 -1
  26. package/lib/commonjs/ui/hooks/useSessionSocket.js +22 -7
  27. package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
  28. package/lib/commonjs/ui/screens/AccountCenterScreen.js +13 -13
  29. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  30. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +17 -17
  31. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  32. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +2 -2
  33. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  34. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +10 -9
  35. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  36. package/lib/commonjs/ui/screens/AppInfoScreen.js +15 -15
  37. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  38. package/lib/commonjs/ui/screens/FeedbackScreen.js +1 -1
  39. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  40. package/lib/commonjs/ui/screens/FileManagementScreen.js +1 -1
  41. package/lib/commonjs/ui/screens/HelpSupportScreen.js +3 -3
  42. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/HistoryViewScreen.js +2 -2
  44. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +3 -1
  46. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +4 -4
  48. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +1 -1
  50. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +1 -2
  52. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/ProfileScreen.js +44 -16
  54. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  56. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +3 -1
  57. package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  58. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +2 -2
  59. package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  60. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +8 -5
  61. package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  62. package/lib/commonjs/ui/utils/errorHandlers.js +49 -2
  63. package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
  64. package/lib/commonjs/ui/utils/sessionHelpers.js +0 -2
  65. package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
  66. package/lib/commonjs/utils/languageUtils.js +11 -11
  67. package/lib/commonjs/utils/languageUtils.js.map +1 -1
  68. package/lib/module/core/mixins/OxyServices.security.js +42 -0
  69. package/lib/module/core/mixins/OxyServices.security.js.map +1 -1
  70. package/lib/module/models/interfaces.js +2 -0
  71. package/lib/module/models/interfaces.js.map +1 -1
  72. package/lib/module/ui/components/FollowButton.js +19 -1
  73. package/lib/module/ui/components/FollowButton.js.map +1 -1
  74. package/lib/module/ui/components/GroupedItem.js +1 -29
  75. package/lib/module/ui/components/GroupedItem.js.map +1 -1
  76. package/lib/module/ui/components/Section.js +2 -1
  77. package/lib/module/ui/components/Section.js.map +1 -1
  78. package/lib/module/ui/components/SectionTitle.js +1 -2
  79. package/lib/module/ui/components/SectionTitle.js.map +1 -1
  80. package/lib/module/ui/components/fileManagement/FileViewer.js +3 -3
  81. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  82. package/lib/module/ui/context/OxyContext.js +45 -7
  83. package/lib/module/ui/context/OxyContext.js.map +1 -1
  84. package/lib/module/ui/context/hooks/useAuthOperations.js +9 -2
  85. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  86. package/lib/module/ui/context/hooks/useDeviceManagement.js +1 -1
  87. package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
  88. package/lib/module/ui/context/hooks/useLanguageManagement.js +1 -1
  89. package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
  90. package/lib/module/ui/context/hooks/useSessionManagement.js +3 -3
  91. package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
  92. package/lib/module/ui/context/hooks/useStorage.js +2 -2
  93. package/lib/module/ui/context/hooks/useStorage.js.map +1 -1
  94. package/lib/module/ui/hooks/queries/useAccountQueries.js +1 -1
  95. package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
  96. package/lib/module/ui/hooks/queries/useServicesQueries.js +1 -1
  97. package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
  98. package/lib/module/ui/hooks/useSessionSocket.js +22 -7
  99. package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
  100. package/lib/module/ui/screens/AccountCenterScreen.js +13 -13
  101. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  102. package/lib/module/ui/screens/AccountOverviewScreen.js +17 -17
  103. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  104. package/lib/module/ui/screens/AccountSettingsScreen.js +2 -2
  105. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  106. package/lib/module/ui/screens/AccountSwitcherScreen.js +11 -10
  107. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
  108. package/lib/module/ui/screens/AppInfoScreen.js +15 -15
  109. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  110. package/lib/module/ui/screens/FeedbackScreen.js +1 -1
  111. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  112. package/lib/module/ui/screens/FileManagementScreen.js +1 -1
  113. package/lib/module/ui/screens/HelpSupportScreen.js +3 -3
  114. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  115. package/lib/module/ui/screens/HistoryViewScreen.js +2 -2
  116. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  117. package/lib/module/ui/screens/LanguageSelectorScreen.js +4 -2
  118. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  119. package/lib/module/ui/screens/LegalDocumentsScreen.js +4 -4
  120. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  121. package/lib/module/ui/screens/PaymentGatewayScreen.js +1 -1
  122. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  123. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1 -2
  124. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  125. package/lib/module/ui/screens/ProfileScreen.js +44 -16
  126. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  127. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  128. package/lib/module/ui/screens/karma/KarmaAboutScreen.js +3 -1
  129. package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
  130. package/lib/module/ui/screens/karma/KarmaCenterScreen.js +3 -3
  131. package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
  132. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +9 -6
  133. package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
  134. package/lib/module/ui/utils/errorHandlers.js +46 -0
  135. package/lib/module/ui/utils/errorHandlers.js.map +1 -1
  136. package/lib/module/ui/utils/sessionHelpers.js +0 -2
  137. package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
  138. package/lib/module/utils/languageUtils.js +11 -11
  139. package/lib/module/utils/languageUtils.js.map +1 -1
  140. package/lib/typescript/core/mixins/OxyServices.security.d.ts +12 -0
  141. package/lib/typescript/core/mixins/OxyServices.security.d.ts.map +1 -1
  142. package/lib/typescript/core/mixins/index.d.ts +2 -0
  143. package/lib/typescript/core/mixins/index.d.ts.map +1 -1
  144. package/lib/typescript/models/interfaces.d.ts +1 -1
  145. package/lib/typescript/models/interfaces.d.ts.map +1 -1
  146. package/lib/typescript/ui/components/FollowButton.d.ts.map +1 -1
  147. package/lib/typescript/ui/components/GroupedItem.d.ts.map +1 -1
  148. package/lib/typescript/ui/components/Section.d.ts.map +1 -1
  149. package/lib/typescript/ui/components/SectionTitle.d.ts.map +1 -1
  150. package/lib/typescript/ui/context/OxyContext.d.ts.map +1 -1
  151. package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +1 -1
  152. package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  153. package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts +1 -1
  154. package/lib/typescript/ui/context/hooks/useLanguageManagement.d.ts.map +1 -1
  155. package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts +1 -1
  156. package/lib/typescript/ui/context/hooks/useSessionManagement.d.ts.map +1 -1
  157. package/lib/typescript/ui/context/hooks/useStorage.d.ts +1 -1
  158. package/lib/typescript/ui/context/hooks/useStorage.d.ts.map +1 -1
  159. package/lib/typescript/ui/hooks/useSessionSocket.d.ts.map +1 -1
  160. package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  161. package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  162. package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +1 -1
  163. package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  164. package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -1
  165. package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -1
  166. package/lib/typescript/ui/utils/errorHandlers.d.ts +5 -0
  167. package/lib/typescript/ui/utils/errorHandlers.d.ts.map +1 -1
  168. package/lib/typescript/ui/utils/sessionHelpers.d.ts.map +1 -1
  169. package/package.json +1 -1
  170. package/src/core/mixins/OxyServices.security.ts +44 -0
  171. package/src/models/interfaces.ts +4 -0
  172. package/src/ui/components/FollowButton.tsx +19 -1
  173. package/src/ui/components/GroupedItem.tsx +1 -29
  174. package/src/ui/components/Section.tsx +1 -0
  175. package/src/ui/components/SectionTitle.tsx +0 -1
  176. package/src/ui/components/fileManagement/FileViewer.tsx +3 -3
  177. package/src/ui/context/OxyContext.tsx +30 -9
  178. package/src/ui/context/hooks/useAuthOperations.ts +16 -9
  179. package/src/ui/context/hooks/useDeviceManagement.ts +1 -1
  180. package/src/ui/context/hooks/useLanguageManagement.ts +2 -2
  181. package/src/ui/context/hooks/useSessionManagement.ts +3 -3
  182. package/src/ui/context/hooks/useStorage.ts +2 -2
  183. package/src/ui/hooks/queries/useAccountQueries.ts +1 -1
  184. package/src/ui/hooks/queries/useServicesQueries.ts +1 -1
  185. package/src/ui/hooks/useSessionSocket.ts +8 -7
  186. package/src/ui/screens/AccountCenterScreen.tsx +13 -13
  187. package/src/ui/screens/AccountOverviewScreen.tsx +17 -17
  188. package/src/ui/screens/AccountSettingsScreen.tsx +2 -2
  189. package/src/ui/screens/AccountSwitcherScreen.tsx +8 -8
  190. package/src/ui/screens/AppInfoScreen.tsx +15 -15
  191. package/src/ui/screens/FeedbackScreen.tsx +1 -1
  192. package/src/ui/screens/FileManagementScreen.tsx +1 -1
  193. package/src/ui/screens/HelpSupportScreen.tsx +3 -3
  194. package/src/ui/screens/HistoryViewScreen.tsx +2 -2
  195. package/src/ui/screens/LanguageSelectorScreen.tsx +4 -1
  196. package/src/ui/screens/LegalDocumentsScreen.tsx +4 -4
  197. package/src/ui/screens/PaymentGatewayScreen.tsx +1 -1
  198. package/src/ui/screens/PremiumSubscriptionScreen.tsx +0 -1
  199. package/src/ui/screens/ProfileScreen.tsx +61 -22
  200. package/src/ui/screens/SavesCollectionsScreen.tsx +10 -1
  201. package/src/ui/screens/karma/KarmaAboutScreen.tsx +8 -1
  202. package/src/ui/screens/karma/KarmaCenterScreen.tsx +2 -2
  203. package/src/ui/screens/karma/KarmaRewardsScreen.tsx +9 -6
  204. package/src/ui/utils/errorHandlers.ts +58 -0
  205. package/src/ui/utils/sessionHelpers.ts +0 -2
  206. package/src/utils/languageUtils.ts +11 -11
  207. package/lib/commonjs/ui/context/utils/errorHandlers.js +0 -100
  208. package/lib/commonjs/ui/context/utils/errorHandlers.js.map +0 -1
  209. package/lib/commonjs/ui/context/utils/sessionHelpers.js +0 -103
  210. package/lib/commonjs/ui/context/utils/sessionHelpers.js.map +0 -1
  211. package/lib/commonjs/ui/context/utils/storageHelpers.js +0 -119
  212. package/lib/commonjs/ui/context/utils/storageHelpers.js.map +0 -1
  213. package/lib/module/ui/context/utils/errorHandlers.js +0 -93
  214. package/lib/module/ui/context/utils/errorHandlers.js.map +0 -1
  215. package/lib/module/ui/context/utils/sessionHelpers.js +0 -96
  216. package/lib/module/ui/context/utils/sessionHelpers.js.map +0 -1
  217. package/lib/module/ui/context/utils/storageHelpers.js +0 -111
  218. package/lib/module/ui/context/utils/storageHelpers.js.map +0 -1
  219. package/lib/typescript/ui/context/utils/errorHandlers.d.ts +0 -30
  220. package/lib/typescript/ui/context/utils/errorHandlers.d.ts.map +0 -1
  221. package/lib/typescript/ui/context/utils/sessionHelpers.d.ts +0 -59
  222. package/lib/typescript/ui/context/utils/sessionHelpers.d.ts.map +0 -1
  223. package/lib/typescript/ui/context/utils/storageHelpers.d.ts +0 -31
  224. package/lib/typescript/ui/context/utils/storageHelpers.d.ts.map +0 -1
  225. package/src/ui/context/utils/errorHandlers.ts +0 -146
  226. package/src/ui/context/utils/sessionHelpers.ts +0 -146
  227. 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: 'person',
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: 'person-circle',
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-checkmark',
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: 'notifications',
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: 'person',
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: 'person-outline',
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: 'log-out',
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: 'people',
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: 'time',
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: 'trash',
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: 'search',
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: 'language',
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: 'settings',
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-checkmark',
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-text',
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-circle',
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="log-out"
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: 'person', color: colors.iconPersonalInfo, multiline: false, keyboardType: 'default' as const },
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-text', color: colors.iconPersonalInfo, multiline: true, keyboardType: 'default' as const },
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: 'person-add',
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: 'phone-portrait',
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: 'log-out',
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: 'phone-portrait',
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 ? 'phone-portrait' : 'phone-portrait-outline',
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: 'person-outline',
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-circle',
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: 'pricetag',
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-text',
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: 'construct',
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: 'phone-portrait',
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: 'hardware-chip',
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: 'settings',
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-checkmark',
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: 'person',
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: 'people',
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: 'time',
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: 'logo-react',
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' : 'checkmark-circle',
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 ? 'checkmark-circle' : 'ellipse-outline',
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),
@@ -2007,7 +2007,7 @@ const FileManagementScreen: React.FC<FileManagementScreenProps> = ({
2007
2007
  key: 'delete',
2008
2008
  text: `Delete (${selectedIds.size})`,
2009
2009
  onPress: handleBulkDelete,
2010
- icon: 'trash',
2010
+ icon: 'delete',
2011
2011
  },
2012
2012
  {
2013
2013
  key: 'visibility',
@@ -93,7 +93,7 @@ const HelpSupportScreen: React.FC<BaseScreenProps> = ({
93
93
  items={[
94
94
  {
95
95
  id: 'documentation',
96
- icon: 'document-text',
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: 'people',
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: 'time-outline',
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: 'trash-outline',
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: '700',
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-checkmark',
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-text',
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: 'people',
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: 'time',
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-checkmark',
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',
@@ -1197,7 +1197,6 @@ const styles = StyleSheet.create({
1197
1197
  sectionSubtitle: {
1198
1198
  fontSize: 16,
1199
1199
  lineHeight: 22,
1200
- marginBottom: 20,
1201
1200
  },
1202
1201
  loadingText: {
1203
1202
  fontSize: 16,