Polish category edit, product image placeholder, and menu blur.

Add a clear pencil edit on category rows, show a proper no-image placeholder on product cards, and strengthen overflow menu glass blur.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 14:46:30 +03:30
co-authored by Cursor
parent 12ab1f8006
commit 5eaf7fb046
6 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ export function CategoriesPage() {
onAddSub={(id) => openCreateModal(id, t('categories.addSub'))}
onVariations={openVariations}
onTechnicalForm={openTechnicalForm}
onOptions={(id) => {
onEdit={(id) => {
const category = categories.find((item) => item.id === id)
if (category) openEditModal(category)
}}