Update link & sync UI

This commit is contained in:
trevor-signal 2024-12-19 15:46:50 -05:00 committed by GitHub
commit 6f1d767c72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 293 additions and 119 deletions

View file

@ -110,10 +110,7 @@ export const SmartInstallScreen = memo(function SmartInstallScreen() {
step: InstallScreenStep.BackupImport,
screenSpecificProps: {
i18n,
backupStep: installerState.backupStep,
currentBytes: installerState.currentBytes,
totalBytes: installerState.totalBytes,
error: installerState.error,
...installerState,
onCancel: onCancelBackupImport,
onRetry: retryBackupImport,
onRestartLink: startInstaller,