feat: drift manual upload (#20101)

This commit is contained in:
Alex 2025-07-23 09:20:52 -05:00 committed by GitHub
parent 08122d6871
commit 1a35a01149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 114 additions and 9 deletions

View file

@ -63,7 +63,7 @@ class AssetDetailBottomSheet extends ConsumerWidget {
],
if (asset.storage == AssetState.local) ...[
const DeleteLocalActionButton(source: ActionSource.viewer),
const UploadActionButton(),
const UploadActionButton(source: ActionSource.timeline),
],
];