You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
feat(mobile): drift library page (#19789)
* feat(mobile): drift library page * merge main & fix sliver padding --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
@ -99,26 +99,6 @@ 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,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const DriftTrashRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Archive',
|
||||
icon: Icons.archive_outlined,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const DriftArchiveRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Locked Folder',
|
||||
icon: Icons.lock_outline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const DriftLockedFolderRoute()),
|
||||
),
|
||||
_Feature(
|
||||
name: 'Video',
|
||||
icon: Icons.video_collection_outlined,
|
||||
|
Reference in New Issue
Block a user