1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/hooks
Nuno Góis 7093b49962 feat: add billing page to admin (#993)
* feat: add billing page to admin

* some adjustments to billing page

* add BillingHistory, remove invoices, misc improvements

* refactor based on instanceStatus logic, add dialog

* fix: cleanup

* some refactoring and alignment with figma

* add extend, isBilling, refactoring and misc improvements

* fix: update tests

* refactor: reorganize billing into smaller components, misc improvements

* add STRIPE flag, some refactoring and adapting to comments and discussion

* adapt BillingHistory slightly, refactor TextCell

* Update src/hooks/api/getters/useInstanceStatus/useInstanceStatus.ts

Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>

* refactor: address PR comments

* fix: adjust divider color

* fix: update snaps

* refactor: address PR comments

* fix: update snaps

* fix: amountFormatted typo

Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-05-25 23:26:05 +02:00
..
__snapshots__
api feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
useDragItem.ts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
useEventSettings.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
useFeaturesFilter.test.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
useFeaturesFilter.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
useFeaturesSort.ts refactor: port health reports to react-table (#1017) 2022-05-25 12:45:30 +02:00
useGlobalState.ts
useId.test.ts
useId.ts
useLoading.ts
useLocalStorage.test.ts Persistent table query (#999) 2022-05-25 08:14:22 +00:00
useLocalStorage.ts Persistent table query (#999) 2022-05-25 08:14:22 +00:00
useLocationSettings.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
useOptionalPathParam.ts
usePageTitle.ts
usePagination.ts fix: user search pagination (#997) 2022-05-19 14:27:19 +02:00
usePersistentGlobalState.ts Persistent table query (#999) 2022-05-25 08:14:22 +00:00
usePlausibleTracker.test.ts
usePlausibleTracker.ts
useQueryParams.ts
useQueryStringNumberState.ts
useQueryStringState.ts
useRequiredPathParam.ts
useRequiredQueryParam.ts
useTabs.ts
useToast.tsx Feat/new addons table (#1021) 2022-05-25 15:37:32 +02:00
useUsersFilter.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
useUsersPlan.ts feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
useUsersSort.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
useWeakMap.ts