feat(mobile): new upload (#18726)

This commit is contained in:
Alex 2025-07-18 23:58:53 -05:00 committed by GitHub
parent f929dc0816
commit fafb88d31c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 1733 additions and 102 deletions

View file

@ -205,7 +205,7 @@ class _BackupIndicator extends ConsumerWidget {
final badgeBackground = context.colorScheme.surfaceContainer;
return InkWell(
onTap: () => context.pushRoute(const BackupControllerRoute()),
onTap: () => context.pushRoute(const DriftBackupRoute()),
borderRadius: const BorderRadius.all(Radius.circular(12)),
child: Badge(
label: Container(