feat(dashboard): claims first implementation (#8468)

* wip: setup UI

* wip: rendering modal, adding claim items, create checks

* fix: make form work after merge

* fix: continuation of claim edit

---------

Co-authored-by: fPolic <mainacc.polic@gmail.com>
This commit is contained in:
Riqwan Thamir
2024-08-07 13:40:31 +02:00
committed by GitHub
co-authored by fPolic
parent 1fb679e785
commit 17567b9f0a
15 changed files with 1574 additions and 4 deletions
@@ -243,6 +243,11 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-return"),
},
{
path: "claims",
lazy: () =>
import("../../routes/orders/order-create-claim"),
},
{
path: "payments/:paymentId/refund",
lazy: () =>