Commit 12d0579
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
- ci/docker-compose.ci.yml+1-1
- cypress/e2e/10-resources/t40-create-plan.cy.ts+2-2
- cypress/e2e/10-resources/t50-edit-plan.cy.ts+1-1
- cypress/e2e/t10-add-subscription.cy.ts+1-1
- package.json+11-11
- packages/design-system/package.json+4-4
- packages/design-system/src/style.css+1-1
- pnpm-lock.yaml+653-437
- src/components/creditNote/CreditNoteActionsLine.tsx+9-3
- src/components/creditNote/CreditNoteFormAllocation.tsx+13-3
- src/components/creditNote/__tests__/CreditNoteFormAllocation.test.tsx+37-9
- src/components/creditNote/__tests__/useCreditNoteFormCalculation.test.ts+3-3
- src/components/creditNote/__tests__/utils.test.ts+7-7
- src/components/creditNote/useCreditNoteFormCalculation.ts-15
- src/components/customers/subscriptions/TerminateCustomerSubscriptionDialog.tsx+93-34
- src/components/customers/subscriptions/__tests__/TerminateCustomerSubscriptionDialog.test.tsx+288
- src/components/designSystem/Spinner.tsx+2-2
- src/components/developers/webhooks/WebhookLogDetails.tsx+1-1
- src/components/developers/webhooks/__tests__/WebhookLogDetails.test.tsx+428
- src/core/router/SettingRoutes.tsx+1-1
- src/core/router/index.tsx+1-1
- src/formValidation/zodCustoms.ts+5
- src/generated/graphql.tsx+7-15
- src/hooks/useCreateEditCustomer.ts+25-8
- src/layouts/MainNavLayout.tsx-582
- src/layouts/MainNavLayout/BottomNavSection.tsx+90
- src/layouts/MainNavLayout/MainNavLayout.tsx+94
- src/layouts/MainNavLayout/MainNavMenuSections.tsx+236
- src/layouts/MainNavLayout/OrganizationSwitcher.tsx+272
- src/layouts/MainNavLayout/VerticalMenuSkeleton.tsx+21
- src/layouts/MainNavLayout/__tests__/BottomNavSection.test.tsx+159
- src/layouts/MainNavLayout/__tests__/MainNavLayout.test.tsx+376
- src/layouts/MainNavLayout/__tests__/MainNavMenuSections.test.tsx+220
- src/layouts/MainNavLayout/__tests__/OrganizationSwitcher.test.tsx+148
- src/layouts/MainNavLayout/__tests__/VerticalMenuSkeleton.test.tsx+58
- src/layouts/MainNavLayout/__tests__/utils.test.ts+87
- src/layouts/MainNavLayout/utils.ts+34
- src/layouts/NavLayout.tsx+34-11
- src/pages/CustomerDetails.tsx+51-8
- src/pages/Home.tsx+5-2
- src/pages/__tests__/CustomerDetails.test.tsx+293-6
- src/pages/__tests__/Home.test.tsx+9-6
- src/pages/createCreditNote/CreateCreditNote.tsx+48-1
- src/pages/settings/BillingEntity/BillingEntity.tsx+29-10
- src/pages/settings/BillingEntity/__tests__/BillingEntity.test.tsx+169
- src/pages/settings/members/dialogs/CreateInviteDialog.tsx+2-1
- translations/base.json+6-4
0 commit comments