@oxyhq/services 5.4.2 → 5.4.3
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/assets/OxyLogo.svg +1 -0
- package/lib/commonjs/assets/assets/OxyLogo.svg +1 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/commonjs/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.tsx +67 -0
- package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/commonjs/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/commonjs/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -0
- package/lib/commonjs/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/constants/version.js +28 -0
- package/lib/commonjs/constants/version.js.map +1 -0
- package/lib/commonjs/core/index.js +1660 -0
- package/lib/commonjs/core/index.js.map +1 -0
- package/lib/commonjs/index.js +160 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +21 -0
- package/lib/commonjs/lib/sonner.js.map +1 -0
- package/lib/commonjs/models/interfaces.js +2 -0
- package/lib/commonjs/models/interfaces.js.map +1 -0
- package/lib/commonjs/models/secureSession.js +2 -0
- package/lib/commonjs/models/secureSession.js.map +1 -0
- package/lib/commonjs/node/index.js +54 -0
- package/lib/commonjs/node/index.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +98 -0
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/FollowButton.js +246 -0
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -0
- package/lib/commonjs/ui/components/FontLoader.js +181 -0
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -0
- package/lib/commonjs/ui/components/GroupedItem.js +109 -0
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -0
- package/lib/commonjs/ui/components/GroupedSection.js +33 -0
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -0
- package/lib/commonjs/ui/components/OxyLogo.js +56 -0
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -0
- package/lib/commonjs/ui/components/OxyProvider.js +517 -0
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +178 -0
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -0
- package/lib/commonjs/ui/components/ProfileCard.js +124 -0
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +87 -0
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -0
- package/lib/commonjs/ui/components/Section.js +36 -0
- package/lib/commonjs/ui/components/Section.js.map +1 -0
- package/lib/commonjs/ui/components/SectionTitle.js +35 -0
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -0
- package/lib/commonjs/ui/components/bottomSheet/index.js +37 -0
- package/lib/commonjs/ui/components/bottomSheet/index.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js +27 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +14 -0
- package/lib/commonjs/ui/components/icon/index.js.map +1 -0
- package/lib/commonjs/ui/components/index.js +97 -0
- package/lib/commonjs/ui/components/index.js.map +1 -0
- package/lib/commonjs/ui/context/OxyContext.js +584 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/index.js +128 -0
- package/lib/commonjs/ui/index.js.map +1 -0
- package/lib/commonjs/ui/navigation/OxyRouter.js +264 -0
- package/lib/commonjs/ui/navigation/OxyRouter.js.map +1 -0
- package/lib/commonjs/ui/navigation/types.js +6 -0
- package/lib/commonjs/ui/navigation/types.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +313 -0
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountManagementDemo.js +299 -0
- package/lib/commonjs/ui/screens/AccountManagementDemo.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +855 -0
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +843 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +788 -0
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AppInfoScreen.js +664 -0
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/BillingManagementScreen.js +636 -0
- package/lib/commonjs/ui/screens/BillingManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js +2515 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +1620 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ProfileScreen.js +450 -0
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +449 -0
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SignInScreen.js +1004 -0
- package/lib/commonjs/ui/screens/SignInScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SignUpScreen.js +937 -0
- package/lib/commonjs/ui/screens/SignUpScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +88 -0
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +364 -0
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +227 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +148 -0
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +127 -0
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +105 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -0
- package/lib/commonjs/ui/styles/FONTS.md +126 -0
- package/lib/commonjs/ui/styles/fonts.js +84 -0
- package/lib/commonjs/ui/styles/fonts.js.map +1 -0
- package/lib/commonjs/ui/styles/index.js +28 -0
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +121 -0
- package/lib/commonjs/ui/styles/theme.js.map +1 -0
- package/lib/commonjs/utils/deviceManager.js +173 -0
- package/lib/commonjs/utils/deviceManager.js.map +1 -0
- package/lib/commonjs/utils/index.js +13 -0
- package/lib/commonjs/utils/index.js.map +1 -0
- package/lib/commonjs/utils/polyfills.js +42 -0
- package/lib/commonjs/utils/polyfills.js.map +1 -0
- package/lib/module/assets/OxyLogo.svg +1 -0
- package/lib/module/assets/assets/OxyLogo.svg +1 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/module/assets/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/module/assets/assets/icons/OxyServices.tsx +67 -0
- package/lib/module/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Black.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Bold.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-ExtraBold.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Light.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Medium.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-Regular.ttf +0 -0
- package/lib/module/assets/fonts/Phudu/Phudu-SemiBold.ttf +0 -0
- package/lib/module/assets/icons/OxyServices.js +46 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/constants/version.js +21 -0
- package/lib/module/constants/version.js.map +1 -0
- package/lib/module/core/index.js +1634 -0
- package/lib/module/core/index.js.map +1 -0
- package/lib/module/index.js +48 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/lib/sonner.js +16 -0
- package/lib/module/lib/sonner.js.map +1 -0
- package/lib/module/models/interfaces.js +2 -0
- package/lib/module/models/interfaces.js.map +1 -0
- package/lib/module/models/secureSession.js +2 -0
- package/lib/module/models/secureSession.js.map +1 -0
- package/lib/module/node/index.js +23 -0
- package/lib/module/node/index.js.map +1 -0
- package/lib/module/ui/components/Avatar.js +93 -0
- package/lib/module/ui/components/Avatar.js.map +1 -0
- package/lib/module/ui/components/FollowButton.js +241 -0
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +176 -0
- package/lib/module/ui/components/FontLoader.js.map +1 -0
- package/lib/module/ui/components/GroupedItem.js +104 -0
- package/lib/module/ui/components/GroupedItem.js.map +1 -0
- package/lib/module/ui/components/GroupedSection.js +28 -0
- package/lib/module/ui/components/GroupedSection.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +49 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -0
- package/lib/module/ui/components/OxyProvider.js +511 -0
- package/lib/module/ui/components/OxyProvider.js.map +1 -0
- package/lib/module/ui/components/OxySignInButton.js +172 -0
- package/lib/module/ui/components/OxySignInButton.js.map +1 -0
- package/lib/module/ui/components/ProfileCard.js +119 -0
- package/lib/module/ui/components/ProfileCard.js.map +1 -0
- package/lib/module/ui/components/QuickActions.js +82 -0
- package/lib/module/ui/components/QuickActions.js.map +1 -0
- package/lib/module/ui/components/Section.js +31 -0
- package/lib/module/ui/components/Section.js.map +1 -0
- package/lib/module/ui/components/SectionTitle.js +30 -0
- package/lib/module/ui/components/SectionTitle.js.map +1 -0
- package/lib/module/ui/components/bottomSheet/index.js +5 -0
- package/lib/module/ui/components/bottomSheet/index.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +22 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +4 -0
- package/lib/module/ui/components/icon/index.js.map +1 -0
- package/lib/module/ui/components/index.js +18 -0
- package/lib/module/ui/components/index.js.map +1 -0
- package/lib/module/ui/context/OxyContext.js +579 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/index.js +24 -0
- package/lib/module/ui/index.js.map +1 -0
- package/lib/module/ui/navigation/OxyRouter.js +257 -0
- package/lib/module/ui/navigation/OxyRouter.js.map +1 -0
- package/lib/module/ui/navigation/types.js +4 -0
- package/lib/module/ui/navigation/types.js.map +1 -0
- package/lib/module/ui/screens/AccountCenterScreen.js +308 -0
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountManagementDemo.js +296 -0
- package/lib/module/ui/screens/AccountManagementDemo.js.map +1 -0
- package/lib/module/ui/screens/AccountOverviewScreen.js +849 -0
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js +837 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +782 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AppInfoScreen.js +658 -0
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/module/ui/screens/BillingManagementScreen.js +631 -0
- package/lib/module/ui/screens/BillingManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +2510 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1615 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +444 -0
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +444 -0
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/SignInScreen.js +998 -0
- package/lib/module/ui/screens/SignInScreen.js.map +1 -0
- package/lib/module/ui/screens/SignUpScreen.js +932 -0
- package/lib/module/ui/screens/SignUpScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +83 -0
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +358 -0
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +222 -0
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +142 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +122 -0
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +100 -0
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -0
- package/lib/module/ui/styles/FONTS.md +126 -0
- package/lib/module/ui/styles/fonts.js +81 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +5 -0
- package/lib/module/ui/styles/index.js.map +1 -0
- package/lib/module/ui/styles/theme.js +114 -0
- package/lib/module/ui/styles/theme.js.map +1 -0
- package/lib/module/utils/deviceManager.js +167 -0
- package/lib/module/utils/deviceManager.js.map +1 -0
- package/lib/module/utils/index.js +4 -0
- package/lib/module/utils/index.js.map +1 -0
- package/lib/module/utils/polyfills.js +36 -0
- package/lib/module/utils/polyfills.js.map +1 -0
- package/lib/typescript/assets/icons/OxyServices.d.ts +29 -0
- package/lib/typescript/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/constants/version.d.ts +14 -0
- package/lib/typescript/constants/version.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts +603 -0
- package/lib/typescript/core/index.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +20 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/lib/sonner.d.ts +6 -0
- package/lib/typescript/lib/sonner.d.ts.map +1 -0
- package/lib/typescript/models/interfaces.d.ts +179 -0
- package/lib/typescript/models/interfaces.d.ts.map +1 -0
- package/lib/typescript/models/secureSession.d.ts +27 -0
- package/lib/typescript/models/secureSession.d.ts.map +1 -0
- package/lib/typescript/node/index.d.ts +11 -0
- package/lib/typescript/node/index.d.ts.map +1 -0
- package/lib/typescript/ui/components/Avatar.d.ts +62 -0
- package/lib/typescript/ui/components/Avatar.d.ts.map +1 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +92 -0
- package/lib/typescript/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +15 -0
- package/lib/typescript/ui/components/FontLoader.d.ts.map +1 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +17 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts.map +1 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +19 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts.map +1 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +29 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts.map +1 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +12 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +70 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +20 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts.map +1 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +15 -0
- package/lib/typescript/ui/components/QuickActions.d.ts.map +1 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/Section.d.ts.map +1 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts.map +1 -0
- package/lib/typescript/ui/components/bottomSheet/index.d.ts +4 -0
- package/lib/typescript/ui/components/bottomSheet/index.d.ts.map +1 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +10 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts.map +1 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/ui/components/index.d.ts +13 -0
- package/lib/typescript/ui/components/index.d.ts.map +1 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +42 -0
- package/lib/typescript/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/ui/index.d.ts +15 -0
- package/lib/typescript/ui/index.d.ts.map +1 -0
- package/lib/typescript/ui/navigation/OxyRouter.d.ts +5 -0
- package/lib/typescript/ui/navigation/OxyRouter.d.ts.map +1 -0
- package/lib/typescript/ui/navigation/types.d.ts +116 -0
- package/lib/typescript/ui/navigation/types.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts +8 -0
- package/lib/typescript/ui/screens/AccountManagementDemo.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/BillingManagementScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/SignInScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/SignInScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/SignUpScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/SignUpScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +5 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts.map +1 -0
- package/lib/typescript/ui/styles/fonts.d.ts +21 -0
- package/lib/typescript/ui/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/ui/styles/index.d.ts +3 -0
- package/lib/typescript/ui/styles/index.d.ts.map +1 -0
- package/lib/typescript/ui/styles/theme.d.ts +68 -0
- package/lib/typescript/ui/styles/theme.d.ts.map +1 -0
- package/lib/typescript/utils/deviceManager.d.ts +66 -0
- package/lib/typescript/utils/deviceManager.d.ts.map +1 -0
- package/lib/typescript/utils/index.d.ts +3 -0
- package/lib/typescript/utils/index.d.ts.map +1 -0
- package/lib/typescript/utils/polyfills.d.ts +6 -0
- package/lib/typescript/utils/polyfills.d.ts.map +1 -0
- package/package.json +20 -4
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _OxyContext = require("../context/OxyContext.js");
|
|
10
|
+
var _sonner = require("../../lib/sonner.js");
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
13
|
+
const SessionManagementScreen = ({
|
|
14
|
+
onClose,
|
|
15
|
+
theme
|
|
16
|
+
}) => {
|
|
17
|
+
const {
|
|
18
|
+
sessions: userSessions,
|
|
19
|
+
activeSessionId,
|
|
20
|
+
refreshSessions,
|
|
21
|
+
logout,
|
|
22
|
+
oxyServices
|
|
23
|
+
} = (0, _OxyContext.useOxy)();
|
|
24
|
+
const [loading, setLoading] = (0, _react.useState)(true);
|
|
25
|
+
const [refreshing, setRefreshing] = (0, _react.useState)(false);
|
|
26
|
+
const [actionLoading, setActionLoading] = (0, _react.useState)(null);
|
|
27
|
+
const isDarkTheme = theme === 'dark';
|
|
28
|
+
const textColor = isDarkTheme ? '#FFFFFF' : '#000000';
|
|
29
|
+
const backgroundColor = isDarkTheme ? '#121212' : '#FFFFFF';
|
|
30
|
+
const secondaryBackgroundColor = isDarkTheme ? '#222222' : '#F5F5F5';
|
|
31
|
+
const borderColor = isDarkTheme ? '#444444' : '#E0E0E0';
|
|
32
|
+
const primaryColor = '#0066CC';
|
|
33
|
+
const dangerColor = '#D32F2F';
|
|
34
|
+
const successColor = '#2E7D32';
|
|
35
|
+
const loadSessions = async (isRefresh = false) => {
|
|
36
|
+
try {
|
|
37
|
+
if (isRefresh) {
|
|
38
|
+
setRefreshing(true);
|
|
39
|
+
} else {
|
|
40
|
+
setLoading(true);
|
|
41
|
+
}
|
|
42
|
+
await refreshSessions();
|
|
43
|
+
} catch (error) {
|
|
44
|
+
console.error('Failed to load sessions:', error);
|
|
45
|
+
_reactNative.Alert.alert('Error', 'Failed to load sessions. Please try again.', [{
|
|
46
|
+
text: 'OK'
|
|
47
|
+
}]);
|
|
48
|
+
} finally {
|
|
49
|
+
setLoading(false);
|
|
50
|
+
setRefreshing(false);
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
const handleLogoutSession = async sessionId => {
|
|
54
|
+
_reactNative.Alert.alert('Logout Session', 'Are you sure you want to logout this session?', [{
|
|
55
|
+
text: 'Cancel',
|
|
56
|
+
style: 'cancel'
|
|
57
|
+
}, {
|
|
58
|
+
text: 'Logout',
|
|
59
|
+
style: 'destructive',
|
|
60
|
+
onPress: async () => {
|
|
61
|
+
try {
|
|
62
|
+
setActionLoading(sessionId);
|
|
63
|
+
await logout(sessionId);
|
|
64
|
+
|
|
65
|
+
// Refresh sessions to update the list
|
|
66
|
+
await refreshSessions();
|
|
67
|
+
_sonner.toast.success('Session logged out successfully');
|
|
68
|
+
} catch (error) {
|
|
69
|
+
console.error('Logout session failed:', error);
|
|
70
|
+
_sonner.toast.error('Failed to logout session. Please try again.');
|
|
71
|
+
} finally {
|
|
72
|
+
setActionLoading(null);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}]);
|
|
76
|
+
};
|
|
77
|
+
const handleLogoutOtherSessions = async () => {
|
|
78
|
+
const otherSessionsCount = userSessions.filter(s => s.sessionId !== activeSessionId).length;
|
|
79
|
+
if (otherSessionsCount === 0) {
|
|
80
|
+
_sonner.toast.info('No other sessions to logout.');
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
_reactNative.Alert.alert('Logout Other Sessions', `This will logout ${otherSessionsCount} other session${otherSessionsCount > 1 ? 's' : ''}. Continue?`, [{
|
|
84
|
+
text: 'Cancel',
|
|
85
|
+
style: 'cancel'
|
|
86
|
+
}, {
|
|
87
|
+
text: 'Logout Others',
|
|
88
|
+
style: 'destructive',
|
|
89
|
+
onPress: async () => {
|
|
90
|
+
try {
|
|
91
|
+
setActionLoading('others');
|
|
92
|
+
// Logout each non-active session
|
|
93
|
+
for (const session of userSessions) {
|
|
94
|
+
if (session.sessionId !== activeSessionId) {
|
|
95
|
+
await logout(session.sessionId);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// Refresh sessions to update the list
|
|
100
|
+
await refreshSessions();
|
|
101
|
+
_sonner.toast.success('Other sessions logged out successfully');
|
|
102
|
+
} catch (error) {
|
|
103
|
+
console.error('Logout other sessions failed:', error);
|
|
104
|
+
_sonner.toast.error('Failed to logout other sessions. Please try again.');
|
|
105
|
+
} finally {
|
|
106
|
+
setActionLoading(null);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}]);
|
|
110
|
+
};
|
|
111
|
+
const handleLogoutAllSessions = async () => {
|
|
112
|
+
_reactNative.Alert.alert('Logout All Sessions', 'This will logout all sessions including this one and you will need to sign in again. Continue?', [{
|
|
113
|
+
text: 'Cancel',
|
|
114
|
+
style: 'cancel'
|
|
115
|
+
}, {
|
|
116
|
+
text: 'Logout All',
|
|
117
|
+
style: 'destructive',
|
|
118
|
+
onPress: async () => {
|
|
119
|
+
try {
|
|
120
|
+
setActionLoading('all');
|
|
121
|
+
await oxyServices.logoutAllSessions();
|
|
122
|
+
// No need to update local state as user will be logged out
|
|
123
|
+
} catch (error) {
|
|
124
|
+
console.error('Logout all sessions failed:', error);
|
|
125
|
+
_sonner.toast.error('Failed to logout all sessions. Please try again.');
|
|
126
|
+
setActionLoading(null);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}]);
|
|
130
|
+
};
|
|
131
|
+
const formatDate = dateString => {
|
|
132
|
+
const date = new Date(dateString);
|
|
133
|
+
const now = new Date();
|
|
134
|
+
const diffInMinutes = Math.floor((now.getTime() - date.getTime()) / (1000 * 60));
|
|
135
|
+
if (diffInMinutes < 1) return 'Just now';
|
|
136
|
+
if (diffInMinutes < 60) return `${diffInMinutes}m ago`;
|
|
137
|
+
if (diffInMinutes < 1440) return `${Math.floor(diffInMinutes / 60)}h ago`;
|
|
138
|
+
if (diffInMinutes < 10080) return `${Math.floor(diffInMinutes / 1440)}d ago`;
|
|
139
|
+
return date.toLocaleDateString();
|
|
140
|
+
};
|
|
141
|
+
const getDeviceIcon = (deviceType, platform) => {
|
|
142
|
+
if (platform.toLowerCase().includes('ios') || platform.toLowerCase().includes('iphone')) {
|
|
143
|
+
return '📱';
|
|
144
|
+
}
|
|
145
|
+
if (platform.toLowerCase().includes('android')) {
|
|
146
|
+
return '📱';
|
|
147
|
+
}
|
|
148
|
+
if (deviceType.toLowerCase().includes('mobile')) {
|
|
149
|
+
return '📱';
|
|
150
|
+
}
|
|
151
|
+
if (deviceType.toLowerCase().includes('tablet')) {
|
|
152
|
+
return '📱';
|
|
153
|
+
}
|
|
154
|
+
return '💻'; // Desktop/web
|
|
155
|
+
};
|
|
156
|
+
(0, _react.useEffect)(() => {
|
|
157
|
+
loadSessions();
|
|
158
|
+
}, []);
|
|
159
|
+
if (loading) {
|
|
160
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
161
|
+
style: [styles.container, styles.centerContent, {
|
|
162
|
+
backgroundColor
|
|
163
|
+
}],
|
|
164
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
165
|
+
size: "large",
|
|
166
|
+
color: primaryColor
|
|
167
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
168
|
+
style: [styles.loadingText, {
|
|
169
|
+
color: textColor
|
|
170
|
+
}],
|
|
171
|
+
children: "Loading sessions..."
|
|
172
|
+
})]
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
176
|
+
style: [styles.container, {
|
|
177
|
+
backgroundColor
|
|
178
|
+
}],
|
|
179
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
180
|
+
style: styles.header,
|
|
181
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
182
|
+
style: [styles.title, {
|
|
183
|
+
color: textColor
|
|
184
|
+
}],
|
|
185
|
+
children: "Active Sessions"
|
|
186
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
187
|
+
style: [styles.subtitle, {
|
|
188
|
+
color: isDarkTheme ? '#BBBBBB' : '#666666'
|
|
189
|
+
}],
|
|
190
|
+
children: "Manage your active sessions across all devices"
|
|
191
|
+
})]
|
|
192
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ScrollView, {
|
|
193
|
+
style: styles.scrollView,
|
|
194
|
+
contentContainerStyle: styles.scrollContainer,
|
|
195
|
+
refreshControl: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.RefreshControl, {
|
|
196
|
+
refreshing: refreshing,
|
|
197
|
+
onRefresh: () => loadSessions(true),
|
|
198
|
+
tintColor: primaryColor
|
|
199
|
+
}),
|
|
200
|
+
children: userSessions.length > 0 ? /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
201
|
+
children: [userSessions.map(session => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
202
|
+
style: [styles.sessionCard, {
|
|
203
|
+
backgroundColor: secondaryBackgroundColor,
|
|
204
|
+
borderColor,
|
|
205
|
+
borderLeftColor: session.sessionId === activeSessionId ? successColor : borderColor
|
|
206
|
+
}],
|
|
207
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
208
|
+
style: styles.sessionHeader,
|
|
209
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
210
|
+
style: styles.sessionTitleRow,
|
|
211
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
212
|
+
style: styles.deviceIcon,
|
|
213
|
+
children: "\uD83D\uDCF1"
|
|
214
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
215
|
+
style: styles.sessionTitleText,
|
|
216
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
217
|
+
style: [styles.deviceName, {
|
|
218
|
+
color: textColor
|
|
219
|
+
}],
|
|
220
|
+
children: ["Session ", session.sessionId.substring(0, 8), "..."]
|
|
221
|
+
}), session.sessionId === activeSessionId && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
222
|
+
style: [styles.currentBadge, {
|
|
223
|
+
color: successColor
|
|
224
|
+
}],
|
|
225
|
+
children: "Current Session"
|
|
226
|
+
})]
|
|
227
|
+
})]
|
|
228
|
+
})
|
|
229
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
230
|
+
style: styles.sessionDetails,
|
|
231
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
232
|
+
style: [styles.sessionDetail, {
|
|
233
|
+
color: isDarkTheme ? '#BBBBBB' : '#666666'
|
|
234
|
+
}],
|
|
235
|
+
children: ["Device ID: ", session.deviceId.substring(0, 12), "..."]
|
|
236
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
237
|
+
style: [styles.sessionDetail, {
|
|
238
|
+
color: isDarkTheme ? '#BBBBBB' : '#666666'
|
|
239
|
+
}],
|
|
240
|
+
children: ["Last active: ", new Date(session.lastActive).toLocaleDateString()]
|
|
241
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
|
|
242
|
+
style: [styles.sessionDetail, {
|
|
243
|
+
color: isDarkTheme ? '#BBBBBB' : '#666666'
|
|
244
|
+
}],
|
|
245
|
+
children: ["Expires: ", new Date(session.expiresAt).toLocaleDateString()]
|
|
246
|
+
})]
|
|
247
|
+
}), session.sessionId !== activeSessionId && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
248
|
+
style: [styles.logoutButton, {
|
|
249
|
+
backgroundColor: isDarkTheme ? '#400000' : '#FFEBEE'
|
|
250
|
+
}],
|
|
251
|
+
onPress: () => handleLogoutSession(session.sessionId),
|
|
252
|
+
disabled: actionLoading === session.sessionId,
|
|
253
|
+
children: actionLoading === session.sessionId ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
254
|
+
size: "small",
|
|
255
|
+
color: dangerColor
|
|
256
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
257
|
+
style: [styles.logoutButtonText, {
|
|
258
|
+
color: dangerColor
|
|
259
|
+
}],
|
|
260
|
+
children: "Logout"
|
|
261
|
+
})
|
|
262
|
+
})]
|
|
263
|
+
}, session.sessionId)), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
264
|
+
style: styles.bulkActions,
|
|
265
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
266
|
+
style: [styles.bulkActionButton, {
|
|
267
|
+
backgroundColor: isDarkTheme ? '#1A1A1A' : '#F0F0F0',
|
|
268
|
+
borderColor
|
|
269
|
+
}],
|
|
270
|
+
onPress: handleLogoutOtherSessions,
|
|
271
|
+
disabled: actionLoading === 'others' || userSessions.filter(s => s.sessionId !== activeSessionId).length === 0,
|
|
272
|
+
children: actionLoading === 'others' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
273
|
+
size: "small",
|
|
274
|
+
color: primaryColor
|
|
275
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
276
|
+
style: [styles.bulkActionButtonText, {
|
|
277
|
+
color: textColor
|
|
278
|
+
}],
|
|
279
|
+
children: "Logout Other Sessions"
|
|
280
|
+
})
|
|
281
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
282
|
+
style: [styles.bulkActionButton, styles.dangerButton, {
|
|
283
|
+
backgroundColor: isDarkTheme ? '#400000' : '#FFEBEE'
|
|
284
|
+
}],
|
|
285
|
+
onPress: handleLogoutAllSessions,
|
|
286
|
+
disabled: actionLoading === 'all',
|
|
287
|
+
children: actionLoading === 'all' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
288
|
+
size: "small",
|
|
289
|
+
color: dangerColor
|
|
290
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
291
|
+
style: [styles.bulkActionButtonText, {
|
|
292
|
+
color: dangerColor
|
|
293
|
+
}],
|
|
294
|
+
children: "Logout All Sessions"
|
|
295
|
+
})
|
|
296
|
+
})]
|
|
297
|
+
})]
|
|
298
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
299
|
+
style: styles.emptyState,
|
|
300
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
301
|
+
style: [styles.emptyStateText, {
|
|
302
|
+
color: isDarkTheme ? '#BBBBBB' : '#666666'
|
|
303
|
+
}],
|
|
304
|
+
children: "No active sessions found"
|
|
305
|
+
})
|
|
306
|
+
})
|
|
307
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
308
|
+
style: [styles.footer, {
|
|
309
|
+
borderTopColor: borderColor
|
|
310
|
+
}],
|
|
311
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
312
|
+
style: styles.closeButton,
|
|
313
|
+
onPress: onClose,
|
|
314
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
315
|
+
style: [styles.closeButtonText, {
|
|
316
|
+
color: primaryColor
|
|
317
|
+
}],
|
|
318
|
+
children: "Close"
|
|
319
|
+
})
|
|
320
|
+
})
|
|
321
|
+
})]
|
|
322
|
+
});
|
|
323
|
+
};
|
|
324
|
+
const styles = _reactNative.StyleSheet.create({
|
|
325
|
+
container: {
|
|
326
|
+
flex: 1
|
|
327
|
+
},
|
|
328
|
+
centerContent: {
|
|
329
|
+
justifyContent: 'center',
|
|
330
|
+
alignItems: 'center'
|
|
331
|
+
},
|
|
332
|
+
header: {
|
|
333
|
+
padding: 20,
|
|
334
|
+
paddingBottom: 16
|
|
335
|
+
},
|
|
336
|
+
title: {
|
|
337
|
+
fontFamily: _reactNative.Platform.OS === 'web' ? 'Phudu' : 'phuduSemiBold',
|
|
338
|
+
fontWeight: _reactNative.Platform.OS === 'web' ? '600' : undefined,
|
|
339
|
+
fontSize: 24,
|
|
340
|
+
marginBottom: 8
|
|
341
|
+
},
|
|
342
|
+
subtitle: {
|
|
343
|
+
fontSize: 16,
|
|
344
|
+
lineHeight: 20
|
|
345
|
+
},
|
|
346
|
+
scrollView: {
|
|
347
|
+
flex: 1
|
|
348
|
+
},
|
|
349
|
+
scrollContainer: {
|
|
350
|
+
padding: 20,
|
|
351
|
+
paddingTop: 0
|
|
352
|
+
},
|
|
353
|
+
sessionCard: {
|
|
354
|
+
borderRadius: 12,
|
|
355
|
+
borderWidth: 1,
|
|
356
|
+
borderLeftWidth: 4,
|
|
357
|
+
padding: 16,
|
|
358
|
+
marginBottom: 12
|
|
359
|
+
},
|
|
360
|
+
sessionHeader: {
|
|
361
|
+
marginBottom: 12
|
|
362
|
+
},
|
|
363
|
+
sessionTitleRow: {
|
|
364
|
+
flexDirection: 'row',
|
|
365
|
+
alignItems: 'center'
|
|
366
|
+
},
|
|
367
|
+
deviceIcon: {
|
|
368
|
+
fontSize: 20,
|
|
369
|
+
marginRight: 12
|
|
370
|
+
},
|
|
371
|
+
sessionTitleText: {
|
|
372
|
+
flex: 1
|
|
373
|
+
},
|
|
374
|
+
deviceName: {
|
|
375
|
+
fontSize: 16,
|
|
376
|
+
fontWeight: '600',
|
|
377
|
+
marginBottom: 2
|
|
378
|
+
},
|
|
379
|
+
currentBadge: {
|
|
380
|
+
fontSize: 12,
|
|
381
|
+
fontWeight: '500'
|
|
382
|
+
},
|
|
383
|
+
sessionDetails: {
|
|
384
|
+
marginBottom: 12
|
|
385
|
+
},
|
|
386
|
+
sessionDetail: {
|
|
387
|
+
fontSize: 14,
|
|
388
|
+
marginBottom: 2
|
|
389
|
+
},
|
|
390
|
+
logoutButton: {
|
|
391
|
+
paddingVertical: 8,
|
|
392
|
+
paddingHorizontal: 16,
|
|
393
|
+
borderRadius: 6,
|
|
394
|
+
alignItems: 'center',
|
|
395
|
+
alignSelf: 'flex-start'
|
|
396
|
+
},
|
|
397
|
+
logoutButtonText: {
|
|
398
|
+
fontSize: 14,
|
|
399
|
+
fontWeight: '500'
|
|
400
|
+
},
|
|
401
|
+
bulkActions: {
|
|
402
|
+
marginTop: 20,
|
|
403
|
+
paddingTop: 20,
|
|
404
|
+
borderTopWidth: 1,
|
|
405
|
+
borderTopColor: '#E0E0E0'
|
|
406
|
+
},
|
|
407
|
+
bulkActionButton: {
|
|
408
|
+
paddingVertical: 12,
|
|
409
|
+
paddingHorizontal: 20,
|
|
410
|
+
borderRadius: 8,
|
|
411
|
+
borderWidth: 1,
|
|
412
|
+
alignItems: 'center',
|
|
413
|
+
marginBottom: 12
|
|
414
|
+
},
|
|
415
|
+
dangerButton: {
|
|
416
|
+
borderColor: 'transparent'
|
|
417
|
+
},
|
|
418
|
+
bulkActionButtonText: {
|
|
419
|
+
fontSize: 16,
|
|
420
|
+
fontWeight: '500'
|
|
421
|
+
},
|
|
422
|
+
emptyState: {
|
|
423
|
+
alignItems: 'center',
|
|
424
|
+
paddingVertical: 40
|
|
425
|
+
},
|
|
426
|
+
emptyStateText: {
|
|
427
|
+
fontSize: 16,
|
|
428
|
+
fontStyle: 'italic'
|
|
429
|
+
},
|
|
430
|
+
loadingText: {
|
|
431
|
+
fontSize: 16,
|
|
432
|
+
marginTop: 16
|
|
433
|
+
},
|
|
434
|
+
footer: {
|
|
435
|
+
padding: 16,
|
|
436
|
+
borderTopWidth: 1,
|
|
437
|
+
alignItems: 'center'
|
|
438
|
+
},
|
|
439
|
+
closeButton: {
|
|
440
|
+
paddingVertical: 8,
|
|
441
|
+
paddingHorizontal: 16
|
|
442
|
+
},
|
|
443
|
+
closeButtonText: {
|
|
444
|
+
fontSize: 16,
|
|
445
|
+
fontWeight: '600'
|
|
446
|
+
}
|
|
447
|
+
});
|
|
448
|
+
var _default = exports.default = SessionManagementScreen;
|
|
449
|
+
//# sourceMappingURL=SessionManagementScreen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_OxyContext","_sonner","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","SessionManagementScreen","onClose","theme","sessions","userSessions","activeSessionId","refreshSessions","logout","oxyServices","useOxy","loading","setLoading","useState","refreshing","setRefreshing","actionLoading","setActionLoading","isDarkTheme","textColor","backgroundColor","secondaryBackgroundColor","borderColor","primaryColor","dangerColor","successColor","loadSessions","isRefresh","error","console","Alert","alert","text","handleLogoutSession","sessionId","style","onPress","toast","success","handleLogoutOtherSessions","otherSessionsCount","filter","s","length","info","session","handleLogoutAllSessions","logoutAllSessions","formatDate","dateString","date","Date","now","diffInMinutes","Math","floor","getTime","toLocaleDateString","getDeviceIcon","deviceType","platform","toLowerCase","includes","useEffect","jsxs","View","styles","container","centerContent","children","jsx","ActivityIndicator","size","color","Text","loadingText","header","title","subtitle","ScrollView","scrollView","contentContainerStyle","scrollContainer","refreshControl","RefreshControl","onRefresh","tintColor","Fragment","map","sessionCard","borderLeftColor","sessionHeader","sessionTitleRow","deviceIcon","sessionTitleText","deviceName","substring","currentBadge","sessionDetails","sessionDetail","deviceId","lastActive","expiresAt","TouchableOpacity","logoutButton","disabled","logoutButtonText","bulkActions","bulkActionButton","bulkActionButtonText","dangerButton","emptyState","emptyStateText","footer","borderTopColor","closeButton","closeButtonText","StyleSheet","create","flex","justifyContent","alignItems","padding","paddingBottom","fontFamily","Platform","OS","fontWeight","undefined","fontSize","marginBottom","lineHeight","paddingTop","borderRadius","borderWidth","borderLeftWidth","flexDirection","marginRight","paddingVertical","paddingHorizontal","alignSelf","marginTop","borderTopWidth","fontStyle","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/SessionManagementScreen.tsx"],"mappings":"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","ignoreList":[]}
|