feat(dashboard): order edit UI (#8700)

**What**
- order edit create flow
- active order edit panel

**Note**
- basic implementation of the flow, edge cases from the design such as fulfilled quantities validation will be added in a followup
This commit is contained in:
Frane Polić
2024-08-23 06:42:06 +00:00
committed by GitHub
parent 02c6574e01
commit 49353f8c3c
29 changed files with 1470 additions and 16 deletions
@@ -257,6 +257,10 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-exchange"),
},
{
path: "edits",
lazy: () => import("../../routes/orders/order-create-edit"),
},
{
path: "refund",
lazy: () =>