fix(ux): align workflow detail header + home Get Started#4
Merged
Conversation
Audited every page at 5 viewport sizes (375, 390, 768, 1024, 1440). Two real alignment issues found and fixed. 1. Workflow detail page header was in container-tight while the body below was in container-huge — title and article column didn't line up vertically on lg+. Move the header into the same container-huge grid as the body, with the header content occupying the article column (max-w-3xl, lg:mx-0). The sidepanel column on the right is intentionally empty in the header row. On <lg the header centers itself within container-huge via mx-auto. 2. Home page Get Started section was in container-tight; everything else (pillars, wedges, workflow library) is in container-wide. The inward step at the bottom of the page read as a layout break. Move Get Started into container-wide and constrain inner content with max-w-2xl for readable line length. Now left-edge aligns with all sections above. Also updated the install snippet to match the corrected Setup 101 flow (npm install -g mogkit first). Search dev "Pagefind index not built" message is dev-only — production build runs pagefind --site dist and the index is present. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for mogkit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Full UX audit across 5 viewport sizes (375, 390, 768, 1024, 1440) and every page (home, wedges, 5 wedge details, workflows, workflow entry, setup, search, credits, 404).
Two real alignment issues found:
container-tight) and body (container-huge) didn't share a column. Article title and article body didn't line up vertically at lg+. Moved the header into the samecontainer-hugegrid; header content fills the article column (max-w-3xl, left-aligned on lg, centered below).container-tightwhile the rest of the home page iscontainer-wide. The inward step at the bottom read as a layout break. Now usescontainer-widewithmax-w-2xlinner content — left edge aligns with wedges/workflow library/pillars above. Also updated the install snippet to match the corrected Setup 101 flow.Everything else passed the audit:
container-tightinternally consistent) ✓container-tightfor readable line length) ✓Test plan
🤖 Generated with Claude Code