Skip to content

feat(howitworks): PR5 — runtime console, palette migration + smooth swaps [clean]#36

Merged
BunsDev merged 1 commit into
mainfrom
clean/overhaul-howitworks
Jul 7, 2026
Merged

feat(howitworks): PR5 — runtime console, palette migration + smooth swaps [clean]#36
BunsDev merged 1 commit into
mainfrom
clean/overhaul-howitworks

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 7, 2026

Copy link
Copy Markdown
Member

Recasts the 4-tab explainer as a hero-grade runtime console: palette migration off legacy #8E3DFF, console topbar, stage-height lock + crossfades via fadeSwap, sessions empty-state, no more !important, unified focus, and mobile 2×2 tabs + vertical tool-flow. Stacked on the ecosystem PR.


Clean re-cut of the section overhaul: a concurrent session had interleaved two commits (px→rem conversion, multi-screen support) into the original stack (#26#31). Rebuilt in an isolated worktree with only my six signed commits. Supersedes the original PR.

🤖 Generated with Claude Code

Recast the 4-tab explainer as a hero-grade runtime console and bring it
onto the shared design language.

- Palette migration off the legacy #8E3DFF system: rgba(142,61,255)→
  rgba(154,142,205), rgba(201,167,255)→rgba(180,170,235), #4ade80→
  var(--green). This section was the biggest source of "five experiments".
- Frame uses the shared .panel with a new topbar rail (dots + "coven ·
  runtime" + a local status dot) echoing the hero card.
- Stage min-height locked so switching tabs never reflows the page;
  incoming panels crossfade (motion-gated); live content (memory board,
  harness detail, tool rule) repaints through fadeSwap from shared.js.
- wireRadioGroup lifted to shared.js (was inline).
- Sessions filter now hides non-matches (was dimming) and announces an
  empty state inside the aria-live region.
- Removed every !important by scoping widget typography under .howit-widget.
- Retired the four ad-hoc #E8DBFF focus outlines for the unified ring.
- Mobile: tabs become a 2×2 grid (≥40px targets, no 9px squeeze); the
  tool flow stacks vertically with rotated (still-visible) arrows.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 7, 2026 05:53
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coven Ready Ready Preview Jul 7, 2026 5:53am
coven-landing Ready Ready Preview Jul 7, 2026 5:53am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the How It Works section to better match the “hero-grade runtime console” visual language, while improving tab/panel swapping behavior and migrating styles onto shared palette/tokens and shared JS helpers.

Changes:

  • Adds a console-style top bar and migrates the frame to the shared .panel surface.
  • Introduces a stage wrapper with a locked min-height (desktop) and adds crossfades via fadeSwap + .swap-fade.
  • Improves Sessions filtering UX by hiding non-matching rows and adding an empty-state message.
Comments suppressed due to low confidence (1)

src/components/HowItWorks.astro:159

  • The aria-live="polite" region currently wraps the entire sessions list. Because filtering toggles hidden on many rows, some screen readers may announce a large amount of list content instead of only the intended empty-state message. Scope the live announcement to the empty-state element (e.g., role="status") and remove aria-live from the container.
        <div class="sessions-results" aria-live="polite">
        <ul class="sessions-list">
          {sessionsData.map((s) => (
            <li class="sessions-row" data-status={s.status}>
              <span class={`sessions-dot status-${s.status}`} aria-hidden="true"></span>

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BunsDev BunsDev changed the base branch from clean/overhaul-ecosystem to main July 7, 2026 06:19
@BunsDev BunsDev merged commit 8c01daf into main Jul 7, 2026
3 checks passed
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.

2 participants