feat(F-093): completed feature

This commit is contained in:
chattie
2026-08-20 21:57:43 +02:00
parent 387e9b2943
commit c56037492d
11 changed files with 168 additions and 52 deletions

View File

@@ -236,7 +236,7 @@ export default function InventoryPage() {
type="search"
id="admin-inventory-search"
name="q"
placeholder="Buscar por producto o SKU..."
placeholder="Buscar por EAN o nombre..."
value={search}
onChange={(e) => setSearch(e.target.value)}
className="w-full pl-10 pr-4 py-2.5 border border-gray-300 rounded-xl text-sm focus:ring-2 focus:ring-[#2D6A4F] focus:border-transparent outline-none"