refactor(mobile): backup info box (#14171)

split up backup info box into separate widgets
This commit is contained in:
Mert
2024-11-15 17:16:52 -05:00
committed by GitHub
parent 6729782c3f
commit caf6c0996d
9 changed files with 383 additions and 283 deletions

View File

@@ -21,6 +21,7 @@ const Color immichBrandColorLight = Color(0xFF4150AF);
const Color immichBrandColorDark = Color(0xFFACCBFA);
const Color whiteOpacity75 = Color.fromARGB((0.75 * 255) ~/ 1, 255, 255, 255);
const Color blackOpacity90 = Color.fromARGB((0.90 * 255) ~/ 1, 0, 0, 0);
const Color red400 = Color(0xFFEF5350);
final Map<ImmichColorPreset, ImmichTheme> _themePresetsMap = {
ImmichColorPreset.indigo: ImmichTheme(