feat(dashboard): rework create variant flow (#9132)

**What**
- new Create variant flow which allows for pricing and inventory creation as well

---

https://github.com/user-attachments/assets/75ddcf5a-0f73-40ca-b474-2189c5e2e297

---

CLOSES CC-345
This commit is contained in:
Frane Polić
2024-09-17 17:46:23 +00:00
committed by GitHub
parent d2c48228df
commit 26700821a2
9 changed files with 898 additions and 422 deletions
@@ -536,8 +536,9 @@
"header": "Edit Variant"
},
"create": {
"header": "Create Variant"
"header": "Variant details"
},
"deleteWarning": "Are you sure you want to delete this variant?",
"pricesPagination": "1 - {{current}} of {{total}} prices",
"tableItemAvailable": "{{availableCount}} available",
"tableItem_one": "{{availableCount}} available at {{locationCount}} location",
@@ -551,6 +552,8 @@
"inventoryItems": "Go to inventory item",
"inventoryKit": "Show inventory items"
},
"inventoryKit": "Inventory Kit",
"inventoryKitHint": "Does this variant consist of several inventory items?",
"validation": {
"itemId": "Please select inventory item.",
"quantity": "Quantity is required. Please input a positive number."