1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component/insights
Nuno Góis 395a4b6be3
chore: PAYG billing (#8743)
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).


![image](https://github.com/user-attachments/assets/97a5a420-a4f6-4b6c-93d6-3fffddbacbc7)
2024-11-14 11:29:05 +00:00
..
components fix: missing page titles (#8477) 2024-10-18 13:12:58 +02:00
componentsChart
componentsStat chore: PAYG billing (#8743) 2024-11-14 11:29:05 +00:00
hooks fix: now health widget will match will chart (#8432) 2024-10-11 14:33:46 +03:00
Insights.test.tsx Cleaning up stale flag: insightsV2 with value true (#7896) 2024-08-21 12:01:35 +02:00
Insights.tsx Cleaning up stale flag: insightsV2 with value true (#7896) 2024-08-21 12:01:35 +02:00
InsightsCharts.tsx feat: align insights charts (#7984) 2024-08-27 11:06:08 +03:00
InsightsFilters.tsx