1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src
olav 74733e5b44 refactor: port ApiDetails to useSWR and TS (#653)
* refactor: add missing react-test-renderer types

* refactor: make IVersionInfo match backend type

* refactor: allow falsy conditions in ConditionallyRender

* refactor: port ApiDetails to useSWR and TS

* refactor: use arrow functions

* refactor: move useUiConfig to Footer

* refactor: add component name to props type

* refactor: move ApiDetails helpers to own file

* refactor: combine ApiDetails helper components

* refactor: move ApiDetails to the Footer dir

* Revert "refactor: allow falsy conditions in ConditionallyRender"

This reverts commit 70d75951eb4d0611e80b015a97243404618493ed.

* refactor: use booleans for ConditionallyRender

* refactor: use a subdir for ApiDetails

* refactor: fix ApiDetails helpers filename

* refactor: reformat using correct prettier settings
2022-02-02 12:32:30 +01:00
..
__mocks__
assets fix: add logo in login screen for small size screen (#523) 2021-11-26 15:07:01 +01:00
component refactor: port ApiDetails to useSWR and TS (#653) 2022-02-02 12:32:30 +01:00
constants feat: add edit and create user screen (NEW) (#601) 2022-01-18 12:05:48 +01:00
contexts fix: pnps 2022-01-28 10:51:48 +01:00
hooks refactor: remove redux from addons components 2022-02-01 14:12:53 +01:00
interfaces refactor: port ApiDetails to useSWR and TS (#653) 2022-02-02 12:32:30 +01:00
page feat: RBAC environment role list (#558) 2021-12-14 10:36:19 +01:00
store Feat/splash (#491) 2021-11-26 11:12:37 +01:00
themes update createTheme import 2021-10-11 10:14:40 +01:00
utils feat: change standard strategy icon (#617) 2022-01-20 09:40:17 +01:00
accessStoreFake.js
app.css Feat/new toggle overview (#497) 2021-11-12 11:47:19 +01:00
common.styles.js fix: pnps 2022-01-28 10:51:48 +01:00
index.tsx feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
react-app-env.d.ts
security-logger.js
setupProxy.js
setupTests.ts
testIds.js Feat/splash (#491) 2021-11-26 11:12:37 +01:00
wdyr.ts