mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-09 12:37:48 +00:00
feat: sliver appbar and snap scrubbing (#19446)
This commit is contained in:
@@ -91,7 +91,7 @@ final _features = [
|
||||
_Feature(
|
||||
name: 'Main Timeline',
|
||||
icon: Icons.timeline_rounded,
|
||||
onTap: (ctx, _) => ctx.pushRoute(const MainTimelineRoute()),
|
||||
onTap: (ctx, _) => ctx.pushRoute(const TabShellRoute()),
|
||||
),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user