feat: enhance pantry and recipes screens with logging and error handling improvements
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user