1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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__
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
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 chore: update orval schemas (#5858) 2024-01-11 18:18:44 +05:30
themes Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
types chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
utils fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
index.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
setupTests.ts
vite-env.d.ts