1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/utils
olav 24c11332b5 chore: update MUI to v5 (#923)
* refactor: update mui packages

* refactor: run mui codemods

* refactor: format files after codemods

* refactor: fix broken types

* refactor: clean up theme

* refactor: fix broken tests

* refactor: replace @mui/styles with tss-react

* refactor: move breakpoints into classes for tss

* refactor: fix crash on missing feature description

* refactor: remove void classNames

* refactor: adjust styles to new defaults

* refactor: remove broken rollout slider e2e test

* refactor: fix duplicate e2e testid

* refactor: update makeStyles after rebase

* refactor: add missing snapshot after rebase

* refactor: fix TableCellSortable focus styles

* refactor: use 1.4 as the default line-height

* refactor: hide webkit search field icons

* refactor: fix select box label

* refactor: make AutocompleteBox smaller

* refactor: make heading smaller

* refactor: fix toast close icon color

* refactor: update snapshots

* refactor: add missing test event awaits

* refactor: fix default button line-height
2022-05-02 15:52:41 +02:00
..
apiUtils.ts Refactor: convert jsx files to typescript (#881) 2022-05-02 12:52:33 +02:00
calculatePercentage.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
cleanConstraint.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
formatAccessText.test.ts refactor: improve icon labels and tooltips (#884) 2022-04-21 08:26:49 +02:00
formatAccessText.ts refactor: improve icon labels and tooltips (#884) 2022-04-21 08:26:49 +02:00
formatConstraintValue.ts feat: expand constraint operator descriptions (2) (#858) 2022-04-07 10:31:06 +02:00
formatDate.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
formatPath.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
formatUnknownError.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
formatUnknownError.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
getFeatureMetrics.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
getFeatureTypeIcons.ts chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
getStrategyObject.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
nonEmptyArray.ts fix: ignore empty legal values arrays (#893) 2022-04-20 15:57:01 +02:00
objectId.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
objectId.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
oneOf.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
openapiClient.ts feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
operatorsForContext.ts feat: expand constraint operator descriptions (2) (#858) 2022-04-07 10:31:06 +02: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
projectFilterGenerator.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
removeEmptyStringFields.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
removeEmptyStringFields.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
resolveDefaultParamValue.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
routePathHelpers.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
segmentLimits.ts refactor: add segment limit warnings (#851) 2022-04-07 14:47:24 +02:00
storage.ts refactor: port FeatureToggleList to TS/SWR (#663) 2022-02-08 12:06:25 +01:00
strategyNames.ts chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
testIds.ts fix: announce navigation to screen readers (#911) 2022-04-27 09:14:44 +02:00
testRenderer.tsx chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
testServer.ts refactor: convert auth tests from Cypress to Jest (#864) 2022-04-08 13:13:45 +02:00