-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(uve): Save variant content correctly (#30556)
This pull request involves several changes across different files, primarily focusing on the removal of `DotSessionStorageService` from various components and the addition of `UVEStore` to handle variant names in the `dot-ema-dialog` component. Below are the most important changes grouped by theme: ### Removal of `DotSessionStorageService`: * Removed `DotSessionStorageService` import and its usage from `dot-experiments-configuration-variants.component.spec.ts` [[1]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL21-R21) [[2]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL80) [[3]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL100) [[4]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL115) [[5]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL250) [[6]](diffhunk://#diff-28158d1e413714e3873c21ce3e9aeca29043b1bda1652a58bfe883ccd1a1e8abL264). * Removed `DotSessionStorageService` import and its usage from `dot-experiments-configuration-variants.component.ts` [[1]](diffhunk://#diff-474ea846c597331705596804e9f966ceb814a6855f3ad5b1c68e40dcd09f7d1dL18-R18) [[2]](diffhunk://#diff-474ea846c597331705596804e9f966ceb814a6855f3ad5b1c68e40dcd09f7d1dL88) [[3]](diffhunk://#diff-474ea846c597331705596804e9f966ceb814a6855f3ad5b1c68e40dcd09f7d1dL160). ### Addition of `UVEStore` for handling variant names: * Added `UVEStore` import and mock provider in `dot-ema-dialog.component.spec.ts` [[1]](diffhunk://#diff-74bc5b082cc3e4a13573517796b104be728b49d58d3cede278110b75cd7944f4R46) [[2]](diffhunk://#diff-74bc5b082cc3e4a13573517796b104be728b49d58d3cede278110b75cd7944f4R90-R97). * Added `UVEStore` import and mock provider in `dot-ema-dialog.store.spec.ts` [[1]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eR18-R20) [[2]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eR29-R37) [[3]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL111-R126) [[4]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL144-R160) [[5]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL176-R193) [[6]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL205-R224) [[7]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL249-R270) [[8]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL274-R298) [[9]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL297-R324) [[10]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL373-R401) [[11]](diffhunk://#diff-30064cf2e49d8544c8ed19f040b93774175d47edff3b01ce2b7782c3bbcd506eL418-R447). * Added `UVEStore` import and its usage in `dot-ema-dialog.store.ts` to include `variantName` in URLs [[1]](diffhunk://#diff-d585898896316007a8f7a5a162ead4a376c6ee8816d9a3aecdc5cb816ffee4a7R23) [[2]](diffhunk://#diff-d585898896316007a8f7a5a162ead4a376c6ee8816d9a3aecdc5cb816ffee4a7R45-R46) [[3]](diffhunk://#diff-d585898896316007a8f7a5a162ead4a376c6ee8816d9a3aecdc5cb816ffee4a7R103-R109) [[4]](diffhunk://#diff-d585898896316007a8f7a5a162ead4a376c6ee8816d9a3aecdc5cb816ffee4a7L298-R306) [[5]](diffhunk://#diff-d585898896316007a8f7a5a162ead4a376c6ee8816d9a3aecdc5cb816ffee4a7L325-R334).
- Loading branch information
Showing
10 changed files
with
94 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.