1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/changeRequest/ChangeRequest/Changes/Change
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
..
EnvironmentStrategyExecutionOrder feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks fix: Only show strategy variant changes if there is a diff in the variants (#5353) 2023-11-22 09:50:03 +02:00
VariantPatch feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
ArchiveFeatureChange.tsx feat: archive toggles in change request UI (#4563) 2023-08-25 13:38:57 +02:00
ChangeActions.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
ConflictWarning.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
DependencyChange.tsx feat: visualize dependencies managment in change requests (#4978) 2023-10-10 10:36:13 +02:00
EditChange.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
FeatureChange.test.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
FeatureChange.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
NewEditChange.tsx fix: add symbols as constraint ids (#5913) 2024-01-16 13:47:04 +01:00
SegmentChange.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentChangeDetails.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
strategy-change-diff-calculation.test.ts fix: handle title diffing correctly in strategy change diffs (#5971) 2024-01-19 18:56:46 +04:00
strategy-change-diff-calculation.ts fix: handle title diffing correctly in strategy change diffs (#5971) 2024-01-19 18:56:46 +04:00
StrategyChange.tsx fix: hide variant diff if no change in ChangeRequestOverview (#5715) 2023-12-21 10:39:18 +02:00
ToggleStatusChange.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00