add support for badges and notifications, adjust nav pages
All checks were successful
All checks were successful
This commit is contained in:
@@ -509,7 +509,7 @@ class _DashboardState extends State<Dashboard> {
|
||||
icon: Icons.bookmark,
|
||||
title: 'Trips',
|
||||
action: TextButton(
|
||||
onPressed: () => context.push('/trips'),
|
||||
onPressed: () => context.push('/logbook/trips'),
|
||||
child: const Text('View all'),
|
||||
),
|
||||
child: trips.isEmpty
|
||||
|
||||
Reference in New Issue
Block a user