1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component
Youssef Khedher 15bd0fbc84 feat: validate json (#764)
* feat: add isJSON function

* feat: validate JSON input

* feat: add JSON code editor

* feat: add error message for JSON payload

* feat: validate JSON input

* fix: merge conflict

* fix: conflict in AddFeatureVariant

* refactor: remove code editor for JSON input

* fix: update PR based on feedback

* fix: revert yarn.lock

* fix: revert yarn.lock

* fix: update PR based on feedback

* fix: styles

* fix: json input error message

* fix: remove ts-expect-error

* refactor: change inputProps type

* fix: import InputProps
2022-03-07 13:44:46 +01:00
..
addons refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
admin Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
application refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
archive refactor: fix misc test feedback (#709) 2022-02-15 10:57:57 +01:00
common feat: validate json (#764) 2022-03-07 13:44:46 +01:00
context Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
environments Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
feature feat: validate json (#764) 2022-03-07 13:44:46 +01:00
history refactor: port date utils to TS (#720) 2022-02-25 10:40:55 +01:00
layout fix: useLocation from react-router (#706) 2022-02-14 12:32:55 +01:00
menu Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
project feat: add changeRole (#768) 2022-03-07 09:26:31 +01:00
providers refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
Reporting refactor: format files (#719) 2022-02-18 09:51:10 +01:00
strategies Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
tags Feat/custom strategy screen (#722) 2022-03-04 23:39:41 +01:00
user refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
App.tsx fix: useLocation from react-router (#706) 2022-02-14 12:32:55 +01:00
scroll-to-top.jsx feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00
styles.module.scss