feat: make hold down bar tile goto edit screen

This commit is contained in:
2026-08-04 21:02:55 +02:00
parent 0c90a719a1
commit 2896074ce4
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -323,6 +323,8 @@ class _ProductGrid extends StatelessWidget {
product: product,
enabled: hasSelectedTab,
onTap: () => onProductTap(product),
onLongPress: () =>
context.go('/products/${product.id}/edit'),
);
},
);