mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 09:13:13 +03:00
feat: drift manual upload (#20101)
This commit is contained in:
@@ -203,6 +203,19 @@ class ImmichAppState extends ConsumerState<ImmichApp>
|
||||
),
|
||||
progressBar: true,
|
||||
);
|
||||
|
||||
FileDownloader().configureNotificationForGroup(
|
||||
kManualUploadGroup,
|
||||
running: TaskNotification(
|
||||
'uploading_media'.tr(),
|
||||
'${'file_name'.tr()}: {displayName}',
|
||||
),
|
||||
complete: TaskNotification(
|
||||
'upload_finished'.tr(),
|
||||
'${'file_name'.tr()}: {displayName}',
|
||||
),
|
||||
progressBar: true,
|
||||
);
|
||||
}
|
||||
|
||||
Future<DeepLink> _deepLinkBuilder(PlatformDeepLink deepLink) async {
|
||||
|
||||
Reference in New Issue
Block a user