From e299c07912de017ae3374ed013eb7b611640b4cc Mon Sep 17 00:00:00 2001 From: muken Date: Tue, 30 Jun 2026 00:22:07 -0500 Subject: [PATCH] feat: show menu item photo thumbnail in admin list --- src/app/admin/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 9b17144..e5d92ba 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -1484,6 +1484,17 @@ function MenuSection({ items, setItems, images, onToast }: any) { background: C.navy, color: '#fff', flexShrink: 0, }}>{item.category} + {/* Photo thumbnail */} + {(item.photos && item.photos.length > 0) && ( +
+ +
+ )} + {/* Name & Description */}