feat: enhance pantry and recipes screens with logging and error handling improvements

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Nils-Johan Gynther
2026-04-24 22:55:26 +02:00
parent 3f848a3991
commit 4bd0792299
3 changed files with 111 additions and 316 deletions
@@ -45,6 +45,7 @@ class _RecipesScreenState extends ConsumerState<RecipesScreen> {
actions: [
PopupMenuButton<int>(
icon: const Icon(Icons.grid_view),
tooltip: 'Välj antal kolumner',
onSelected: (int columns) {
setState(() {
_selectedColumns = columns;