mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
https://linear.app/unleash/issue/CTO-95/unleash-billing-page-for-enterprise-payg Adds support for PAYG in Unleash's billing page. Includes some refactoring, like splitting Pro and PAYG into different details components. We're now also relying on shared billing-related constants (see `BillingPlan.tsx`). This should make it much easier to change any of these values in the future. I already changed a few that were static / wrongly relying on instanceStatus.seats (we decided we're not doing that for now).  |
||
|---|---|---|
| .. | ||
| action.ts | ||
| application.ts | ||
| banner.ts | ||
| context.ts | ||
| environments.ts | ||
| featureToggle.ts | ||
| featureTypes.ts | ||
| group.ts | ||
| instance.ts | ||
| integrationEvent.ts | ||
| invoice.ts | ||
| loginEvent.ts | ||
| permissions.ts | ||
| personalAPIToken.ts | ||
| project.ts | ||
| publicSignupTokens.ts | ||
| releasePlans.ts | ||
| role.ts | ||
| route.ts | ||
| segment.ts | ||
| service-account.ts | ||
| signal.ts | ||
| strategy.ts | ||
| tags.ts | ||
| toast.ts | ||
| token.ts | ||
| uiConfig.ts | ||
| user.ts | ||
| userProjectRoles.ts | ||