mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
feat(billing): improves premium org upgrade dialog
Adds a close button to the premium organization upgrade dialog. Updates the success toast message after upgrading to teams. Hides the formatted amount for credit discounts. Sets the change detection strategy to OnPush for improved performance.
This commit is contained in:
@@ -4,7 +4,7 @@ import { ButtonType } from "@bitwarden/components";
|
||||
export type SubscriptionPricingCardDetails = {
|
||||
title: string;
|
||||
tagline: string;
|
||||
price?: { amount: number; cadence: SubscriptionCadence };
|
||||
price?: { amount: number; cadence: SubscriptionCadence; showPerUser?: boolean };
|
||||
button: { text: string; type: ButtonType; icon?: { type: string; position: "before" | "after" } };
|
||||
features: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user