feat(mobile): add option to show asset owner name in asset list

This commit is contained in:
idubnori
2025-12-06 23:08:37 +09:00
parent 8416397589
commit f13a5ba418
13 changed files with 136 additions and 2 deletions

View File

@@ -169,6 +169,10 @@ class Asset {
@Enumerated(EnumType.ordinal)
AssetVisibilityEnum visibility;
/// Transient field for storing owner name (used in shared albums)
@ignore
String? ownerName;
/// Returns null if the asset has no sync access to the exif info
@ignore
double? get aspectRatio {