1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman 01318b11ea
fix: show the updated value instead of the snapshot value (#5989)
This PR fixes a bug in the displayed value of the conflict list so that
it shows the value it would update to instead of the snapshot value.

In doing so, it updates the logic of the algorithm to:

1. if the snapshot value and the current value are the same, it's not a
conflict (it's an intended change)
2. If the snapshot value differs from the current value, it is a
conflict if and only if the value in the change differs from the current
value. Otherwise, it's not a conflict.

The new test cases are:
- it shows a diff for a property if the snapshot and live version differ
for that property and the changed value is different from the live
version
- it does not show a diff for a property if the live version and the
change have the same value, even if the snapshot differs from the live
version
- it does not show a diff for a property if the snapshot and the live
version are the same
2024-01-24 12:39:41 +04:00
..
accessOverview chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
admin Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
application Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
changeRequest fix: show the updated value instead of the snapshot value (#5989) 2024-01-24 12:39:41 +04:00
common chore: add support for project and environment in PermissionGuard (#6008) 2024-01-24 08:20:38 +00:00
context Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
demo Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
environments
events Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
executiveDashboard feat: include number of flags chart (#5987) 2024-01-22 12:15:49 +01:00
feature test: variant edit corner cases (#5998) 2024-01-23 10:38:31 +01:00
featureTypes Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
feedback chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
feedbackNew feat: add option to use variants with feedback (#5986) 2024-01-22 13:14:27 +01:00
filter chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
incomingWebhooks fix: incoming webhooks form UI adjustments (#5973) 2024-01-19 14:50:54 +00:00
integrations Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
layout refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
loginHistory fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance
menu Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: project settings title (#6011) 2024-01-24 08:38:13 +00:00
providers task: Use fine-grained project permissions in frontend (#5974) 2024-01-22 15:34:10 +01:00
segments Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
user fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
App.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
InitialRedirect.tsx Fix: losing redirect on provider login (#5970) 2024-01-19 14:31:42 +02:00