Polish deletion UX.

This commit is contained in:
Alex Hart
2025-05-30 15:33:44 -03:00
committed by Cody Henthorne
parent ccce37d023
commit df170dac32
12 changed files with 315 additions and 109 deletions

View File

@@ -229,5 +229,12 @@ message BackupDeleteJobData {
CLEAR_LOCAL_STATE = 4;
}
enum Tier {
UNKNOWN_TIER = 0;
FREE = 1;
PAID = 2;
}
repeated Stage completed = 1;
Tier tier = 2;
}