You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-10 23:22:22 +02:00
feat(mobile): drift trash page (#19745)
* feat(mobile): drift trash page * feat: include local indicator * remove join in bucket * remove indicator join --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
@@ -99,6 +99,11 @@ final _features = [
|
||||
icon: Icons.timeline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const TabShellRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Trash',
|
||||
icon: Icons.delete_outline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const DriftTrashRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Archive',
|
||||
icon: Icons.archive_outlined,
|
||||
|
Reference in New Issue
Block a user