mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(mobile): drift favorite page (#19783)
* feat(mobile): drift favorite page * remove status indicator join
This commit is contained in:
parent
8c5269c002
commit
d149d6fa3f
6 changed files with 114 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue