feat(inventory,dashboard,types,core-flows,js-sdk,medusa): Improve inventory UX (#10630)
* feat(dashboard): Add UI for bulk editing inventory stock (#10556) * progress * cleanup types * add changeset * fix 0 values * format schema * add delete event and allow copy/pasting enabled for some fields * add response types * add tests * work on fixing setValue behaviour * cleanup toggle logic * add loading state * format schema * add support for bidirectional actions in DataGrid and update Checkbox and RadioGroup * update lock * lint * fix 404 * address feedback * update cursor on bidirectional select
This commit is contained in:
@@ -129,6 +129,11 @@ export const RouteMap: RouteObject[] = [
|
||||
"../../routes/products/product-create-variant"
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "stock",
|
||||
lazy: () =>
|
||||
import("../../routes/products/product-stock"),
|
||||
},
|
||||
{
|
||||
path: "metadata/edit",
|
||||
lazy: () =>
|
||||
@@ -764,6 +769,11 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/inventory/inventory-create"),
|
||||
},
|
||||
{
|
||||
path: "stock",
|
||||
lazy: () =>
|
||||
import("../../routes/inventory/inventory-stock"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user