1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/hooks
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
..
api Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00
useEventSettings.ts refactor: improve feature toggle search state (#741) 2022-02-23 15:08:44 +01:00
useFeaturesFilter.ts Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00
useFeaturesSort.ts refactor: fix sorting features by last seen and created at (#755) 2022-03-01 10:35:20 +01:00
useGlobalState.ts refactor: improve feature toggle search state (#741) 2022-02-23 15:08:44 +01:00
useLoading.ts Feat/add new user (#273) 2021-04-23 10:59:11 +02:00
useLocationSettings.ts refactor: improve feature toggle search state (#741) 2022-02-23 15:08:44 +01:00
usePagination.ts fix: project access (#621) 2022-02-09 12:25:02 +01:00
usePersistentGlobalState.ts refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
useQueryParams.ts Feat/user flow (#267) 2021-04-19 10:55:15 +02:00
useQueryStringNumberState.ts feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00
useQueryStringState.ts feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00
useSort.js Feat/group by projects (#308) 2021-07-07 11:04:36 +02:00
useTabs.ts feat: e2e tests and mobile views (#348) 2021-09-30 11:44:30 +02:00
useToast.tsx Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00