feat: implement image carousel in product dialog; enhance image upload handling and preview functionality

This commit is contained in:
Vincent Guillet
2025-11-18 16:32:29 +01:00
parent d4ffcf0562
commit b756c9fa2d
7 changed files with 302 additions and 58 deletions

View File

@@ -12,4 +12,5 @@ export interface PsProduct {
priceTtc: number; // saisi côté UI (TTC)
vatRate?: number; // ex: 0.20 (20%). Défaut: 0.20 si non fourni
quantity: number; // stock souhaité (pour id_product_attribute = 0)
thumbUrl?: string | null;
}