1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/utils
olav 3959e846e8 refactor: fix misc TS errors (#729)
* refactor: update test deps

* refactor: remove unused ts-expect-error annotations

* refactor: add missing arg and return types

* refactor: the loading prop is optional

* refactor: add missing arg and return types

* reafactor: fix value arg type

* refactor: fix missing array type

* refactor: the parameters field is an array

* refactor: use undefined instead of null in state

* refactor: add missing params type

* refactor: add missing children prop

* refactor: add missing array type

* refactor: add missing React imports

* refactor: use correct IProjectEnvironment type

* refactor: type errors as unknown

* refactor: the index prop is required

* refactor: fix date prop type

* refactor: fix tooltip placement prop type

* refactor: fix environments state type

* refactor: add missing arg types

* refactor: add guard for undefined field

* refactor: fix ChangePassword prop types

* refactor: fix MUI import paths

* refactor: add missing arg type

* refactor: fix showDialog prop type

* refactor: remove unused openUpdateDialog prop

* refactor: add missing non-null assertion

* refactor: remove unused types prop

* refactor: stricten API error handler types

* refactor: add missing undefined check

* refactor: add missing IProject id field

* refactor: fix ConditionallyRender condition prop types

* refactor: remove unused args

* refactor: add AddVariant prop types

* refactor: add types to UIContext

* refactor: fix event arg type

* refactor: add missing default impressionData field

* refactor: fix handleDeleteEnvironment prop args

* refactor: fix IFeatureMetrics field requirements

* refactor: add missing element types to ConditionallyRender

* refactor: remove unused ProjectAccess projectId prop

* refactor: add missing undefined check

* refactor: fix getCreateTogglePath arg type

* refactor: add missing IStrategyPayload import

* refactor: remove unused user arg

* refactor: add missing event arg type

* refactor: add missing style object types

* refactor: improve userApiErrors prop type

* refactor: the Dialogue onClose prop is optional

* refactor: fix the AddonEvents setEventValue prop type
2022-02-25 10:55:39 +01:00
..
api-utils.ts refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
calculate-percentage.ts Feat/new toggle overview (#497) 2021-11-12 11:47:19 +01:00
format-date.ts refactor: port date utils to TS (#720) 2022-02-25 10:40:55 +01:00
format-path.ts Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
format-unknown-error.test.ts refactor: port auth admin to TS/SWR (#675) 2022-02-08 11:44:41 +01:00
format-unknown-error.ts refactor: port auth admin to TS/SWR (#675) 2022-02-08 11:44:41 +01:00
get-feature-metrics.ts Feat/new toggle overview (#497) 2021-11-12 11:47:19 +01:00
get-feature-type-icons.ts Feat/group by projects (#308) 2021-07-07 11:04:36 +02:00
get-strategy-object.ts Fix/cleanup unused code (#651) 2022-02-04 10:36:08 +01:00
paginate.test.ts Feat/group by projects (#308) 2021-07-07 11:04:36 +02:00
paginate.ts Feat/group by projects (#308) 2021-07-07 11:04:36 +02:00
project-filter-generator.ts refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
remove-empty-string-fields.test.ts refactor: port auth admin to TS/SWR (#675) 2022-02-08 11:44:41 +01:00
remove-empty-string-fields.ts refactor: port auth admin to TS/SWR (#675) 2022-02-08 11:44:41 +01:00
resolve-default-param-value.ts refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
route-path-helpers.ts refactor: fix misc TS errors (#729) 2022-02-25 10:55:39 +01:00
storage.ts refactor: port FeatureToggleList to TS/SWR (#663) 2022-02-08 12:06:25 +01:00
strategy-names.js refactor: remove unused code (#721) 2022-02-18 08:26:26 +01:00