1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component
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
..
addons fix: cleanup based on PR feedback 2022-02-01 16:00:40 +01:00
admin feat: add useUiBootstrap hook and update send email state (#643) 2022-01-28 17:20:57 +01:00
application
archive
common fix: use correct path for create feature link (#650) 2022-02-01 12:43:37 +01:00
context fix: add autofocus to all new create-screens 2022-01-28 15:14:12 +01:00
environments fix: add autofocus to create environment screen 2022-01-28 15:18:40 +01:00
error
feature fix: viewers should be allowed to see strategy config (#645) 2022-01-29 15:18:11 +01:00
history
layout
menu refactor: port ApiDetails to useSWR and TS (#653) 2022-02-02 12:32:30 +01:00
project fix: remove stray debugger statement (#657) 2022-02-02 09:43:58 +01:00
providers fix: format api paths (#655) 2022-02-02 00:25:00 +01:00
Reporting
strategies
tag-types
tags
tagTypes fix: add autofocus to all new create-screens 2022-01-28 15:14:12 +01:00
user feat: allow enterprise to disable password based login (#629) 2022-01-26 13:28:51 +01:00
App.tsx fix: pnps 2022-01-28 10:51:48 +01:00
AppContainer.tsx
scroll-to-top.jsx
styles.module.scss