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

Bump Auth/Account to 1.0.3 and Order to 1.0.4 #293

Merged
merged 13 commits into from
Feb 6, 2025
Merged

Conversation

KostiantynFandeliuk
Copy link
Collaborator

@KostiantynFandeliuk KostiantynFandeliuk commented Feb 3, 2025

Deliver latest versions of auth, account and order dropins

Add content for privacy policy consent slot

Sign-up page

Checkout page

Order confirmation page

Improve AuthCombine modal accessibility

Ticket - https://jira.corp.adobe.com/browse/USF-1959

Screen.Recording.2025-02-03.at.13.27.45-1.mov

Test URLs:

Copy link

aem-code-sync bot commented Feb 3, 2025

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

  • Re-run PSI checks
  • Re-sync branch
Commits

Copy link

aem-code-sync bot commented Feb 3, 2025

Page Scores Audits Google
📱 / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@aem-code-sync aem-code-sync bot temporarily deployed to auth-combine-focus February 3, 2025 12:41 Inactive
@aem-code-sync aem-code-sync bot temporarily deployed to auth-combine-focus February 4, 2025 18:05 Inactive
@aem-code-sync aem-code-sync bot temporarily deployed to auth-combine-focus February 6, 2025 11:18 Inactive
@Ferri0 Ferri0 changed the title AuthCombine | Modal window focus issue Bump Auth/Account to 1.0.3 and Order to 1.0.4 Feb 6, 2025
@aem-code-sync aem-code-sync bot temporarily deployed to auth-combine-focus February 6, 2025 11:47 Inactive
Copy link
Collaborator

@sirugh sirugh left a comment

Choose a reason for hiding this comment

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

approved with comments

@@ -187,6 +187,31 @@ export default async function decorate(block) {

block.appendChild(checkoutFragment);

const authPrivacyPolicyConsentSlot = {
PrivacyPolicyConsent: async (ctx) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This seems to be same content used in commerce-create-account.js. Can you dedupe?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Moved to scripts/constants.js 👍

});

const link = document.createElement('a');
link.href = '/privacy-policy';
Copy link
Collaborator

Choose a reason for hiding this comment

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

These are defined in scripts/constants.js

Copy link
Collaborator

Choose a reason for hiding this comment

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

Moved to scripts/constants.js

@Ferri0 Ferri0 merged commit 70d9be5 into main Feb 6, 2025
3 checks passed
@Ferri0 Ferri0 deleted the auth-combine-focus branch February 6, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants