1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/frontend/src/hooks/api/actions
Fredrik Strand Oseberg 2c1353d0ea Feat/new constraints (#718)
* fix: add initial interface

* feat: create separate components

* feat: implement constraints for existing strategies

* feat: add searchfield

* fix: reset values on context change

* fix: key issue with duplicate values

* fix: increase auto hide duration of errors

* fix: types

* feat: resolve inputs

* fix: add date input

* fix: add filter

* fix: create strategy

* fix: remove unused deps

* feat: validation

* fix: type setError

* feat: handle currentTime based on client spec

* fix: date field

* feat: api validation

* fix: refactor

* fix: refactor

* feat: add compact

* fix: remove unused code

* feat: mobile optimisations

* fix: remove coalescing operator for constraint

* fix: clone deep

* fix: move parseDate

* fix: lift state up for value setting on dates

* fix: rename values

* fix: change type to interface

* fix: lazy initialise values

* fix: create operator type

* fix: update naming

* fix: naming

* fix: aria hidden

* fix: remove optional operator

* fix: rename new constraints

* fix: setup flag

* fix: refactor date check to date-fns

* fix: use date-fns for validation

* fix: detach validators from state

* refactor: move resolve input to it's own component

* fix: remove unused imports

* fix: change values container to overflow auto

* fix: update placeholder

* fix: update import

* fix: backwards compatability

* fix: hide paragraphs if not active

* fix: update path

* fix: update strategy text
2022-03-04 17:29:51 +01:00
..
useAddonsApi refactor: refactor addons to TSX and remove unused files (#676) 2022-02-09 23:05:15 +01:00
useAdminUsersApi refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
useApi refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
useApiTokensApi refactor: format files (#719) 2022-02-18 09:51:10 +01:00
useApplicationsApi refactor: change based on PR feedback 2022-02-09 16:15:07 +01:00
useAuthApi refactor: remove unused ProjectSelect props (#705) 2022-02-14 15:48:25 +01:00
useAuthSettingsApi refactor: format files (#719) 2022-02-18 09:51:10 +01:00
useContextsApi refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
useEnvironmentApi Feat/environment crud (#335) 2021-09-14 14:20:23 +02:00
useFeatureApi Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00
useFeatureArchiveApi refactor: port FeatureToggleList to TS/SWR (#663) 2022-02-08 12:06:25 +01:00
useFeatureStrategyApi Feat/environment strategies (#339) 2021-09-27 13:35:32 +02:00
useProjectApi fix: project access (#621) 2022-02-09 12:25:02 +01:00
useProjectRolesApi feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
useSplashApi Feat/splash (#491) 2021-11-26 11:12:37 +01:00
useStrategiesApi Refactor/strategies (#668) 2022-02-11 00:08:55 +01:00
useTagTypesApi refactor: format files (#719) 2022-02-18 09:51:10 +01:00
useToggleFeatureByEnv Feat/group by projects (#308) 2021-07-07 11:04:36 +02:00