1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/frontend/src
Thomas Heartman 01a38becb3
fix: handle title diffing correctly in strategy change diffs (#5971)
A strategy title can be either an empty string or undefined on the
type we use in the frontend. In the snapshot it can be an empty
string, null (presumably), and undefined.

This change updates the diffing logic to handle the various title diff
cases correctly. It also updates the type used for the snapshot to
reflect this.
2024-01-19 18:56:46 +04:00
..
__mocks__ refactor: format files (#719) 2022-02-18 09:51:10 +01:00
assets chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
component fix: handle title diffing correctly in strategy change diffs (#5971) 2024-01-19 18:56:46 +04:00
constants
contexts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks test: show array param decoder (#5955) 2024-01-19 09:27:47 +01:00
interfaces Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
openapi
themes Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
types
utils fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
index.tsx
setupTests.ts
vite-env.d.ts