1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02: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 feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
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 fix: support new event format with diff will be done in the UI (#496) 2021-11-08 16:01:27 +01:00
layout Feat/environment crud (#335) 2021-09-14 14:20:23 +02:00
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 feat: update health report (#541) 2021-12-07 13:17:32 +01:00
strategies feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
tag-types feat: add create and edit screen for tag-types (NEW) (#603) 2022-01-18 14:35:50 +01:00
tags feat: add create and edit screen for tag-types (NEW) (#603) 2022-01-18 14:35:50 +01:00
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 Feat/new toggle overview (#497) 2021-11-12 11:47:19 +01:00
styles.module.scss Feat/feature toggle view tags (#399) 2021-10-08 11:23:29 +02:00