mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
* wip: timeline * more segment extensions * added scrubber * refactor: timeline state * more refactors * fix scrubber segments * added remote thumb & thumbhash provider * feat: merged view * scrub / merged asset fixes * rename stuff & add tile indicators * fix local album timeline query * ignore hidden assets during sync * ignore recovered assets during sync * old scrubber * add video indicator * handle groupBy * handle partner inTimeline * show duration * reduce widget nesting in thumb tile * merge main * chore: extend cacheExtent * ignore touch events on scrub label when not visible * scrub label ignore events and hide immediately * auto reload on sync * refactor image providers * throttle db updates --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
144 lines
5.9 KiB
Dart
Generated
144 lines
5.9 KiB
Dart
Generated
// dart format width=80
|
|
// ignore_for_file: type=lint
|
|
import 'package:drift/drift.dart' as i0;
|
|
import 'package:immich_mobile/infrastructure/entities/user.entity.drift.dart'
|
|
as i1;
|
|
import 'package:immich_mobile/infrastructure/entities/remote_asset.entity.drift.dart'
|
|
as i2;
|
|
import 'package:immich_mobile/infrastructure/entities/local_asset.entity.drift.dart'
|
|
as i3;
|
|
import 'package:immich_mobile/infrastructure/entities/user_metadata.entity.drift.dart'
|
|
as i4;
|
|
import 'package:immich_mobile/infrastructure/entities/partner.entity.drift.dart'
|
|
as i5;
|
|
import 'package:immich_mobile/infrastructure/entities/local_album.entity.drift.dart'
|
|
as i6;
|
|
import 'package:immich_mobile/infrastructure/entities/local_album_asset.entity.drift.dart'
|
|
as i7;
|
|
import 'package:immich_mobile/infrastructure/entities/exif.entity.drift.dart'
|
|
as i8;
|
|
import 'package:immich_mobile/infrastructure/entities/merged_asset.drift.dart'
|
|
as i9;
|
|
import 'package:drift/internal/modular.dart' as i10;
|
|
|
|
abstract class $Drift extends i0.GeneratedDatabase {
|
|
$Drift(i0.QueryExecutor e) : super(e);
|
|
$DriftManager get managers => $DriftManager(this);
|
|
late final i1.$UserEntityTable userEntity = i1.$UserEntityTable(this);
|
|
late final i2.$RemoteAssetEntityTable remoteAssetEntity =
|
|
i2.$RemoteAssetEntityTable(this);
|
|
late final i3.$LocalAssetEntityTable localAssetEntity =
|
|
i3.$LocalAssetEntityTable(this);
|
|
late final i4.$UserMetadataEntityTable userMetadataEntity =
|
|
i4.$UserMetadataEntityTable(this);
|
|
late final i5.$PartnerEntityTable partnerEntity =
|
|
i5.$PartnerEntityTable(this);
|
|
late final i6.$LocalAlbumEntityTable localAlbumEntity =
|
|
i6.$LocalAlbumEntityTable(this);
|
|
late final i7.$LocalAlbumAssetEntityTable localAlbumAssetEntity =
|
|
i7.$LocalAlbumAssetEntityTable(this);
|
|
late final i8.$RemoteExifEntityTable remoteExifEntity =
|
|
i8.$RemoteExifEntityTable(this);
|
|
i9.MergedAssetDrift get mergedAssetDrift => i10.ReadDatabaseContainer(this)
|
|
.accessor<i9.MergedAssetDrift>(i9.MergedAssetDrift.new);
|
|
@override
|
|
Iterable<i0.TableInfo<i0.Table, Object?>> get allTables =>
|
|
allSchemaEntities.whereType<i0.TableInfo<i0.Table, Object?>>();
|
|
@override
|
|
List<i0.DatabaseSchemaEntity> get allSchemaEntities => [
|
|
userEntity,
|
|
remoteAssetEntity,
|
|
localAssetEntity,
|
|
i3.idxLocalAssetChecksum,
|
|
i2.uQRemoteAssetOwnerChecksum,
|
|
i2.idxRemoteAssetChecksum,
|
|
userMetadataEntity,
|
|
partnerEntity,
|
|
localAlbumEntity,
|
|
localAlbumAssetEntity,
|
|
remoteExifEntity
|
|
];
|
|
@override
|
|
i0.StreamQueryUpdateRules get streamUpdateRules =>
|
|
const i0.StreamQueryUpdateRules(
|
|
[
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('user_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('remote_asset_entity', kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('user_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('user_metadata_entity',
|
|
kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('user_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('partner_entity', kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('user_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('partner_entity', kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('local_asset_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('local_album_asset_entity',
|
|
kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('local_album_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('local_album_asset_entity',
|
|
kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
i0.WritePropagation(
|
|
on: i0.TableUpdateQuery.onTableName('remote_asset_entity',
|
|
limitUpdateKind: i0.UpdateKind.delete),
|
|
result: [
|
|
i0.TableUpdate('remote_exif_entity', kind: i0.UpdateKind.delete),
|
|
],
|
|
),
|
|
],
|
|
);
|
|
@override
|
|
i0.DriftDatabaseOptions get options =>
|
|
const i0.DriftDatabaseOptions(storeDateTimeAsText: true);
|
|
}
|
|
|
|
class $DriftManager {
|
|
final $Drift _db;
|
|
$DriftManager(this._db);
|
|
i1.$$UserEntityTableTableManager get userEntity =>
|
|
i1.$$UserEntityTableTableManager(_db, _db.userEntity);
|
|
i2.$$RemoteAssetEntityTableTableManager get remoteAssetEntity =>
|
|
i2.$$RemoteAssetEntityTableTableManager(_db, _db.remoteAssetEntity);
|
|
i3.$$LocalAssetEntityTableTableManager get localAssetEntity =>
|
|
i3.$$LocalAssetEntityTableTableManager(_db, _db.localAssetEntity);
|
|
i4.$$UserMetadataEntityTableTableManager get userMetadataEntity =>
|
|
i4.$$UserMetadataEntityTableTableManager(_db, _db.userMetadataEntity);
|
|
i5.$$PartnerEntityTableTableManager get partnerEntity =>
|
|
i5.$$PartnerEntityTableTableManager(_db, _db.partnerEntity);
|
|
i6.$$LocalAlbumEntityTableTableManager get localAlbumEntity =>
|
|
i6.$$LocalAlbumEntityTableTableManager(_db, _db.localAlbumEntity);
|
|
i7.$$LocalAlbumAssetEntityTableTableManager get localAlbumAssetEntity => i7
|
|
.$$LocalAlbumAssetEntityTableTableManager(_db, _db.localAlbumAssetEntity);
|
|
i8.$$RemoteExifEntityTableTableManager get remoteExifEntity =>
|
|
i8.$$RemoteExifEntityTableTableManager(_db, _db.remoteExifEntity);
|
|
}
|