Skip to content

[Site Redesign] Logo-ticker Auto-roll with Play/Pause - #6736

Merged
milo-pr-merge[bot] merged 11 commits into
stagefrom
logo-ticker-a11y-visibility
Sep 21, 2026
Merged

milo-pr-merge[bot] merged 11 commits into
stagefrom
logo-ticker-a11y-visibility

Conversation

@aem-code-sync

aem-code-sync Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

Comment thread libs/c2/blocks/logo-ticker/logo-ticker.js Outdated
Comment thread libs/c2/blocks/logo-ticker/logo-ticker.js
Comment thread libs/c2/blocks/logo-ticker/logo-ticker.js Outdated
@github-actions

Copy link
Copy Markdown
Contributor

This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR.

function parseAuthoring(el) {
const rows = [...el.children];
const logos = [...rows[0]?.querySelectorAll('span.icon') ?? []];
const [trackLabel = '', playLabel = 'Play logos', pauseLabel = 'Pause logos'] = (rows[1]?.textContent ?? '').split('||').map((s) => s.trim());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could these strings be defined via placeholders instead? Or is GWP already aware of this new authoring pattern?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

waiting for GWP to confirm if they will take this update, but I saw that the feds placeholders sheet isn't really actively used? And putting it in a consumer's sheet feels tricky as this lives in Milo and shared by both cc and dc, so I thought that carrying the strings inside the block feels more self-contained and easier for localization. But maybe there's a separate sheet I can use? Is there another milo placeholders that will be loaded for everyone? Thanks @overmyheadandbody !

Comment thread libs/c2/blocks/logo-ticker/logo-ticker.css Outdated
@github-actions

Copy link
Copy Markdown
Contributor

Reminder to set the Ready for Stage label - to queue this to get merged to stage & production.

@dariiarudenko2023-ops dariiarudenko2023-ops left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

QA-verified. More details in https://jira.corp.adobe.com/browse/MWPW-198910

@dariiarudenko2023-ops dariiarudenko2023-ops added the verified PR has been E2E tested by a reviewer label Sep 21, 2026
@milo-pr-merge
milo-pr-merge Bot merged commit 4546cdf into stage Sep 21, 2026
21 checks passed
@milo-pr-merge
milo-pr-merge Bot deleted the logo-ticker-a11y-visibility branch September 21, 2026 08:52

This branch was successfully deployed

2 active deployments
milo_pr_merge d2df97bc Deployed Sep 21, 2026 by dariiarudenko2023-ops via merge-to-stage #6829
logo-ticker-a11y-visibility d2df97bc Deployed Sep 17, 2026 by aem-code-sync[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready for Stage Site Redesign verified PR has been E2E tested by a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants