drift(mobile): drift auth user sync
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import 'package:immich_mobile/domain/models/store.model.dart';
|
||||
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||
|
||||
enum Setting<T> {
|
||||
// TODO: Remove UserDto after new store in drift
|
||||
currentUser<UserDto?>(StoreKey.currentUser, null),
|
||||
tilesPerRow<int>(StoreKey.tilesPerRow, 4),
|
||||
groupAssetsBy<int>(StoreKey.groupAssetsBy, 0),
|
||||
showStorageIndicator<bool>(StoreKey.storageIndicator, true),
|
||||
|
||||
Reference in New Issue
Block a user