feat(F-059): completed feature

This commit is contained in:
chattie
2026-08-19 15:32:56 +02:00
parent 4cdb5fb487
commit 72ba84456c
32 changed files with 369 additions and 57 deletions

View File

@@ -40,14 +40,14 @@ function LiveSearchResults({
onClick={onClose}
className="flex items-center gap-3 px-4 py-3 hover:bg-gray-50 transition-colors"
>
<div className="w-10 h-10 bg-gray-100 rounded-lg overflow-hidden flex-shrink-0 flex items-center justify-center">
<div className="w-10 h-14 bg-gray-100 rounded-lg overflow-hidden flex-shrink-0 flex items-center justify-center">
{product.images?.[0] ? (
<Image
src={product.images[0].url}
src={product.images[0].url.replace('/uploads/', '/uploads/40/')}
alt={product.name}
width={40}
height={40}
className="object-cover w-full h-full"
height={56}
className="object-contain"
/>
) : (
<span className="text-lg">🌿</span>