Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TW-1492 ads replacement rework for mobile browsing #167

Merged

Conversation

keshan3262
Copy link
Collaborator

No description provided.

@keshan3262 keshan3262 changed the title Tw 1492 ads replacement rework for mobile browsing TW-1492 ads replacement rework for mobile browsing Jul 16, 2024
@keshan3262 keshan3262 marked this pull request as ready for review July 18, 2024 09:19
@keshan3262 keshan3262 self-assigned this Jul 18, 2024
@keshan3262 keshan3262 requested review from lendihop and alex-tsx July 18, 2024 09:19
stylesOverrides: arraySchema().of(adStylesOverridesSchema.clone().required()),
shouldHideOriginal: booleanSchema(),
extVersion: versionRangeSchema.clone().required()
extVersion: versionRangeSchema.clone().required(),
displayWidth: versionRangeSchema.clone().test('valid-boundary-values', (value: string | undefined) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct (versionRangeSchema here)?

Suggested change
displayWidth: versionRangeSchema.clone().test('valid-boundary-values', (value: string | undefined) => {
displayWidth: someOtherSchema.clone().test('valid-boundary-values', (value: string | undefined) => {

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alex-tsx alex-tsx self-requested a review July 18, 2024 13:22
@keshan3262 keshan3262 requested review from lendihop and alex-tsx July 25, 2024 07:05
Copy link

@IrynaKhyzhynska IrynaKhyzhynska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@alex-tsx alex-tsx merged commit 3a36381 into development Jul 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants