mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor(mobile): backup info box (#14171)
split up backup info box into separate widgets
This commit is contained in:
parent
6729782c3f
commit
caf6c0996d
9 changed files with 383 additions and 283 deletions
|
|
@ -18,6 +18,9 @@ class CurrentUploadAsset {
|
|||
this.iCloudAsset,
|
||||
});
|
||||
|
||||
@pragma('vm:prefer-inline')
|
||||
bool get isIcloudAsset => iCloudAsset != null && iCloudAsset!;
|
||||
|
||||
CurrentUploadAsset copyWith({
|
||||
String? id,
|
||||
DateTime? fileCreatedAt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue