1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/frontend/src/utils
andreas-unleash 1ad5b5062a
feat: Make storing to local storage robust (#6139)
Handles non serializable objects like Map and Set and makes the
serialisation/deserialisation process more robust generally.

Closes #
[UNL-322](https://linear.app/unleash/issue/UNL-322/add-types-to-local-storage-and-force-simple-types)

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-02-13 09:36:15 +02:00
..
apiUtils.ts
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
calculatePercentage.ts
capitalizeFirst.ts
cleanConstraint.test.ts
cleanConstraint.ts
createFeatureStrategy.test.ts
createFeatureStrategy.ts
createLocalStorage.ts
cyclicIterator.test.ts
cyclicIterator.ts
deepOmit.test.ts
deepOmit.ts
env.test.ts
env.ts
formatAccessText.test.ts
formatAccessText.ts
formatConstraintValue.ts
formatDate.ts
formatPath.test.ts
formatPath.ts
formatUnknownError.test.ts
formatUnknownError.ts
getFeatureMetrics.ts
getFeatureTypeIcons.ts
instanceTrial.test.ts
instanceTrial.ts
nonEmptyArray.ts
objectId.test.ts
objectId.ts
oneOf.ts
operatorsForContext.ts
paginate.test.ts
paginate.ts
parseParameter.test.ts
parseParameter.ts
permissions.ts
projectFilterGenerator.ts
removeEmptyStringFields.test.ts
removeEmptyStringFields.ts
reorderObject.test.ts
reorderObject.ts
routePathHelpers.ts
search.ts
serializeQueryParams.ts
sortStrategyParameters.test.ts
sortStrategyParameters.ts
sortTypes.test.ts
sortTypes.ts
storage.test.ts feat: Make storing to local storage robust (#6139) 2024-02-13 09:36:15 +02:00
storage.ts feat: Make storing to local storage robust (#6139) 2024-02-13 09:36:15 +02:00
strategyNames.tsx
testIds.ts
testRenderer.tsx
testServer.ts chore: upgrade to msw 2.x with new response declaration (#6148) 2024-02-07 11:33:55 +01:00
unique-change-request-id.ts chore: add metrics for conflict creation detection (#6022) 2024-01-31 18:56:56 +09:00
unknownify.ts
validateParameterValue.test.ts
validateParameterValue.ts
variants.ts
withTableState.test.tsx
withTableState.ts