Nuno Góis
|
4167a60588
|
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.
![image](https://github.com/Unleash/unleash/assets/14320932/1906faf1-fc29-4172-a4d4-b2716d72cd65)
Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
|
2023-10-02 13:25:46 +01:00 |
|
olav
|
c880e962ee
|
fix: avoid validating boolean and undefined parameter values (#1244)
* fix: avoid validating boolean parameter values
* fix: avoid validating undefined parameter values
|
2022-08-24 10:38:08 +02:00 |
|
olav
|
0afb1eadcc
|
fix: relax validation for required params (#1238)
* fix: relax validation for required params
* refactor: inline parameter type checkers
|
2022-08-22 16:35:51 +02:00 |
|
olav
|
59c8822cf2
|
fix: validate feature strategy parameters (#1192)
* refactor: extract InputCaption component
* refactor: split up GeneralStrategy component
* refactor: fill inn more default feature strategy parameter values
* fix: validate feature strategy parameters
* refactor: fix duplicate keys in strategy icon list
* refactor: expand variable names
* refactor: remove unnecessary useMemo
* refactor: use captions instead of tooltips for boolean parameter descriptions
* refactor: improve strategy definition form spacing
|
2022-08-04 13:34:30 +02:00 |
|