Show update UI on backup version mismatch

This commit is contained in:
Fedor Indutny
2024-11-12 15:56:20 -08:00
committed by GitHub
parent 8557de20c2
commit 230ecdf7c9
15 changed files with 344 additions and 66 deletions

View File

@@ -17,6 +17,11 @@ export enum InstallScreenBackupStep {
Process = 'Process',
}
export enum InstallScreenBackupError {
Unknown = 'Unknown',
UnsupportedVersion = 'UnsupportedVersion',
}
export enum InstallScreenError {
TooManyDevices = 'TooManyDevices',
TooOld = 'TooOld',