From 49b26db27e5982af84cdc5cb09192ef3dcde350d Mon Sep 17 00:00:00 2001 From: Conner Turnbull <133619638+cturnbull-bitwarden@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:55:59 -0400 Subject: [PATCH] Split invoice history table into two tables for paid and open (#11459) --- .../billing-history-view.component.html | 8 ++- .../billing-history-view.component.ts | 32 ++++++++---- ...zation-billing-history-view.component.html | 8 ++- ...nization-billing-history-view.component.ts | 28 +++++++--- .../shared/billing-history.component.html | 52 +++++++++++++++++-- .../shared/billing-history.component.ts | 5 +- apps/web/src/locales/en/messages.json | 7 ++- ...account-billing-api.service.abstraction.ts | 7 +-- ...ization-billing-api.service.abstraction.ts | 7 ++- .../account/account-billing-api.service.ts | 20 +++++-- .../organization-billing-api.service.ts | 21 ++++++-- 11 files changed, 157 insertions(+), 38 deletions(-) diff --git a/apps/web/src/app/billing/individual/billing-history-view.component.html b/apps/web/src/app/billing/individual/billing-history-view.component.html index 7dbd8d1792..0b090bbabd 100644 --- a/apps/web/src/app/billing/individual/billing-history-view.component.html +++ b/apps/web/src/app/billing/individual/billing-history-view.component.html @@ -11,8 +11,12 @@ > {{ "loading" | i18n }} - - + +