Skip to content

fix(ux): align workflow detail header + home Get Started#4

Merged
Waddling-Penguin merged 1 commit into
mainfrom
fix/ux-alignment
May 27, 2026
Merged

fix(ux): align workflow detail header + home Get Started#4
Waddling-Penguin merged 1 commit into
mainfrom
fix/ux-alignment

Conversation

@Waddling-Penguin

Copy link
Copy Markdown
Owner

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:

  1. Workflow detail page — header (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 same container-huge grid; header content fills the article column (max-w-3xl, left-aligned on lg, centered below).
  2. Home Get Started section — was container-tight while the rest of the home page is container-wide. The inward step at the bottom read as a layout break. Now uses container-wide with max-w-2xl inner 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:

  • Header / hamburger menu at all sizes ✓
  • Wedge index + wedge detail (container-tight internally consistent) ✓
  • Workflows index ✓
  • Setup 101 (intentional container-tight for readable line length) ✓
  • 404 / Credits ✓
  • All cards / pills / grids / footers ✓

Test plan

  • Typecheck green
  • Visual: workflow detail at 1440 — header title aligns with article body column
  • Visual: workflow detail at 1024, 768, 390 — sidepanel/article behavior correct at each breakpoint
  • Visual: home page bottom at 1440 — Get Started's left edge aligns with wedges/workflow sections above

🤖 Generated with Claude Code

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>
@netlify

netlify Bot commented May 27, 2026

Copy link
Copy Markdown

Deploy Preview for mogkit ready!

Name Link
🔨 Latest commit bca84f4
🔍 Latest deploy log https://app.netlify.com/projects/mogkit/deploys/6a173847d9fe6100089a7364
😎 Deploy Preview https://deploy-preview-4--mogkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Waddling-Penguin Waddling-Penguin merged commit 18ea711 into main May 27, 2026
5 checks passed
@Waddling-Penguin Waddling-Penguin deleted the fix/ux-alignment branch May 27, 2026 18:31
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.

1 participant