1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src
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
..
__mocks__
assets
component feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
constants feat: expand constraint operator descriptions (2) (#858) 2022-04-07 10:31:06 +02:00
contexts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
hooks feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
interfaces feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
openapi refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
themes feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
types refactor: fix missing eslint deps after CRA removal (#976) 2022-05-12 08:11:41 +02:00
utils feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
index.tsx refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
setupTests.ts feat: new tag types table (#1014) 2022-05-25 11:12:53 +02:00
vite-env.d.ts