feat: enhance navigation by adding recipe links in inventory and pantry screens
This commit is contained in:
@@ -129,6 +129,11 @@ class _MealPlanScreenState extends ConsumerState<MealPlanScreen> {
|
||||
onPressed: () => ref.read(mealPlanWeekOffsetProvider.notifier).reset(),
|
||||
child: Text(l10n.mealPlanWeekCurrent),
|
||||
),
|
||||
IconButton(
|
||||
tooltip: 'Gå till recept',
|
||||
icon: const Icon(Icons.restaurant_menu),
|
||||
onPressed: () => context.go('/recipes'),
|
||||
),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
|
||||
Reference in New Issue
Block a user