MWPW-200288: Session Page Template - #249
Open
michaelready wants to merge 3 commits into
Open
Conversation
Add mobile-first C2 blocks for the MAX session details page: - session-details: track tags, title, GDPR/CC/legal copy, description clamp, quick facts (+ share scaffold) - featured-products: 2-col grid, icons/links from tier-1 event config - speakers: avatar rows with show-more - session-resources: bordered resource rows with show-more - custom-attributes util for RF metadata parsing Register the blocks in EVENT_BLOCKS_C2 and load Milo's C2 base styles (/c2/styles/styles.css) on foundation:c2 pages. 71 unit tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Design/typography pass on the session detail page blocks: - Adopt s2a typography tokens; session title heading-3→heading-4 at desktop, module titles at 18px, body text to gray-1000 - Description: replace line-clamp with a 6-line max-height + gradient fade; re-measure overflow via ResizeObserver + fonts loadingdone so the Show more toggle appears without a resize - Legal disclaimer matches description text (bold); GDPR/CC/legal at 12px - Swap CC and featured-product arrow glyphs for the Figma SVGs - Add a rotating chevron to every Show more/less toggle - Weight the count next to Featured products / Speakers titles at 400 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
# Conflicts: # event-libs/v1/libs.js
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Adds the mobile-first C2 blocks for the MAX 2026 Session Details page and refines their styling to the Figma design:
EVENT_BLOCKS_C2; loads Milo's C2 base styles (/c2/styles/styles.css) onfoundation: c2pagesWhy
MWPW-200288 — MAX 2026 session detail page. Mobile layout only; desktop (two-column via section-columns) is a follow-up.
Test plan
npm run lint— cleannpx wtr 'test/unit/c2/**/*.test.js' --node-resolve --port=2000— 71 passing?eventlibs=local(track tags, title, description fade + Show more, quick facts, speakers/resources/products with Show more)