@entropy-softworks/ui 2026.7.31
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/CHANGELOG.md +96 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/lib/components/auth/LockOverlay.d.ts +22 -0
- package/lib/components/auth/LockOverlay.d.ts.map +1 -0
- package/lib/components/auth/LockOverlay.jsx +82 -0
- package/lib/components/auth/LockOverlay.jsx.map +1 -0
- package/lib/components/auth/PasswordStrengthMeter.d.ts +12 -0
- package/lib/components/auth/PasswordStrengthMeter.d.ts.map +1 -0
- package/lib/components/auth/PasswordStrengthMeter.jsx +81 -0
- package/lib/components/auth/PasswordStrengthMeter.jsx.map +1 -0
- package/lib/components/auth/ProtectedRoute.d.ts +24 -0
- package/lib/components/auth/ProtectedRoute.d.ts.map +1 -0
- package/lib/components/auth/ProtectedRoute.jsx +56 -0
- package/lib/components/auth/ProtectedRoute.jsx.map +1 -0
- package/lib/components/auth/PwnedPasswordWarning.d.ts +13 -0
- package/lib/components/auth/PwnedPasswordWarning.d.ts.map +1 -0
- package/lib/components/auth/PwnedPasswordWarning.jsx +29 -0
- package/lib/components/auth/PwnedPasswordWarning.jsx.map +1 -0
- package/lib/components/auth/index.d.ts +5 -0
- package/lib/components/auth/index.d.ts.map +1 -0
- package/lib/components/auth/index.js +5 -0
- package/lib/components/auth/index.js.map +1 -0
- package/lib/components/bottom-nav.d.ts +25 -0
- package/lib/components/bottom-nav.d.ts.map +1 -0
- package/lib/components/bottom-nav.jsx +51 -0
- package/lib/components/bottom-nav.jsx.map +1 -0
- package/lib/components/button.d.ts +16 -0
- package/lib/components/button.d.ts.map +1 -0
- package/lib/components/button.jsx +73 -0
- package/lib/components/button.jsx.map +1 -0
- package/lib/components/card.d.ts +22 -0
- package/lib/components/card.d.ts.map +1 -0
- package/lib/components/card.jsx +36 -0
- package/lib/components/card.jsx.map +1 -0
- package/lib/components/checkbox.d.ts +12 -0
- package/lib/components/checkbox.d.ts.map +1 -0
- package/lib/components/checkbox.jsx +16 -0
- package/lib/components/checkbox.jsx.map +1 -0
- package/lib/components/connection-settings.d.ts +41 -0
- package/lib/components/connection-settings.d.ts.map +1 -0
- package/lib/components/connection-settings.jsx +354 -0
- package/lib/components/connection-settings.jsx.map +1 -0
- package/lib/components/context-menu.d.ts +52 -0
- package/lib/components/context-menu.d.ts.map +1 -0
- package/lib/components/context-menu.jsx +24 -0
- package/lib/components/context-menu.jsx.map +1 -0
- package/lib/components/data-table.d.ts +59 -0
- package/lib/components/data-table.d.ts.map +1 -0
- package/lib/components/data-table.jsx +101 -0
- package/lib/components/data-table.jsx.map +1 -0
- package/lib/components/dialog.d.ts +58 -0
- package/lib/components/dialog.d.ts.map +1 -0
- package/lib/components/dialog.jsx +197 -0
- package/lib/components/dialog.jsx.map +1 -0
- package/lib/components/dropdown-menu.d.ts +55 -0
- package/lib/components/dropdown-menu.d.ts.map +1 -0
- package/lib/components/dropdown-menu.jsx +38 -0
- package/lib/components/dropdown-menu.jsx.map +1 -0
- package/lib/components/entropy-boot-splash.d.ts +24 -0
- package/lib/components/entropy-boot-splash.d.ts.map +1 -0
- package/lib/components/entropy-boot-splash.jsx +83 -0
- package/lib/components/entropy-boot-splash.jsx.map +1 -0
- package/lib/components/entropy-mark-animated.d.ts +20 -0
- package/lib/components/entropy-mark-animated.d.ts.map +1 -0
- package/lib/components/entropy-mark-animated.jsx +148 -0
- package/lib/components/entropy-mark-animated.jsx.map +1 -0
- package/lib/components/entropy-mark-geometry.d.ts +8 -0
- package/lib/components/entropy-mark-geometry.d.ts.map +1 -0
- package/lib/components/entropy-mark-geometry.js +10 -0
- package/lib/components/entropy-mark-geometry.js.map +1 -0
- package/lib/components/entropy-mark-sequential.d.ts +12 -0
- package/lib/components/entropy-mark-sequential.d.ts.map +1 -0
- package/lib/components/entropy-mark-sequential.jsx +53 -0
- package/lib/components/entropy-mark-sequential.jsx.map +1 -0
- package/lib/components/entropy-mark.d.ts +29 -0
- package/lib/components/entropy-mark.d.ts.map +1 -0
- package/lib/components/entropy-mark.jsx +66 -0
- package/lib/components/entropy-mark.jsx.map +1 -0
- package/lib/components/error-boundary.d.ts +31 -0
- package/lib/components/error-boundary.d.ts.map +1 -0
- package/lib/components/error-boundary.jsx +40 -0
- package/lib/components/error-boundary.jsx.map +1 -0
- package/lib/components/index.d.ts +41 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +43 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/input.d.ts +26 -0
- package/lib/components/input.d.ts.map +1 -0
- package/lib/components/input.jsx +95 -0
- package/lib/components/input.jsx.map +1 -0
- package/lib/components/item-icon.d.ts +32 -0
- package/lib/components/item-icon.d.ts.map +1 -0
- package/lib/components/item-icon.jsx +54 -0
- package/lib/components/item-icon.jsx.map +1 -0
- package/lib/components/label.d.ts +13 -0
- package/lib/components/label.d.ts.map +1 -0
- package/lib/components/label.jsx +9 -0
- package/lib/components/label.jsx.map +1 -0
- package/lib/components/legal-dialog.d.ts +18 -0
- package/lib/components/legal-dialog.d.ts.map +1 -0
- package/lib/components/legal-dialog.jsx +31 -0
- package/lib/components/legal-dialog.jsx.map +1 -0
- package/lib/components/license-gate.d.ts +17 -0
- package/lib/components/license-gate.d.ts.map +1 -0
- package/lib/components/license-gate.jsx +21 -0
- package/lib/components/license-gate.jsx.map +1 -0
- package/lib/components/logo.d.ts +15 -0
- package/lib/components/logo.d.ts.map +1 -0
- package/lib/components/logo.jsx +20 -0
- package/lib/components/logo.jsx.map +1 -0
- package/lib/components/onboarding-wizard.d.ts +89 -0
- package/lib/components/onboarding-wizard.d.ts.map +1 -0
- package/lib/components/onboarding-wizard.jsx +185 -0
- package/lib/components/onboarding-wizard.jsx.map +1 -0
- package/lib/components/pagination.d.ts +43 -0
- package/lib/components/pagination.d.ts.map +1 -0
- package/lib/components/pagination.jsx +72 -0
- package/lib/components/pagination.jsx.map +1 -0
- package/lib/components/password-generator.d.ts +15 -0
- package/lib/components/password-generator.d.ts.map +1 -0
- package/lib/components/password-generator.jsx +273 -0
- package/lib/components/password-generator.jsx.map +1 -0
- package/lib/components/pin-pad.d.ts +20 -0
- package/lib/components/pin-pad.d.ts.map +1 -0
- package/lib/components/pin-pad.jsx +93 -0
- package/lib/components/pin-pad.jsx.map +1 -0
- package/lib/components/popover.d.ts +27 -0
- package/lib/components/popover.d.ts.map +1 -0
- package/lib/components/popover.jsx +18 -0
- package/lib/components/popover.jsx.map +1 -0
- package/lib/components/profile/ProfileDialog.d.ts +25 -0
- package/lib/components/profile/ProfileDialog.d.ts.map +1 -0
- package/lib/components/profile/ProfileDialog.jsx +71 -0
- package/lib/components/profile/ProfileDialog.jsx.map +1 -0
- package/lib/components/profile/ProfileTab.d.ts +12 -0
- package/lib/components/profile/ProfileTab.d.ts.map +1 -0
- package/lib/components/profile/ProfileTab.jsx +112 -0
- package/lib/components/profile/ProfileTab.jsx.map +1 -0
- package/lib/components/profile/SecurityTab.d.ts +32 -0
- package/lib/components/profile/SecurityTab.d.ts.map +1 -0
- package/lib/components/profile/SecurityTab.jsx +145 -0
- package/lib/components/profile/SecurityTab.jsx.map +1 -0
- package/lib/components/profile/index.d.ts +4 -0
- package/lib/components/profile/index.d.ts.map +1 -0
- package/lib/components/profile/index.js +4 -0
- package/lib/components/profile/index.js.map +1 -0
- package/lib/components/segmented-toggle.d.ts +28 -0
- package/lib/components/segmented-toggle.d.ts.map +1 -0
- package/lib/components/segmented-toggle.jsx +64 -0
- package/lib/components/segmented-toggle.jsx.map +1 -0
- package/lib/components/separator.d.ts +13 -0
- package/lib/components/separator.d.ts.map +1 -0
- package/lib/components/separator.jsx +16 -0
- package/lib/components/separator.jsx.map +1 -0
- package/lib/components/server-settings.d.ts +27 -0
- package/lib/components/server-settings.d.ts.map +1 -0
- package/lib/components/server-settings.jsx +307 -0
- package/lib/components/server-settings.jsx.map +1 -0
- package/lib/components/settings/AccountSection.d.ts +26 -0
- package/lib/components/settings/AccountSection.d.ts.map +1 -0
- package/lib/components/settings/AccountSection.jsx +32 -0
- package/lib/components/settings/AccountSection.jsx.map +1 -0
- package/lib/components/settings/DangerZoneSection.d.ts +13 -0
- package/lib/components/settings/DangerZoneSection.d.ts.map +1 -0
- package/lib/components/settings/DangerZoneSection.jsx +16 -0
- package/lib/components/settings/DangerZoneSection.jsx.map +1 -0
- package/lib/components/settings/GeneralSection.d.ts +11 -0
- package/lib/components/settings/GeneralSection.d.ts.map +1 -0
- package/lib/components/settings/GeneralSection.jsx +12 -0
- package/lib/components/settings/GeneralSection.jsx.map +1 -0
- package/lib/components/settings/SupportSection.d.ts +11 -0
- package/lib/components/settings/SupportSection.d.ts.map +1 -0
- package/lib/components/settings/SupportSection.jsx +22 -0
- package/lib/components/settings/SupportSection.jsx.map +1 -0
- package/lib/components/settings/index.d.ts +5 -0
- package/lib/components/settings/index.d.ts.map +1 -0
- package/lib/components/settings/index.js +5 -0
- package/lib/components/settings/index.js.map +1 -0
- package/lib/components/settings-row.d.ts +28 -0
- package/lib/components/settings-row.d.ts.map +1 -0
- package/lib/components/settings-row.jsx +68 -0
- package/lib/components/settings-row.jsx.map +1 -0
- package/lib/components/skeleton.d.ts +8 -0
- package/lib/components/skeleton.d.ts.map +1 -0
- package/lib/components/skeleton.jsx +24 -0
- package/lib/components/skeleton.jsx.map +1 -0
- package/lib/components/social-connections.d.ts +15 -0
- package/lib/components/social-connections.d.ts.map +1 -0
- package/lib/components/social-connections.jsx +31 -0
- package/lib/components/social-connections.jsx.map +1 -0
- package/lib/components/stat-card.d.ts +29 -0
- package/lib/components/stat-card.d.ts.map +1 -0
- package/lib/components/stat-card.jsx +36 -0
- package/lib/components/stat-card.jsx.map +1 -0
- package/lib/components/tag-chip.d.ts +18 -0
- package/lib/components/tag-chip.d.ts.map +1 -0
- package/lib/components/tag-chip.jsx +54 -0
- package/lib/components/tag-chip.jsx.map +1 -0
- package/lib/components/tag-multi-select.d.ts +27 -0
- package/lib/components/tag-multi-select.d.ts.map +1 -0
- package/lib/components/tag-multi-select.jsx +65 -0
- package/lib/components/tag-multi-select.jsx.map +1 -0
- package/lib/components/text.d.ts +22 -0
- package/lib/components/text.d.ts.map +1 -0
- package/lib/components/text.jsx +43 -0
- package/lib/components/text.jsx.map +1 -0
- package/lib/components/toast/ToastPortal.d.ts +11 -0
- package/lib/components/toast/ToastPortal.d.ts.map +1 -0
- package/lib/components/toast/ToastPortal.jsx +15 -0
- package/lib/components/toast/ToastPortal.jsx.map +1 -0
- package/lib/components/toast/ToastPortal.web.d.ts +14 -0
- package/lib/components/toast/ToastPortal.web.d.ts.map +1 -0
- package/lib/components/toast/ToastPortal.web.jsx +39 -0
- package/lib/components/toast/ToastPortal.web.jsx.map +1 -0
- package/lib/components/toast/index.d.ts +3 -0
- package/lib/components/toast/index.d.ts.map +1 -0
- package/lib/components/toast/index.js +3 -0
- package/lib/components/toast/index.js.map +1 -0
- package/lib/components/toast/toast-config.d.ts +14 -0
- package/lib/components/toast/toast-config.d.ts.map +1 -0
- package/lib/components/toast/toast-config.jsx +24 -0
- package/lib/components/toast/toast-config.jsx.map +1 -0
- package/lib/components/tooltip.d.ts +30 -0
- package/lib/components/tooltip.d.ts.map +1 -0
- package/lib/components/tooltip.jsx +14 -0
- package/lib/components/tooltip.jsx.map +1 -0
- package/lib/components/totp-display.d.ts +23 -0
- package/lib/components/totp-display.d.ts.map +1 -0
- package/lib/components/totp-display.jsx +132 -0
- package/lib/components/totp-display.jsx.map +1 -0
- package/lib/components/user-avatar.d.ts +18 -0
- package/lib/components/user-avatar.d.ts.map +1 -0
- package/lib/components/user-avatar.jsx +25 -0
- package/lib/components/user-avatar.jsx.map +1 -0
- package/lib/context/AppConfigContext.d.ts +56 -0
- package/lib/context/AppConfigContext.d.ts.map +1 -0
- package/lib/context/AppConfigContext.jsx +14 -0
- package/lib/context/AppConfigContext.jsx.map +1 -0
- package/lib/context/NavigationContext.d.ts +42 -0
- package/lib/context/NavigationContext.d.ts.map +1 -0
- package/lib/context/NavigationContext.jsx +53 -0
- package/lib/context/NavigationContext.jsx.map +1 -0
- package/lib/context/NotificationContext.d.ts +32 -0
- package/lib/context/NotificationContext.d.ts.map +1 -0
- package/lib/context/NotificationContext.jsx +49 -0
- package/lib/context/NotificationContext.jsx.map +1 -0
- package/lib/context/ThemeContext.d.ts +12 -0
- package/lib/context/ThemeContext.d.ts.map +1 -0
- package/lib/context/ThemeContext.jsx +66 -0
- package/lib/context/ThemeContext.jsx.map +1 -0
- package/lib/context/index.d.ts +5 -0
- package/lib/context/index.d.ts.map +1 -0
- package/lib/context/index.js +5 -0
- package/lib/context/index.js.map +1 -0
- package/lib/flags.d.ts +9 -0
- package/lib/flags.d.ts.map +1 -0
- package/lib/flags.js +37 -0
- package/lib/flags.js.map +1 -0
- package/lib/forms/form-error.d.ts +12 -0
- package/lib/forms/form-error.d.ts.map +1 -0
- package/lib/forms/form-error.jsx +14 -0
- package/lib/forms/form-error.jsx.map +1 -0
- package/lib/forms/index.d.ts +3 -0
- package/lib/forms/index.d.ts.map +1 -0
- package/lib/forms/index.js +3 -0
- package/lib/forms/index.js.map +1 -0
- package/lib/forms/shake-field.d.ts +18 -0
- package/lib/forms/shake-field.d.ts.map +1 -0
- package/lib/forms/shake-field.jsx +30 -0
- package/lib/forms/shake-field.jsx.map +1 -0
- package/lib/hooks/index.d.ts +6 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +6 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/useAuth.d.ts +109 -0
- package/lib/hooks/useAuth.d.ts.map +1 -0
- package/lib/hooks/useAuth.jsx +404 -0
- package/lib/hooks/useAuth.jsx.map +1 -0
- package/lib/hooks/useAutoLock.d.ts +22 -0
- package/lib/hooks/useAutoLock.d.ts.map +1 -0
- package/lib/hooks/useAutoLock.js +85 -0
- package/lib/hooks/useAutoLock.js.map +1 -0
- package/lib/hooks/useDebouncedValue.d.ts +19 -0
- package/lib/hooks/useDebouncedValue.d.ts.map +1 -0
- package/lib/hooks/useDebouncedValue.js +29 -0
- package/lib/hooks/useDebouncedValue.js.map +1 -0
- package/lib/hooks/useShakeAnimation.d.ts +17 -0
- package/lib/hooks/useShakeAnimation.d.ts.map +1 -0
- package/lib/hooks/useShakeAnimation.js +22 -0
- package/lib/hooks/useShakeAnimation.js.map +1 -0
- package/lib/hooks/useUploadBlobUrl.d.ts +13 -0
- package/lib/hooks/useUploadBlobUrl.d.ts.map +1 -0
- package/lib/hooks/useUploadBlobUrl.js +60 -0
- package/lib/hooks/useUploadBlobUrl.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +47 -0
- package/lib/index.js.map +1 -0
- package/lib/screens/auth/AccountPickerScreen.d.ts +24 -0
- package/lib/screens/auth/AccountPickerScreen.d.ts.map +1 -0
- package/lib/screens/auth/AccountPickerScreen.jsx +47 -0
- package/lib/screens/auth/AccountPickerScreen.jsx.map +1 -0
- package/lib/screens/auth/AuthScreen.d.ts +59 -0
- package/lib/screens/auth/AuthScreen.d.ts.map +1 -0
- package/lib/screens/auth/AuthScreen.jsx +594 -0
- package/lib/screens/auth/AuthScreen.jsx.map +1 -0
- package/lib/screens/auth/ConsentScreen.d.ts +27 -0
- package/lib/screens/auth/ConsentScreen.d.ts.map +1 -0
- package/lib/screens/auth/ConsentScreen.jsx +55 -0
- package/lib/screens/auth/ConsentScreen.jsx.map +1 -0
- package/lib/screens/auth/ErrorScreen.d.ts +20 -0
- package/lib/screens/auth/ErrorScreen.d.ts.map +1 -0
- package/lib/screens/auth/ErrorScreen.jsx +43 -0
- package/lib/screens/auth/ErrorScreen.jsx.map +1 -0
- package/lib/screens/auth/ExpiredLinkScreen.d.ts +19 -0
- package/lib/screens/auth/ExpiredLinkScreen.d.ts.map +1 -0
- package/lib/screens/auth/ExpiredLinkScreen.jsx +38 -0
- package/lib/screens/auth/ExpiredLinkScreen.jsx.map +1 -0
- package/lib/screens/auth/ForgotPasswordScreen.d.ts +4 -0
- package/lib/screens/auth/ForgotPasswordScreen.d.ts.map +1 -0
- package/lib/screens/auth/ForgotPasswordScreen.jsx +123 -0
- package/lib/screens/auth/ForgotPasswordScreen.jsx.map +1 -0
- package/lib/screens/auth/ImportDataScreen.d.ts +17 -0
- package/lib/screens/auth/ImportDataScreen.d.ts.map +1 -0
- package/lib/screens/auth/ImportDataScreen.jsx +73 -0
- package/lib/screens/auth/ImportDataScreen.jsx.map +1 -0
- package/lib/screens/auth/LoginScreen.d.ts +38 -0
- package/lib/screens/auth/LoginScreen.d.ts.map +1 -0
- package/lib/screens/auth/LoginScreen.jsx +326 -0
- package/lib/screens/auth/LoginScreen.jsx.map +1 -0
- package/lib/screens/auth/MfaChallengeScreen.d.ts +4 -0
- package/lib/screens/auth/MfaChallengeScreen.d.ts.map +1 -0
- package/lib/screens/auth/MfaChallengeScreen.jsx +139 -0
- package/lib/screens/auth/MfaChallengeScreen.jsx.map +1 -0
- package/lib/screens/auth/MfaEnrollScreen.d.ts +12 -0
- package/lib/screens/auth/MfaEnrollScreen.d.ts.map +1 -0
- package/lib/screens/auth/MfaEnrollScreen.jsx +267 -0
- package/lib/screens/auth/MfaEnrollScreen.jsx.map +1 -0
- package/lib/screens/auth/PasskeyEnrollScreen.d.ts +18 -0
- package/lib/screens/auth/PasskeyEnrollScreen.d.ts.map +1 -0
- package/lib/screens/auth/PasskeyEnrollScreen.jsx +51 -0
- package/lib/screens/auth/PasskeyEnrollScreen.jsx.map +1 -0
- package/lib/screens/auth/PrivacyPolicyScreen.d.ts +19 -0
- package/lib/screens/auth/PrivacyPolicyScreen.d.ts.map +1 -0
- package/lib/screens/auth/PrivacyPolicyScreen.jsx +143 -0
- package/lib/screens/auth/PrivacyPolicyScreen.jsx.map +1 -0
- package/lib/screens/auth/RegisterScreen.d.ts +14 -0
- package/lib/screens/auth/RegisterScreen.d.ts.map +1 -0
- package/lib/screens/auth/RegisterScreen.jsx +296 -0
- package/lib/screens/auth/RegisterScreen.jsx.map +1 -0
- package/lib/screens/auth/ResetPasswordScreen.d.ts +12 -0
- package/lib/screens/auth/ResetPasswordScreen.d.ts.map +1 -0
- package/lib/screens/auth/ResetPasswordScreen.jsx +276 -0
- package/lib/screens/auth/ResetPasswordScreen.jsx.map +1 -0
- package/lib/screens/auth/ServerConfigScreen.d.ts +18 -0
- package/lib/screens/auth/ServerConfigScreen.d.ts.map +1 -0
- package/lib/screens/auth/ServerConfigScreen.jsx +259 -0
- package/lib/screens/auth/ServerConfigScreen.jsx.map +1 -0
- package/lib/screens/auth/TermsOfServiceScreen.d.ts +30 -0
- package/lib/screens/auth/TermsOfServiceScreen.d.ts.map +1 -0
- package/lib/screens/auth/TermsOfServiceScreen.jsx +130 -0
- package/lib/screens/auth/TermsOfServiceScreen.jsx.map +1 -0
- package/lib/screens/auth/VerifyEmailScreen.d.ts +4 -0
- package/lib/screens/auth/VerifyEmailScreen.d.ts.map +1 -0
- package/lib/screens/auth/VerifyEmailScreen.jsx +249 -0
- package/lib/screens/auth/VerifyEmailScreen.jsx.map +1 -0
- package/lib/screens/auth/WelcomeScreen.d.ts +17 -0
- package/lib/screens/auth/WelcomeScreen.d.ts.map +1 -0
- package/lib/screens/auth/WelcomeScreen.jsx +58 -0
- package/lib/screens/auth/WelcomeScreen.jsx.map +1 -0
- package/lib/screens/auth/index.d.ts +19 -0
- package/lib/screens/auth/index.d.ts.map +1 -0
- package/lib/screens/auth/index.js +19 -0
- package/lib/screens/auth/index.js.map +1 -0
- package/lib/screens/index.d.ts +2 -0
- package/lib/screens/index.d.ts.map +1 -0
- package/lib/screens/index.js +2 -0
- package/lib/screens/index.js.map +1 -0
- package/lib/services/api-config.d.ts +87 -0
- package/lib/services/api-config.d.ts.map +1 -0
- package/lib/services/api-config.js +202 -0
- package/lib/services/api-config.js.map +1 -0
- package/lib/services/auth.service.d.ts +140 -0
- package/lib/services/auth.service.d.ts.map +1 -0
- package/lib/services/auth.service.js +376 -0
- package/lib/services/auth.service.js.map +1 -0
- package/lib/services/favicon.d.ts +46 -0
- package/lib/services/favicon.d.ts.map +1 -0
- package/lib/services/favicon.js +84 -0
- package/lib/services/favicon.js.map +1 -0
- package/lib/services/hibp-cache.d.ts +23 -0
- package/lib/services/hibp-cache.d.ts.map +1 -0
- package/lib/services/hibp-cache.js +56 -0
- package/lib/services/hibp-cache.js.map +1 -0
- package/lib/services/hibp.d.ts +28 -0
- package/lib/services/hibp.d.ts.map +1 -0
- package/lib/services/hibp.js +92 -0
- package/lib/services/hibp.js.map +1 -0
- package/lib/services/index.d.ts +8 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +7 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/passkey.d.ts +10 -0
- package/lib/services/passkey.d.ts.map +1 -0
- package/lib/services/passkey.js +192 -0
- package/lib/services/passkey.js.map +1 -0
- package/lib/utils/api-fetch.d.ts +11 -0
- package/lib/utils/api-fetch.d.ts.map +1 -0
- package/lib/utils/api-fetch.js +52 -0
- package/lib/utils/api-fetch.js.map +1 -0
- package/lib/utils/clipboard.d.ts +31 -0
- package/lib/utils/clipboard.d.ts.map +1 -0
- package/lib/utils/clipboard.js +66 -0
- package/lib/utils/clipboard.js.map +1 -0
- package/lib/utils/cn.d.ts +9 -0
- package/lib/utils/cn.d.ts.map +1 -0
- package/lib/utils/cn.js +12 -0
- package/lib/utils/cn.js.map +1 -0
- package/lib/utils/debounce.d.ts +13 -0
- package/lib/utils/debounce.d.ts.map +1 -0
- package/lib/utils/debounce.js +28 -0
- package/lib/utils/debounce.js.map +1 -0
- package/lib/utils/error.d.ts +9 -0
- package/lib/utils/error.d.ts.map +1 -0
- package/lib/utils/error.js +11 -0
- package/lib/utils/error.js.map +1 -0
- package/lib/utils/fetch.d.ts +17 -0
- package/lib/utils/fetch.d.ts.map +1 -0
- package/lib/utils/fetch.js +29 -0
- package/lib/utils/fetch.js.map +1 -0
- package/lib/utils/http-error.d.ts +41 -0
- package/lib/utils/http-error.d.ts.map +1 -0
- package/lib/utils/http-error.js +63 -0
- package/lib/utils/http-error.js.map +1 -0
- package/lib/utils/index.d.ts +11 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +11 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/palette.d.ts +46 -0
- package/lib/utils/palette.d.ts.map +1 -0
- package/lib/utils/palette.js +75 -0
- package/lib/utils/palette.js.map +1 -0
- package/lib/utils/password.d.ts +20 -0
- package/lib/utils/password.d.ts.map +1 -0
- package/lib/utils/password.js +51 -0
- package/lib/utils/password.js.map +1 -0
- package/lib/utils/settings-storage.d.ts +3 -0
- package/lib/utils/settings-storage.d.ts.map +1 -0
- package/lib/utils/settings-storage.js +62 -0
- package/lib/utils/settings-storage.js.map +1 -0
- package/lib/utils/validation.d.ts +29 -0
- package/lib/utils/validation.d.ts.map +1 -0
- package/lib/utils/validation.js +58 -0
- package/lib/utils/validation.js.map +1 -0
- package/package.json +204 -0
- package/src/components/__tests__/data-table.test.ts +94 -0
- package/src/components/__tests__/pagination.test.ts +73 -0
- package/src/components/__tests__/stat-card.test.ts +21 -0
- package/src/components/auth/LockOverlay.tsx +122 -0
- package/src/components/auth/PasswordStrengthMeter.tsx +96 -0
- package/src/components/auth/ProtectedRoute.tsx +91 -0
- package/src/components/auth/PwnedPasswordWarning.tsx +54 -0
- package/src/components/auth/index.ts +10 -0
- package/src/components/bottom-nav.tsx +99 -0
- package/src/components/button.tsx +144 -0
- package/src/components/card.tsx +82 -0
- package/src/components/checkbox.tsx +48 -0
- package/src/components/connection-settings.tsx +583 -0
- package/src/components/context-menu.tsx +95 -0
- package/src/components/data-table.tsx +223 -0
- package/src/components/dialog.tsx +376 -0
- package/src/components/dropdown-menu.tsx +120 -0
- package/src/components/entropy-boot-splash.tsx +114 -0
- package/src/components/entropy-mark-animated.tsx +260 -0
- package/src/components/entropy-mark-geometry.ts +11 -0
- package/src/components/entropy-mark-sequential.tsx +132 -0
- package/src/components/entropy-mark.tsx +135 -0
- package/src/components/error-boundary.tsx +70 -0
- package/src/components/index.ts +156 -0
- package/src/components/input.tsx +246 -0
- package/src/components/item-icon.tsx +111 -0
- package/src/components/label.tsx +25 -0
- package/src/components/legal-dialog.tsx +47 -0
- package/src/components/license-gate.tsx +28 -0
- package/src/components/logo.tsx +34 -0
- package/src/components/onboarding-wizard.tsx +353 -0
- package/src/components/pagination.tsx +154 -0
- package/src/components/password-generator.tsx +393 -0
- package/src/components/pin-pad.tsx +156 -0
- package/src/components/popover.tsx +38 -0
- package/src/components/profile/ProfileDialog.tsx +129 -0
- package/src/components/profile/ProfileTab.tsx +151 -0
- package/src/components/profile/SecurityTab.tsx +229 -0
- package/src/components/profile/index.ts +3 -0
- package/src/components/segmented-toggle.tsx +119 -0
- package/src/components/separator.tsx +41 -0
- package/src/components/server-settings.tsx +442 -0
- package/src/components/settings/AccountSection.tsx +76 -0
- package/src/components/settings/DangerZoneSection.tsx +37 -0
- package/src/components/settings/GeneralSection.tsx +39 -0
- package/src/components/settings/SupportSection.tsx +53 -0
- package/src/components/settings/index.ts +4 -0
- package/src/components/settings-row.tsx +126 -0
- package/src/components/skeleton.tsx +48 -0
- package/src/components/social-connections.tsx +55 -0
- package/src/components/stat-card.tsx +64 -0
- package/src/components/tag-chip.tsx +78 -0
- package/src/components/tag-multi-select.tsx +136 -0
- package/src/components/text.tsx +77 -0
- package/src/components/toast/ToastPortal.tsx +16 -0
- package/src/components/toast/ToastPortal.web.tsx +47 -0
- package/src/components/toast/index.ts +2 -0
- package/src/components/toast/toast-config.tsx +31 -0
- package/src/components/tooltip.tsx +30 -0
- package/src/components/totp-display.tsx +207 -0
- package/src/components/user-avatar.tsx +46 -0
- package/src/context/AppConfigContext.tsx +76 -0
- package/src/context/NavigationContext.tsx +75 -0
- package/src/context/NotificationContext.tsx +69 -0
- package/src/context/ThemeContext.tsx +83 -0
- package/src/context/__tests__/NavigationContext.test.tsx +53 -0
- package/src/context/index.ts +24 -0
- package/src/flags.ts +44 -0
- package/src/forms/form-error.tsx +20 -0
- package/src/forms/index.ts +2 -0
- package/src/forms/shake-field.tsx +52 -0
- package/src/hooks/__tests__/useUploadBlobUrl.test.tsx +77 -0
- package/src/hooks/index.ts +18 -0
- package/src/hooks/useAuth.tsx +567 -0
- package/src/hooks/useAutoLock.ts +110 -0
- package/src/hooks/useDebouncedValue.ts +32 -0
- package/src/hooks/useShakeAnimation.ts +42 -0
- package/src/hooks/useUploadBlobUrl.ts +75 -0
- package/src/index.ts +48 -0
- package/src/screens/auth/AccountPickerScreen.tsx +103 -0
- package/src/screens/auth/AuthScreen.tsx +941 -0
- package/src/screens/auth/ConsentScreen.tsx +118 -0
- package/src/screens/auth/ErrorScreen.tsx +96 -0
- package/src/screens/auth/ExpiredLinkScreen.tsx +87 -0
- package/src/screens/auth/ForgotPasswordScreen.tsx +182 -0
- package/src/screens/auth/ImportDataScreen.tsx +112 -0
- package/src/screens/auth/LoginScreen.tsx +484 -0
- package/src/screens/auth/MfaChallengeScreen.tsx +216 -0
- package/src/screens/auth/MfaEnrollScreen.tsx +388 -0
- package/src/screens/auth/PasskeyEnrollScreen.tsx +96 -0
- package/src/screens/auth/PrivacyPolicyScreen.tsx +249 -0
- package/src/screens/auth/RegisterScreen.tsx +430 -0
- package/src/screens/auth/ResetPasswordScreen.tsx +377 -0
- package/src/screens/auth/ServerConfigScreen.tsx +388 -0
- package/src/screens/auth/TermsOfServiceScreen.tsx +236 -0
- package/src/screens/auth/VerifyEmailScreen.tsx +310 -0
- package/src/screens/auth/WelcomeScreen.tsx +78 -0
- package/src/screens/auth/index.ts +36 -0
- package/src/screens/index.ts +1 -0
- package/src/services/__tests__/api-config.test.ts +67 -0
- package/src/services/__tests__/favicon.test.ts +88 -0
- package/src/services/__tests__/hibp-cache.test.ts +37 -0
- package/src/services/__tests__/hibp.test.ts +39 -0
- package/src/services/api-config.ts +260 -0
- package/src/services/auth.service.ts +498 -0
- package/src/services/favicon.ts +102 -0
- package/src/services/hibp-cache.ts +71 -0
- package/src/services/hibp.ts +120 -0
- package/src/services/index.ts +52 -0
- package/src/services/passkey.ts +213 -0
- package/src/types/external.d.ts +24 -0
- package/src/utils/__tests__/clipboard.test.ts +59 -0
- package/src/utils/__tests__/cn.test.ts +24 -0
- package/src/utils/__tests__/debounce.test.ts +42 -0
- package/src/utils/__tests__/error.test.ts +18 -0
- package/src/utils/__tests__/http-error.test.ts +33 -0
- package/src/utils/__tests__/palette.test.ts +22 -0
- package/src/utils/__tests__/password.test.ts +55 -0
- package/src/utils/__tests__/settings-storage.test.ts +15 -0
- package/src/utils/__tests__/validation.test.ts +52 -0
- package/src/utils/api-fetch.ts +61 -0
- package/src/utils/clipboard.ts +69 -0
- package/src/utils/cn.ts +12 -0
- package/src/utils/debounce.ts +33 -0
- package/src/utils/error.ts +10 -0
- package/src/utils/fetch.ts +33 -0
- package/src/utils/http-error.ts +81 -0
- package/src/utils/index.ts +23 -0
- package/src/utils/palette.ts +105 -0
- package/src/utils/password.ts +64 -0
- package/src/utils/settings-storage.ts +68 -0
- package/src/utils/validation.ts +71 -0
- package/styles/globals.css +262 -0
- package/tailwind-preset.js +163 -0
|
@@ -0,0 +1,354 @@
|
|
|
1
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
2
|
+
import { ActivityIndicator, Modal, Pressable, ScrollView, Text, useWindowDimensions, View, } from "react-native";
|
|
3
|
+
import { Gesture, GestureDetector, GestureHandlerRootView } from "react-native-gesture-handler";
|
|
4
|
+
import Animated, { FadeIn, FadeOut, useAnimatedStyle, useSharedValue, withTiming, } from "react-native-reanimated";
|
|
5
|
+
import { Check, ChevronDown, GripHorizontal, X } from "lucide-react-native";
|
|
6
|
+
import { Button } from "./button";
|
|
7
|
+
import { Input } from "./input";
|
|
8
|
+
import { usePalette } from "../utils/palette";
|
|
9
|
+
const SUCCESS = "#16a34a";
|
|
10
|
+
function normalizeCustom(input) {
|
|
11
|
+
const v = input.trim().replace(/\/+$/, "");
|
|
12
|
+
if (!v) {
|
|
13
|
+
return "";
|
|
14
|
+
}
|
|
15
|
+
return /^https?:\/\//i.test(v) ? v : `https://${v}`;
|
|
16
|
+
}
|
|
17
|
+
const defaultValidate = (body) => {
|
|
18
|
+
const s = body?.status;
|
|
19
|
+
return s === "ok" || s === "healthy";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Connection dialog — a faithful port of simple-finance's, themed from the
|
|
23
|
+
* palette (so it tracks the active theme instead of hard-coded brand colors)
|
|
24
|
+
* and upstreamed here so both apps share one implementation. Draggable card
|
|
25
|
+
* (grip header, double-tap to recenter), Standalone/Cloud mode pills, a
|
|
26
|
+
* server dropdown (Entropy-hosted or self-hosted), and a live debounced
|
|
27
|
+
* health check. Standalone is gated until its backend lands.
|
|
28
|
+
*/
|
|
29
|
+
export function ConnectionSettings({ visible, onClose, mode, serverUrl, onSave, entropyUrl, healthPath = "/health", validateHealth = defaultValidate, allowStandalone = false, }) {
|
|
30
|
+
const { palette: p } = usePalette();
|
|
31
|
+
const [localMode, setLocalMode] = useState(mode);
|
|
32
|
+
const [endpoint, setEndpoint] = useState(serverUrl && serverUrl !== entropyUrl ? "custom" : "entropy");
|
|
33
|
+
const [custom, setCustom] = useState(serverUrl && serverUrl !== entropyUrl ? serverUrl : "");
|
|
34
|
+
const [open, setOpen] = useState(false);
|
|
35
|
+
const [test, setTest] = useState("idle");
|
|
36
|
+
const [testMsg, setTestMsg] = useState("");
|
|
37
|
+
// Re-sync to props whenever the dialog opens.
|
|
38
|
+
useEffect(() => {
|
|
39
|
+
if (!visible) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
setLocalMode(mode);
|
|
43
|
+
setEndpoint(serverUrl && serverUrl !== entropyUrl ? "custom" : "entropy");
|
|
44
|
+
setCustom(serverUrl && serverUrl !== entropyUrl ? serverUrl : "");
|
|
45
|
+
setOpen(false);
|
|
46
|
+
setTest("idle");
|
|
47
|
+
setTestMsg("");
|
|
48
|
+
}, [visible, mode, serverUrl, entropyUrl]);
|
|
49
|
+
// Dropdown is rendered as the card's last child (so it always paints on
|
|
50
|
+
// top); we measure the selector to anchor it.
|
|
51
|
+
const cardRef = useRef(null);
|
|
52
|
+
const selRef = useRef(null);
|
|
53
|
+
const [menu, setMenu] = useState(null);
|
|
54
|
+
const toggleMenu = () => {
|
|
55
|
+
if (open) {
|
|
56
|
+
setOpen(false);
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
selRef.current?.measureInWindow((x, y, w, h) => {
|
|
60
|
+
cardRef.current?.measureInWindow((cx, cy) => {
|
|
61
|
+
setMenu({ top: y - cy + h + 6, left: x - cx, width: w });
|
|
62
|
+
setOpen(true);
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
};
|
|
66
|
+
// ── Draggable card, clamped to stay on screen ──────────────────────────────
|
|
67
|
+
const win = useWindowDimensions();
|
|
68
|
+
const tx = useSharedValue(0);
|
|
69
|
+
const ty = useSharedValue(0);
|
|
70
|
+
const startX = useSharedValue(0);
|
|
71
|
+
const startY = useSharedValue(0);
|
|
72
|
+
const cardW = useSharedValue(0);
|
|
73
|
+
const cardH = useSharedValue(0);
|
|
74
|
+
useEffect(() => {
|
|
75
|
+
if (visible) {
|
|
76
|
+
tx.value = 0;
|
|
77
|
+
ty.value = 0;
|
|
78
|
+
}
|
|
79
|
+
}, [visible, tx, ty]);
|
|
80
|
+
const drag = Gesture.Pan()
|
|
81
|
+
.onBegin(() => {
|
|
82
|
+
startX.value = tx.value;
|
|
83
|
+
startY.value = ty.value;
|
|
84
|
+
})
|
|
85
|
+
.onUpdate((e) => {
|
|
86
|
+
const maxX = Math.max(0, (win.width - cardW.value) / 2 - 8);
|
|
87
|
+
const maxY = Math.max(0, (win.height - cardH.value) / 2 - 8);
|
|
88
|
+
tx.value = Math.min(maxX, Math.max(-maxX, startX.value + e.translationX));
|
|
89
|
+
ty.value = Math.min(maxY, Math.max(-maxY, startY.value + e.translationY));
|
|
90
|
+
});
|
|
91
|
+
const recenter = Gesture.Tap()
|
|
92
|
+
.numberOfTaps(2)
|
|
93
|
+
.onEnd(() => {
|
|
94
|
+
tx.value = withTiming(0, { duration: 220 });
|
|
95
|
+
ty.value = withTiming(0, { duration: 220 });
|
|
96
|
+
});
|
|
97
|
+
const handleGesture = Gesture.Race(drag, recenter);
|
|
98
|
+
const dragStyle = useAnimatedStyle(() => ({
|
|
99
|
+
transform: [{ translateX: tx.value }, { translateY: ty.value }],
|
|
100
|
+
}));
|
|
101
|
+
const resolvedUrl = endpoint === "entropy" ? entropyUrl : normalizeCustom(custom);
|
|
102
|
+
const runTest = async (url) => {
|
|
103
|
+
if (!url) {
|
|
104
|
+
setTest("fail");
|
|
105
|
+
setTestMsg("Enter a server address");
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
setTest("testing");
|
|
109
|
+
setTestMsg("");
|
|
110
|
+
try {
|
|
111
|
+
const res = await fetch(`${url}${healthPath}`, { method: "GET" });
|
|
112
|
+
const body = (await res.json().catch(() => ({})));
|
|
113
|
+
if (res.ok && validateHealth(body)) {
|
|
114
|
+
setTest("ok");
|
|
115
|
+
setTestMsg("Connected");
|
|
116
|
+
}
|
|
117
|
+
else {
|
|
118
|
+
setTest("fail");
|
|
119
|
+
setTestMsg(`Responded ${res.status}`);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
catch (e) {
|
|
123
|
+
setTest("fail");
|
|
124
|
+
setTestMsg(e instanceof Error ? e.message : "Could not reach server");
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
const canSave = localMode === "standalone" || test === "ok";
|
|
128
|
+
// Auto-test (debounced) whenever the cloud endpoint changes.
|
|
129
|
+
useEffect(() => {
|
|
130
|
+
if (!visible || localMode !== "cloud") {
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
if (!resolvedUrl) {
|
|
134
|
+
setTest("idle");
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
const h = setTimeout(() => void runTest(resolvedUrl), 500);
|
|
138
|
+
return () => clearTimeout(h);
|
|
139
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
140
|
+
}, [visible, localMode, endpoint, custom, resolvedUrl]);
|
|
141
|
+
return (<Modal visible={visible} transparent animationType="none" onRequestClose={onClose} statusBarTranslucent>
|
|
142
|
+
<GestureHandlerRootView style={{ flex: 1 }}>
|
|
143
|
+
<Animated.View entering={FadeIn.duration(160)} exiting={FadeOut.duration(120)} style={{ flex: 1 }}>
|
|
144
|
+
<Pressable style={{
|
|
145
|
+
flex: 1,
|
|
146
|
+
backgroundColor: "#000000B0",
|
|
147
|
+
alignItems: "center",
|
|
148
|
+
justifyContent: "center",
|
|
149
|
+
padding: 24,
|
|
150
|
+
}} onPress={onClose}>
|
|
151
|
+
<Animated.View entering={FadeIn.duration(180)} onLayout={(e) => {
|
|
152
|
+
cardW.value = e.nativeEvent.layout.width;
|
|
153
|
+
cardH.value = e.nativeEvent.layout.height;
|
|
154
|
+
}} style={[{ width: "100%", maxWidth: 520 }, dragStyle]}>
|
|
155
|
+
<Pressable ref={cardRef} onPress={(e) => e.stopPropagation()} style={{
|
|
156
|
+
backgroundColor: p.popover,
|
|
157
|
+
borderRadius: 24,
|
|
158
|
+
borderColor: p.border,
|
|
159
|
+
borderWidth: 1,
|
|
160
|
+
paddingHorizontal: 22,
|
|
161
|
+
paddingBottom: 22,
|
|
162
|
+
paddingTop: 10,
|
|
163
|
+
gap: 16,
|
|
164
|
+
}}>
|
|
165
|
+
{/* drag handle: whole header bar drags; double-tap recenters */}
|
|
166
|
+
<GestureDetector gesture={handleGesture}>
|
|
167
|
+
<View style={{
|
|
168
|
+
marginHorizontal: -22,
|
|
169
|
+
paddingHorizontal: 22,
|
|
170
|
+
userSelect: "none",
|
|
171
|
+
}}>
|
|
172
|
+
<View style={{ alignItems: "center", paddingVertical: 4 }}>
|
|
173
|
+
<GripHorizontal size={20} color={p.mutedForeground}/>
|
|
174
|
+
</View>
|
|
175
|
+
<View style={{
|
|
176
|
+
flexDirection: "row",
|
|
177
|
+
alignItems: "center",
|
|
178
|
+
justifyContent: "space-between",
|
|
179
|
+
}}>
|
|
180
|
+
<Text style={{ color: p.foreground, fontSize: 18, fontWeight: "700" }}>
|
|
181
|
+
Connection
|
|
182
|
+
</Text>
|
|
183
|
+
<Pressable onPress={onClose} hitSlop={10} style={{ padding: 4 }}>
|
|
184
|
+
<X size={20} color={p.mutedForeground}/>
|
|
185
|
+
</Pressable>
|
|
186
|
+
</View>
|
|
187
|
+
</View>
|
|
188
|
+
</GestureDetector>
|
|
189
|
+
|
|
190
|
+
<ScrollView style={{ maxHeight: win.height * 0.66 }} contentContainerStyle={{ gap: 16 }} keyboardShouldPersistTaps="handled" showsVerticalScrollIndicator={false}>
|
|
191
|
+
{/* mode segmented */}
|
|
192
|
+
<View style={{
|
|
193
|
+
backgroundColor: p.muted,
|
|
194
|
+
borderRadius: 14,
|
|
195
|
+
padding: 4,
|
|
196
|
+
flexDirection: "row",
|
|
197
|
+
gap: 4,
|
|
198
|
+
}}>
|
|
199
|
+
<ModePill label="Cloud" active={localMode === "cloud"} onPress={() => setLocalMode("cloud")} palette={p}/>
|
|
200
|
+
<ModePill label="Standalone" active={localMode === "standalone"} disabled={!allowStandalone} onPress={() => setLocalMode("standalone")} palette={p}/>
|
|
201
|
+
</View>
|
|
202
|
+
|
|
203
|
+
{localMode === "standalone" ? (<Text style={{ color: p.mutedForeground, fontSize: 13, lineHeight: 19 }}>
|
|
204
|
+
{allowStandalone
|
|
205
|
+
? "Private by default. Your vault stays on this device — no account, no server."
|
|
206
|
+
: "On-device, account-free mode is coming soon. For now, sign in to your Entropy or self-hosted server."}
|
|
207
|
+
</Text>) : (<View style={{ gap: 12 }}>
|
|
208
|
+
<Text style={{ color: p.mutedForeground, fontSize: 13, lineHeight: 19 }}>
|
|
209
|
+
Sign in to sync across devices. Use Entropy's hosted server or point at
|
|
210
|
+
one you run yourself.
|
|
211
|
+
</Text>
|
|
212
|
+
|
|
213
|
+
{/* endpoint selector — dropdown floats as an overlay so the
|
|
214
|
+
dialog never resizes when it opens. */}
|
|
215
|
+
<View style={{ position: "relative", zIndex: open ? 100 : 1 }}>
|
|
216
|
+
<Text style={{
|
|
217
|
+
color: p.mutedForeground,
|
|
218
|
+
fontSize: 13,
|
|
219
|
+
fontWeight: "500",
|
|
220
|
+
marginBottom: 6,
|
|
221
|
+
}}>
|
|
222
|
+
Server
|
|
223
|
+
</Text>
|
|
224
|
+
<Pressable ref={selRef} onPress={toggleMenu} style={{
|
|
225
|
+
height: 52,
|
|
226
|
+
borderRadius: 14,
|
|
227
|
+
backgroundColor: p.background,
|
|
228
|
+
borderWidth: 1,
|
|
229
|
+
borderColor: open ? p.primary : p.border,
|
|
230
|
+
flexDirection: "row",
|
|
231
|
+
alignItems: "center",
|
|
232
|
+
paddingHorizontal: 14,
|
|
233
|
+
}}>
|
|
234
|
+
<View style={{ flex: 1 }}>
|
|
235
|
+
<Text style={{ color: p.foreground, fontSize: 15, fontWeight: "500" }}>
|
|
236
|
+
{endpoint === "entropy" ? "Entropy Cloud" : "Custom server"}
|
|
237
|
+
</Text>
|
|
238
|
+
<Text style={{ color: p.mutedForeground, fontSize: 11, marginTop: 1 }}>
|
|
239
|
+
{endpoint === "entropy" ? entropyUrl : "DNS / IP / host:port"}
|
|
240
|
+
</Text>
|
|
241
|
+
</View>
|
|
242
|
+
<Animated.View style={{ transform: [{ rotate: open ? "180deg" : "0deg" }] }}>
|
|
243
|
+
<ChevronDown size={18} color={p.mutedForeground}/>
|
|
244
|
+
</Animated.View>
|
|
245
|
+
</Pressable>
|
|
246
|
+
</View>
|
|
247
|
+
|
|
248
|
+
{endpoint === "custom" ? (<Input label="Address" placeholder="vault.example.com · 192.168.1.10:8080" autoCapitalize="none" autoCorrect={false} keyboardType="url" value={custom} onChangeText={setCustom}/>) : null}
|
|
249
|
+
|
|
250
|
+
{/* live connection status — fixed height, never shifts layout */}
|
|
251
|
+
<Pressable onPress={() => void runTest(resolvedUrl)} style={{ height: 22, flexDirection: "row", alignItems: "center", gap: 7 }} accessibilityRole="button" accessibilityLabel="Test connection">
|
|
252
|
+
{test === "testing" ? (<>
|
|
253
|
+
<ActivityIndicator size="small" color={p.mutedForeground}/>
|
|
254
|
+
<Text style={{ color: p.mutedForeground, fontSize: 13 }}>
|
|
255
|
+
Checking connection…
|
|
256
|
+
</Text>
|
|
257
|
+
</>) : test === "ok" ? (<>
|
|
258
|
+
<Dot color={SUCCESS}/>
|
|
259
|
+
<Text style={{ color: SUCCESS, fontSize: 13, fontWeight: "500" }}>
|
|
260
|
+
{testMsg}
|
|
261
|
+
</Text>
|
|
262
|
+
</>) : test === "fail" ? (<>
|
|
263
|
+
<Dot color={p.destructive}/>
|
|
264
|
+
<Text numberOfLines={1} style={{ color: p.destructive, fontSize: 13, flex: 1 }}>
|
|
265
|
+
{testMsg} · tap to retry
|
|
266
|
+
</Text>
|
|
267
|
+
</>) : (<>
|
|
268
|
+
<Dot color={p.mutedForeground}/>
|
|
269
|
+
<Text style={{ color: p.mutedForeground, fontSize: 13 }}>
|
|
270
|
+
Not checked
|
|
271
|
+
</Text>
|
|
272
|
+
</>)}
|
|
273
|
+
</Pressable>
|
|
274
|
+
</View>)}
|
|
275
|
+
|
|
276
|
+
<View style={{ position: "relative", zIndex: 0 }}>
|
|
277
|
+
<Button className="w-full" disabled={!canSave} onPress={() => onSave(localMode, localMode === "cloud" ? resolvedUrl : "")} accessibilityLabel="Save connection settings">
|
|
278
|
+
Save
|
|
279
|
+
</Button>
|
|
280
|
+
</View>
|
|
281
|
+
</ScrollView>
|
|
282
|
+
|
|
283
|
+
{/* Server dropdown — rendered last so it paints above everything,
|
|
284
|
+
anchored under the selector via measurement. */}
|
|
285
|
+
{open && menu ? (<>
|
|
286
|
+
<Pressable onPress={() => setOpen(false)} style={{ position: "absolute", top: 0, left: 0, right: 0, bottom: 0 }}/>
|
|
287
|
+
<Animated.View entering={FadeIn.duration(120)} style={{
|
|
288
|
+
position: "absolute",
|
|
289
|
+
top: menu.top,
|
|
290
|
+
left: menu.left,
|
|
291
|
+
width: menu.width,
|
|
292
|
+
borderRadius: 14,
|
|
293
|
+
borderWidth: 1,
|
|
294
|
+
borderColor: p.border,
|
|
295
|
+
backgroundColor: p.background,
|
|
296
|
+
overflow: "hidden",
|
|
297
|
+
boxShadow: "0px 10px 18px rgba(0,0,0,0.5)",
|
|
298
|
+
elevation: 12,
|
|
299
|
+
}}>
|
|
300
|
+
<Option label="Entropy Cloud" sub={entropyUrl} active={endpoint === "entropy"} onPress={() => {
|
|
301
|
+
setEndpoint("entropy");
|
|
302
|
+
setOpen(false);
|
|
303
|
+
}} palette={p}/>
|
|
304
|
+
<Option label="Custom server" sub="DNS / IP / host:port" active={endpoint === "custom"} onPress={() => {
|
|
305
|
+
setEndpoint("custom");
|
|
306
|
+
setOpen(false);
|
|
307
|
+
}} palette={p}/>
|
|
308
|
+
</Animated.View>
|
|
309
|
+
</>) : null}
|
|
310
|
+
</Pressable>
|
|
311
|
+
</Animated.View>
|
|
312
|
+
</Pressable>
|
|
313
|
+
</Animated.View>
|
|
314
|
+
</GestureHandlerRootView>
|
|
315
|
+
</Modal>);
|
|
316
|
+
}
|
|
317
|
+
function Dot({ color }) {
|
|
318
|
+
return <View style={{ width: 8, height: 8, borderRadius: 999, backgroundColor: color }}/>;
|
|
319
|
+
}
|
|
320
|
+
function ModePill({ label, active, disabled, onPress, palette: p, }) {
|
|
321
|
+
return (<Pressable onPress={() => !disabled && onPress()} disabled={disabled} style={{
|
|
322
|
+
flex: 1,
|
|
323
|
+
paddingVertical: 9,
|
|
324
|
+
borderRadius: 10,
|
|
325
|
+
alignItems: "center",
|
|
326
|
+
backgroundColor: active ? p.primary : "transparent",
|
|
327
|
+
opacity: disabled ? 0.45 : 1,
|
|
328
|
+
}}>
|
|
329
|
+
<Text style={{
|
|
330
|
+
fontSize: 14,
|
|
331
|
+
fontWeight: active ? "700" : "500",
|
|
332
|
+
color: active ? p.primaryForeground : p.foreground,
|
|
333
|
+
}}>
|
|
334
|
+
{label}
|
|
335
|
+
</Text>
|
|
336
|
+
</Pressable>);
|
|
337
|
+
}
|
|
338
|
+
function Option({ label, sub, active, onPress, palette: p, }) {
|
|
339
|
+
return (<Pressable onPress={onPress} style={{
|
|
340
|
+
flexDirection: "row",
|
|
341
|
+
alignItems: "center",
|
|
342
|
+
paddingHorizontal: 14,
|
|
343
|
+
paddingVertical: 11,
|
|
344
|
+
backgroundColor: active ? p.muted : p.background,
|
|
345
|
+
}}>
|
|
346
|
+
<View style={{ flex: 1 }}>
|
|
347
|
+
<Text style={{ color: p.foreground, fontSize: 14, fontWeight: "500" }}>{label}</Text>
|
|
348
|
+
<Text style={{ color: p.mutedForeground, fontSize: 11, marginTop: 1 }}>{sub}</Text>
|
|
349
|
+
</View>
|
|
350
|
+
{active ? <Check size={16} color={p.primary}/> : null}
|
|
351
|
+
</Pressable>);
|
|
352
|
+
}
|
|
353
|
+
export default ConnectionSettings;
|
|
354
|
+
//# sourceMappingURL=connection-settings.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connection-settings.jsx","sourceRoot":"","sources":["../../src/components/connection-settings.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const ContextMenu: {
|
|
3
|
+
({ asChild, relativeTo, onOpenChange: onOpenChangeProp, ref, ...viewProps }: import("react-native").ViewProps & {
|
|
4
|
+
asChild?: boolean;
|
|
5
|
+
} & {
|
|
6
|
+
onOpenChange?: (open: boolean) => void;
|
|
7
|
+
relativeTo?: "longPress" | "trigger";
|
|
8
|
+
} & React.RefAttributes<import("react-native").View>): React.JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
declare const ContextMenuTrigger: {
|
|
12
|
+
({ asChild, onLongPress: onLongPressProp, disabled, onAccessibilityAction: onAccessibilityActionProp, ref, ...props }: Omit<import("react-native").PressableProps & React.RefAttributes<import("react-native").View>, "ref"> & {
|
|
13
|
+
asChild?: boolean;
|
|
14
|
+
} & {
|
|
15
|
+
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
16
|
+
onKeyUp?: (ev: React.KeyboardEvent) => void;
|
|
17
|
+
} & React.RefAttributes<import("@rn-primitives/context-menu").TriggerRef>): React.JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
declare const ContextMenuContent: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps & {
|
|
21
|
+
asChild?: boolean;
|
|
22
|
+
} & import("@rn-primitives/types").PositionedContentProps & React.RefAttributes<import("react-native").View>, "ref"> & {
|
|
23
|
+
className?: string;
|
|
24
|
+
} & React.RefAttributes<import("react-native").View>>;
|
|
25
|
+
declare const ContextMenuItem: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").PressableProps & React.RefAttributes<import("react-native").View>, "ref"> & {
|
|
26
|
+
asChild?: boolean;
|
|
27
|
+
} & {
|
|
28
|
+
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
29
|
+
onKeyUp?: (ev: React.KeyboardEvent) => void;
|
|
30
|
+
} & {
|
|
31
|
+
textValue?: string;
|
|
32
|
+
closeOnPress?: boolean;
|
|
33
|
+
} & React.RefAttributes<import("react-native").View>, "ref"> & {
|
|
34
|
+
className?: string;
|
|
35
|
+
inset?: boolean;
|
|
36
|
+
variant?: "default" | "destructive";
|
|
37
|
+
} & React.RefAttributes<import("react-native").View>>;
|
|
38
|
+
declare const ContextMenuSeparator: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps & {
|
|
39
|
+
asChild?: boolean;
|
|
40
|
+
} & {
|
|
41
|
+
decorative?: boolean;
|
|
42
|
+
} & React.RefAttributes<import("react-native").View>, "ref"> & {
|
|
43
|
+
className?: string;
|
|
44
|
+
} & React.RefAttributes<import("react-native").View>>;
|
|
45
|
+
declare const ContextMenuLabel: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps & {
|
|
46
|
+
asChild?: boolean;
|
|
47
|
+
} & React.RefAttributes<import("react-native").Text>, "ref"> & {
|
|
48
|
+
className?: string;
|
|
49
|
+
inset?: boolean;
|
|
50
|
+
} & React.RefAttributes<import("react-native").Text>>;
|
|
51
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuSeparator, ContextMenuLabel, };
|
|
52
|
+
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../src/components/context-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,WAAW;;;;;;;;CAA4B,CAAC;AAC9C,QAAA,MAAM,kBAAkB;;;;;;;;CAA+B,CAAC;AAExD,QAAA,MAAM,kBAAkB;;;gBAE8D,MAAM;qDAqB1F,CAAC;AAGH,QAAA,MAAM,eAAe;;;;;;;;;gBAGL,MAAM;YACV,OAAO;cACL,SAAS,GAAG,aAAa;qDAcrC,CAAC;AAGH,QAAA,MAAM,oBAAoB;;;;;gBAE8D,MAAM;qDAO5F,CAAC;AAGH,QAAA,MAAM,gBAAgB;;;gBAGN,MAAM;YACV,OAAO;qDAYjB,CAAC;AAGH,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,gBAAgB,GACjB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import * as ContextMenuPrimitive from "@rn-primitives/context-menu";
|
|
3
|
+
import { cn } from "../utils/cn";
|
|
4
|
+
import { useColorScheme } from "nativewind";
|
|
5
|
+
const ContextMenu = ContextMenuPrimitive.Root;
|
|
6
|
+
const ContextMenuTrigger = ContextMenuPrimitive.Trigger;
|
|
7
|
+
const ContextMenuContent = React.forwardRef(({ className, ...props }, ref) => {
|
|
8
|
+
const { colorScheme } = useColorScheme();
|
|
9
|
+
const isDark = colorScheme === "dark";
|
|
10
|
+
return (<ContextMenuPrimitive.Portal>
|
|
11
|
+
<ContextMenuPrimitive.Overlay>
|
|
12
|
+
<ContextMenuPrimitive.Content ref={ref} className={cn("z-50 min-w-[160px] rounded-lg border border-border p-1", isDark ? "bg-neutral-900" : "bg-white", "shadow-lg", className)} {...props}/>
|
|
13
|
+
</ContextMenuPrimitive.Overlay>
|
|
14
|
+
</ContextMenuPrimitive.Portal>);
|
|
15
|
+
});
|
|
16
|
+
ContextMenuContent.displayName = "ContextMenuContent";
|
|
17
|
+
const ContextMenuItem = React.forwardRef(({ className, inset, variant, ...props }, ref) => (<ContextMenuPrimitive.Item ref={ref} className={cn("flex-row items-center rounded-md px-2 py-1.5", "active:bg-neutral-200 dark:active:bg-neutral-700", inset && "pl-8", variant === "destructive" && "active:bg-red-100 dark:active:bg-red-900/30", className)} {...props}/>));
|
|
18
|
+
ContextMenuItem.displayName = "ContextMenuItem";
|
|
19
|
+
const ContextMenuSeparator = React.forwardRef(({ className, ...props }, ref) => (<ContextMenuPrimitive.Separator ref={ref} className={cn("my-1 h-px bg-border dark:bg-neutral-700", className)} {...props}/>));
|
|
20
|
+
ContextMenuSeparator.displayName = "ContextMenuSeparator";
|
|
21
|
+
const ContextMenuLabel = React.forwardRef(({ className, inset, ...props }, ref) => (<ContextMenuPrimitive.Label ref={ref} className={cn("px-2 py-1.5 text-xs font-semibold text-foreground dark:text-white", inset && "pl-8", className)} {...props}/>));
|
|
22
|
+
ContextMenuLabel.displayName = "ContextMenuLabel";
|
|
23
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuSeparator, ContextMenuLabel, };
|
|
24
|
+
//# sourceMappingURL=context-menu.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-menu.jsx","sourceRoot":"","sources":["../../src/components/context-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,WAAW,GAAG,oBAAoB,CAAC,IAAI,CAAC;AAC9C,MAAM,kBAAkB,GAAG,oBAAoB,CAAC,OAAO,CAAC;AAExD,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CAGzC,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACjC,MAAM,EAAE,WAAW,EAAE,GAAG,cAAc,EAAE,CAAC;IACzC,MAAM,MAAM,GAAG,WAAW,KAAK,MAAM,CAAC;IAEtC,OAAO,CACL,CAAC,oBAAoB,CAAC,MAAM,CAC1B;MAAA,CAAC,oBAAoB,CAAC,OAAO,CAC3B;QAAA,CAAC,oBAAoB,CAAC,OAAO,CAC3B,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,SAAS,CAAC,CAAC,EAAE,CACX,wDAAwD,EACxD,MAAM,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,UAAU,EACtC,WAAW,EACX,SAAS,CACV,CAAC,CACF,IAAI,KAAK,CAAC,EAEd;MAAA,EAAE,oBAAoB,CAAC,OAAO,CAChC;IAAA,EAAE,oBAAoB,CAAC,MAAM,CAAC,CAC/B,CAAC;AACJ,CAAC,CAAC,CAAC;AACH,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAOtC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAClD,CAAC,oBAAoB,CAAC,IAAI,CACxB,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,SAAS,CAAC,CAAC,EAAE,CACX,8CAA8C,EAC9C,kDAAkD,EAClD,KAAK,IAAI,MAAM,EACf,OAAO,KAAK,aAAa,IAAI,6CAA6C,EAC1E,SAAS,CACV,CAAC,CACF,IAAI,KAAK,CAAC,EACV,CACH,CAAC,CAAC;AACH,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,MAAM,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAG3C,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAClC,CAAC,oBAAoB,CAAC,SAAS,CAC7B,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,SAAS,CAAC,CAAC,EAAE,CAAC,yCAAyC,EAAE,SAAS,CAAC,CAAC,CACpE,IAAI,KAAK,CAAC,EACV,CACH,CAAC,CAAC;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAMvC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CACzC,CAAC,oBAAoB,CAAC,KAAK,CACzB,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,SAAS,CAAC,CAAC,EAAE,CACX,mEAAmE,EACnE,KAAK,IAAI,MAAM,EACf,SAAS,CACV,CAAC,CACF,IAAI,KAAK,CAAC,EACV,CACH,CAAC,CAAC;AACH,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,gBAAgB,GACjB,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ViewStyle } from "react-native";
|
|
3
|
+
export interface DataTableColumn<T> {
|
|
4
|
+
/** Stable identifier for the column; also the default cell value source. */
|
|
5
|
+
key: string;
|
|
6
|
+
/** Header label. */
|
|
7
|
+
header: string;
|
|
8
|
+
/** Fixed width (px). Mutually exclusive with `flex`; `width` wins if both set. */
|
|
9
|
+
width?: number;
|
|
10
|
+
/** Flex grow factor when no fixed `width` is given. Defaults to 1. */
|
|
11
|
+
flex?: number;
|
|
12
|
+
/** Custom cell renderer. Receives the whole row. */
|
|
13
|
+
render?: (row: T) => React.ReactNode;
|
|
14
|
+
/** Cell + header horizontal alignment. Defaults to "left". */
|
|
15
|
+
align?: "left" | "center" | "right";
|
|
16
|
+
}
|
|
17
|
+
export interface DataTableProps<T> {
|
|
18
|
+
columns: DataTableColumn<T>[];
|
|
19
|
+
data: T[];
|
|
20
|
+
/** Stable key for each row — required by the underlying list. */
|
|
21
|
+
keyExtractor: (row: T, index: number) => string;
|
|
22
|
+
/** Row press handler; when set, rows become pressable. */
|
|
23
|
+
onRowPress?: (row: T) => void;
|
|
24
|
+
/** Replaces the body with skeleton rows while true. */
|
|
25
|
+
loading?: boolean;
|
|
26
|
+
/** Number of skeleton rows to show while loading. Defaults to 5. */
|
|
27
|
+
loadingRowCount?: number;
|
|
28
|
+
/** Rendered when `data` is empty and not loading. */
|
|
29
|
+
emptyState?: React.ReactNode;
|
|
30
|
+
/** Fallback empty message when `emptyState` is not provided. */
|
|
31
|
+
emptyMessage?: string;
|
|
32
|
+
className?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Resolve a column's layout style. `width` (fixed px) takes precedence over
|
|
36
|
+
* `flex` (grow factor, default 1). Kept pure so layout rules are unit-testable
|
|
37
|
+
* without a render host.
|
|
38
|
+
*/
|
|
39
|
+
export declare function resolveColumnStyle<T>(column: DataTableColumn<T>): ViewStyle;
|
|
40
|
+
/** Which body the table renders: skeleton rows, an empty placeholder, or data. */
|
|
41
|
+
export type DataTableBodyMode = "loading" | "empty" | "data";
|
|
42
|
+
/**
|
|
43
|
+
* Decide the body mode from the loading flag + row count. Loading wins over
|
|
44
|
+
* everything; an empty data set (when not loading) shows the empty state.
|
|
45
|
+
* Pure so the branch logic is unit-testable without a render host.
|
|
46
|
+
*/
|
|
47
|
+
export declare function dataTableBodyMode(loading: boolean, rowCount: number): DataTableBodyMode;
|
|
48
|
+
/**
|
|
49
|
+
* Generic, typed data table for admin dashboards. Renders a sticky-ish header
|
|
50
|
+
* row above a virtualised `FlatList` body (react-native's built-in list — the
|
|
51
|
+
* package does not depend on `@shopify/flash-list`, and adding a runtime dep is
|
|
52
|
+
* out of scope). Works on RN web (the primary admin target) and native.
|
|
53
|
+
*
|
|
54
|
+
* Loading shows skeleton rows; an empty data set shows `emptyState` (or
|
|
55
|
+
* `emptyMessage`). Columns size by fixed `width` or `flex`, support custom
|
|
56
|
+
* `render`, and alignment.
|
|
57
|
+
*/
|
|
58
|
+
export declare function DataTable<T>({ columns, data, keyExtractor, onRowPress, loading, loadingRowCount, emptyState, emptyMessage, className, }: DataTableProps<T>): React.JSX.Element;
|
|
59
|
+
//# sourceMappingURL=data-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../src/components/data-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAkD,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAK9F,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,4EAA4E;IAC5E,GAAG,EAAE,MAAM,CAAC;IACZ,oBAAoB;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,kFAAkF;IAClF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sEAAsE;IACtE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrC,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,iEAAiE;IACjE,YAAY,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAChD,0DAA0D;IAC1D,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC;IAC9B,uDAAuD;IACvD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oEAAoE;IACpE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qDAAqD;IACrD,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,gEAAgE;IAChE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAiBD;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,SAAS,CAY3E;AAED,kFAAkF;AAClF,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAE7D;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,iBAAiB,CAKvF;AA0ED;;;;;;;;;GASG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,OAAO,EACP,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,OAAe,EACf,eAAmB,EACnB,UAAU,EACV,YAAwB,EACxB,SAAS,GACV,EAAE,cAAc,CAAC,CAAC,CAAC,qBA0CnB"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { FlatList, Pressable, View } from "react-native";
|
|
3
|
+
import { cn } from "../utils/cn";
|
|
4
|
+
import { MutedText, Text } from "./text";
|
|
5
|
+
import { Skeleton } from "./skeleton";
|
|
6
|
+
const alignClass = {
|
|
7
|
+
left: "text-left",
|
|
8
|
+
center: "text-center",
|
|
9
|
+
right: "text-right",
|
|
10
|
+
};
|
|
11
|
+
const alignItems = {
|
|
12
|
+
left: "flex-start",
|
|
13
|
+
center: "center",
|
|
14
|
+
right: "flex-end",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Resolve a column's layout style. `width` (fixed px) takes precedence over
|
|
18
|
+
* `flex` (grow factor, default 1). Kept pure so layout rules are unit-testable
|
|
19
|
+
* without a render host.
|
|
20
|
+
*/
|
|
21
|
+
export function resolveColumnStyle(column) {
|
|
22
|
+
const align = column.align ?? "left";
|
|
23
|
+
const base = {
|
|
24
|
+
paddingHorizontal: 12,
|
|
25
|
+
paddingVertical: 12,
|
|
26
|
+
justifyContent: "center",
|
|
27
|
+
alignItems: alignItems[align],
|
|
28
|
+
};
|
|
29
|
+
if (typeof column.width === "number") {
|
|
30
|
+
return { ...base, width: column.width };
|
|
31
|
+
}
|
|
32
|
+
return { ...base, flex: column.flex ?? 1 };
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Decide the body mode from the loading flag + row count. Loading wins over
|
|
36
|
+
* everything; an empty data set (when not loading) shows the empty state.
|
|
37
|
+
* Pure so the branch logic is unit-testable without a render host.
|
|
38
|
+
*/
|
|
39
|
+
export function dataTableBodyMode(loading, rowCount) {
|
|
40
|
+
if (loading) {
|
|
41
|
+
return "loading";
|
|
42
|
+
}
|
|
43
|
+
return rowCount === 0 ? "empty" : "data";
|
|
44
|
+
}
|
|
45
|
+
function HeaderRowInner({ columns }) {
|
|
46
|
+
return (<View className={cn("flex-row border-b border-border bg-card dark:border-neutral-800 dark:bg-neutral-900/50")} accessibilityRole="header">
|
|
47
|
+
{columns.map((column) => (<View key={column.key} style={resolveColumnStyle(column)}>
|
|
48
|
+
<Text className={cn("text-xs font-semibold uppercase tracking-wider text-muted-foreground", alignClass[column.align ?? "left"])} numberOfLines={1}>
|
|
49
|
+
{column.header}
|
|
50
|
+
</Text>
|
|
51
|
+
</View>))}
|
|
52
|
+
</View>);
|
|
53
|
+
}
|
|
54
|
+
// Memoized so an unchanged row (stable `columns` + `onPress` identity) skips
|
|
55
|
+
// re-rendering when the FlatList recycles. `React.memo` on a generic function
|
|
56
|
+
// erases the type parameter, so we cast back to a generic-preserving signature.
|
|
57
|
+
const HeaderRow = React.memo(HeaderRowInner);
|
|
58
|
+
function DataRowInner({ row, columns, onPress, }) {
|
|
59
|
+
const cells = (<>
|
|
60
|
+
{columns.map((column) => (<View key={column.key} style={resolveColumnStyle(column)}>
|
|
61
|
+
{column.render ? (column.render(row)) : (<Text className={cn("text-sm text-foreground", alignClass[column.align ?? "left"])}>
|
|
62
|
+
{String(row[column.key] ?? "")}
|
|
63
|
+
</Text>)}
|
|
64
|
+
</View>))}
|
|
65
|
+
</>);
|
|
66
|
+
if (onPress) {
|
|
67
|
+
return (<Pressable className="flex-row border-b border-border active:bg-accent dark:border-neutral-800" onPress={() => onPress(row)} accessibilityRole="button">
|
|
68
|
+
{cells}
|
|
69
|
+
</Pressable>);
|
|
70
|
+
}
|
|
71
|
+
return <View className="flex-row border-b border-border dark:border-neutral-800">{cells}</View>;
|
|
72
|
+
}
|
|
73
|
+
const DataRow = React.memo(DataRowInner);
|
|
74
|
+
/**
|
|
75
|
+
* Generic, typed data table for admin dashboards. Renders a sticky-ish header
|
|
76
|
+
* row above a virtualised `FlatList` body (react-native's built-in list — the
|
|
77
|
+
* package does not depend on `@shopify/flash-list`, and adding a runtime dep is
|
|
78
|
+
* out of scope). Works on RN web (the primary admin target) and native.
|
|
79
|
+
*
|
|
80
|
+
* Loading shows skeleton rows; an empty data set shows `emptyState` (or
|
|
81
|
+
* `emptyMessage`). Columns size by fixed `width` or `flex`, support custom
|
|
82
|
+
* `render`, and alignment.
|
|
83
|
+
*/
|
|
84
|
+
export function DataTable({ columns, data, keyExtractor, onRowPress, loading = false, loadingRowCount = 5, emptyState, emptyMessage = "No data", className, }) {
|
|
85
|
+
const mode = dataTableBodyMode(loading, data.length);
|
|
86
|
+
// Stable `renderItem` identity (only re-created when `columns`/`onRowPress`
|
|
87
|
+
// change) so the memoized `DataRow` can recycle. `extraData` tells FlatList
|
|
88
|
+
// to re-render rows when either of those closed-over deps change.
|
|
89
|
+
const renderItem = React.useCallback(({ item }) => <DataRow row={item} columns={columns} onPress={onRowPress}/>, [columns, onRowPress]);
|
|
90
|
+
return (<View className={cn("overflow-hidden rounded-lg border border-border dark:border-neutral-800", className)}>
|
|
91
|
+
<HeaderRow columns={columns}/>
|
|
92
|
+
{mode === "loading" ? (<View>
|
|
93
|
+
{Array.from({ length: loadingRowCount }).map((_, i) => (<View key={i} className="flex-row items-center border-b border-border px-3 py-3 dark:border-neutral-800">
|
|
94
|
+
<Skeleton className="h-4 flex-1"/>
|
|
95
|
+
</View>))}
|
|
96
|
+
</View>) : mode === "empty" ? (<View className="items-center justify-center px-4 py-12">
|
|
97
|
+
{emptyState ?? <MutedText className="text-sm">{emptyMessage}</MutedText>}
|
|
98
|
+
</View>) : (<FlatList data={data} keyExtractor={keyExtractor} renderItem={renderItem} extraData={[columns, onRowPress]}/>)}
|
|
99
|
+
</View>);
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=data-table.jsx.map
|