feat(dashboard) admin 3.0 order edit (#6665)

**What**
- added Order Edit creation flow

**NOTES**
- since the state is managed on the server upon changing input / adding items a request is fired to update the edit
- on save we only confirm the edit

---

**TODO**
- [x] item removal functionality

---

https://github.com/medusajs/medusa/assets/16856471/01aa85ea-1fb1-4dff-9cf4-d8d79029c2cc
This commit is contained in:
Frane Polić
2024-03-20 07:54:22 +00:00
committed by GitHub
parent 873c21355c
commit 189b03c485
16 changed files with 917 additions and 7 deletions
@@ -120,6 +120,10 @@ export const v1Routes: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-transfer-ownership"),
},
{
path: "edit",
lazy: () => import("../../routes/orders/order-edit"),
},
],
},
],