1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component
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
..
addons refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
admin Feat/new constraints (#718) 2022-03-04 17:29:51 +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/new constraints (#718) 2022-03-04 17:29:51 +01:00
context Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00
environments refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
feature Feat/new constraints (#718) 2022-03-04 17:29:51 +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 refactor: restore feature settings (#712) 2022-03-02 10:15:37 +01:00
project Feat/new constraints (#718) 2022-03-04 17:29:51 +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 refactor: expect existing TS errors (#767) 2022-03-03 10:01:04 +01:00
tags fix: merge conflicts 2022-02-25 15:28:38 +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 Feat/feature toggle view tags (#399) 2021-10-08 11:23:29 +02:00