Fix for confusing palette switch in customizer #4057
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This is not exactly a bug as described in the video attached. The problem comes from the fact that we take into consideration the user's last choice inside the customizer. Please see the video for the exact explanation.
What I did here was to actually check if we're inside the customizer and the auto adjust feature is on and if that happens, ignore the user's last pallet choice stored inside the localStorage.
Note for the code reviewer: The script is added in PHP so we minimized it there. Here's the unminimized version of the current changes so you could understand it easier:
This is the code we currently have on production:
Will affect visual aspect of the product
NO
Screenshots
https://vertis.d.pr/v/Eu77Sa
Test instructions
Please test the following cases:
Note: This feature already has e2e tests and if the changes I've made affect anything on the front end, they should fail.
Check before Pull Request is ready:
Closes #4025.