1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/frontend/src/component/admin
Nuno Góis 29c0a3a557
chore: adapt billing page to custom billing scenarios (#8862)
https://linear.app/unleash/issue/2-3030/improve-the-billing-page-behavior-for-instances-with-custom-billing

Adapts the billing page to support custom billing scenarios.

Here’s how it will appear in such cases (notice a new "Your billing is
managed by Unleash" text, with no visible button to update billing
information):


![image](https://github.com/user-attachments/assets/39d7418a-1f22-41b3-9360-ca7c40a2ce7d)
2024-11-27 08:59:25 +00:00
..
apiToken chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
auth fix: missing page titles (#8477) 2024-10-18 13:12:58 +02:00
banners chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
billing chore: adapt billing page to custom billing scenarios (#8862) 2024-11-27 08:59:25 +00:00
cors chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
groups refactor: ts checking conditionallyrender props (#7840) 2024-08-30 13:39:11 +02:00
instance-admin feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
instance-privacy chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
invoice chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
license fix: add instanceName to license display (#6065) 2024-01-30 11:05:27 +01:00
maintenance chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
menu chore: remove navigation sidebar leftover flag (#8504) 2024-10-22 10:08:27 +02:00
network chore: PAYG traffic bundles (#8805) 2024-11-20 15:20:50 +00:00
roles chore: hide release plan template permissions behind feature flag (#8799) 2024-11-20 07:59:45 +01:00
serviceAccounts task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
users feat: licensed users chart (#8844) 2024-11-25 10:03:21 +02:00
Admin.tsx chore: remove navigation sidebar leftover flag (#8504) 2024-10-22 10:08:27 +02:00
AdminIndex.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
AdminRedirect.tsx
adminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
filterAdminRoutes.test.ts
filterAdminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
LazyAdmin.tsx
LazyAdminExport.tsx
useAdminRoutes.ts