MWPW-200020: Fix Blog Homepage card tags, View all styling, chevron color, and mobile alignment - #644
Open
echen-adobe wants to merge 10 commits into
Open
MWPW-200020: Fix Blog Homepage card tags, View all styling, chevron color, and mobile alignment#644echen-adobe wants to merge 10 commits into
echen-adobe wants to merge 10 commits into
Conversation
…ron color, and mobile alignment - Tags: pull the per-post category through to each card instead of the hardcoded 'Social Media' fallback; omit the tag pill when no category. - View all: neutralize Milo con-button styling so the control renders as a plain floating text link (no background/border/padding). - Chevron: use fill="currentColor" so the '>' inherits the link's accent color instead of the hardcoded dark #292929. - Mobile: stack the section header and left-align View all (column layout below 768px), restoring the row/space-between layout at >=768px. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
echen-adobe
requested review from
maxn-adobe,
meganthecoder and
nateyolles
as code owners
July 23, 2026 16:47
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
The >=1024px rule capped .blog-posts-v2 at --block-wd-max-width; unset it so the block spans full width on wide screens (matching the .wide variant). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maxn-adobe
approved these changes
Aug 10, 2026
Contributor
|
@echen-adobe Has this been reviewed by design? Since it's design feedback, it really should get approved by them first before going to CR |
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.
Summary
Fixes four Blog Homepage bugs in the
blog-posts-v2block:categoryinstead of a hardcoded"Social Media"; the tag pill is omitted when a post has no category.>usesfill="currentColor"so it inherits the link's accent color (was hardcoded dark#292929).Jira Ticket
Resolves: MWPW-200020
Test URLs
Draft pages, one per bug (open in DA and hit Preview if
.aem.pageis stale):Verification Steps
>matches the link's accent color. Before: hardcoded dark#292929.Potential Regressions
blog-posts-v2is reused on blog listing / category pages. Changes are scoped to the tag source, the "View all" link styling, and the mobile header layout, so other usages should be unaffected.Additional Notes
eslintclean; 33/33blog-posts-v2unit tests pass.drafts/echen/(one per bug) for isolated review.🤖 Generated with Claude Code