-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CustomerRevamp): Refactor customer subscription list, customer c…
…oupons and customer details (#1997) * feat(icons): add arrow-indent icon * chore(translations): add translations * chore(graphql): generate types * feat(TimezoneDate): add className prop * feat(Status): add support for downgrade and scheduled statuses * feat(icons): add arrow-indent icon * feat(layoutsSection): create reusable page title component * feat(CouponCaption): add className prop * refactor(CustomerPage): unify section heights * refactor(CustomerCoupons): list -> table * refactor(CustomerSubscriptionsList): list -> table * refactor(CustomerMainInfos): always show all the customer details * refactor(CustomerOverview): re-use PageSectionTitle * refactor(CustomerDetails): replace customer details drawer with tab * fix: linting * fix(translations): remove unused translations * feat(translations): add other languages * refactor(Chip): remove clsx dependency * refactor(CustomerSubscriptionsList): remove unused fragment * fix(Status): fix types * refactor(CustomerSubscriptionsList): add padding to rows * delete: remove SubscriptionLine * refactor(CustomerSubscriptionsList): update graphql * chore(graphql): generate types * refactor(CustomerSubscriptionsList): update fragment for next subscription * chore(translations): add translations * feat(CustomerDetails): update label * feat(TimezoneDate): add typographyClassName prop * refactor(CustomerSubscriptionsList): scheduled status. column order. date border * chore(graphql): generate types * fix(CustomerSubscriptionList): enable clicking on downgrade. fix downgrade status * fix: add table paddings * fix(CustomerSubscriptionList): pass subscription status to terminate dialog * feat: move customer overview to the invoices tab * chore(translations): add translations * feat(PageSectionTitle): add support for a custom action * refactor(CustomerWalletsList): unify title * refactor(CustomerUsage): unify title * refactor(CustomerOverview): add subtitle * refactor(CustomerInvoicesTab): improve logic clarity. unify design * refactor(Settings): update spacing * chore(translations): add translations * refactor(CustomerInvoicesTab): do not show overview for 0 invoices. improve typography for 0 invoices * feat(tailwind): add first-child helper * chore(translations): add translations * refactor(CustomerMainInfos): separate into sections * refactor(CustomerMainInfos): render metadata and connections conditionally * refactor(CustomerMainInfos): do not render border for last element * chore(translations): add translations * feat(CreditNotesTable): add filtersContainerClassName prop * fix(CustomerCreditNotesList): remove legacy ScrollContainer * refactor(CreditNotesTable): remove legacy onKeyDown * refactor(CustomerCreditNotesList): remove unused import * fix(e2e): add missing data-test attributes * fix(CustomerSettings): remove bottom padding * chore(translations): update translations * fix(CustomerMainInfos): render billing information conditionally * chore(translations): update translations * fix(navigation): navigate to information tab after save * refactor(overdueBalance): refresh from card * refactor(useCreateEditCustomer): redirect to overview * refactor(loadingState): improve loading state * refactor(CustomerInvoicesTab): loading state * fix(translations): remove unused translations
- Loading branch information
1 parent
ca63148
commit bae94f8
Showing
33 changed files
with
1,768 additions
and
1,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.