mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 14:52:40 +09:00
feat(mobile): drift favorite page (#19783)
* feat(mobile): drift favorite page * remove status indicator join
This commit is contained in:
@@ -99,6 +99,11 @@ final _features = [
|
||||
icon: Icons.timeline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const TabShellRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Favorite',
|
||||
icon: Icons.favorite_outline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const DriftFavoriteRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Trash',
|
||||
icon: Icons.delete_outline_rounded,
|
||||
|
||||
Reference in New Issue
Block a user