You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full replacement of current production UI with a unified design system. Keep pipeline run details (the one durable surface). Everything else consolidated to production dark theme.
Branch strategy
All PRs target alpha branch, NOT main. Consolidation validated on alpha before merging to main.
Migration audit (2026-05-03) — ALL COMPLETE
All standalone pages migrated to design system CSS classes (w-nav, w-container, w-page-header, w-filterbar, w-list, badge, w-btn). CSS variables in style.css default to dark mode. No Tailwind CDN — utilities come from style.css.
*Requires analytics or retros build tags respectively
Nav status — COMPLETE
templates/partials/nav_main.html used by all 18 standalone pages. SVG icons per nav item (Work=grid, Runs=play, Pipelines=clock, Proposals=document, Issues=alert-circle, PRs=pull-request, Onboard=layers, Health=activity). Active link highlighted via {{if eq .ActivePage "page"}}class="active"{{end}}.
Epic: WebUI UX audit + design system extraction
Full replacement of current production UI with a unified design system. Keep pipeline run details (the one durable surface). Everything else consolidated to production dark theme.
Branch strategy
All PRs target
alphabranch, NOTmain. Consolidation validated on alpha before merging to main.Migration audit (2026-05-03) — ALL COMPLETE
All standalone pages migrated to design system CSS classes (
w-nav,w-container,w-page-header,w-filterbar,w-list,badge,w-btn). CSS variables instyle.cssdefault to dark mode. No Tailwind CDN — utilities come fromstyle.css.Alpha branch commits since PR #1631:
be1ac640— /runs list migrateda4110280— /pipelines migrated0e444ddf— /contracts, /personas, /404 migratedb9371bc9— /analytics, /retros, /skills, /compose migrated32a61661— /preview/* routes removed, nav_consolidated renamed nav_main9b5b8d6f— add data-theme="dark" to all page templatesb5bb70a4— extract w-nav to partial with SVG icons per nav itemAudit results
*Requires
analyticsorretrosbuild tags respectivelyNav status — COMPLETE
templates/partials/nav_main.htmlused by all 18 standalone pages. SVG icons per nav item (Work=grid, Runs=play, Pipelines=clock, Proposals=document, Issues=alert-circle, PRs=pull-request, Onboard=layers, Health=activity). Active link highlighted via{{if eq .ActivePage "page"}}class="active"{{end}}.Child issues
Remaining work
<select>+ search input./redirects to/work. Mockup 00-landing.html shows fleet-at-a-glance dashboard.Constraints
alphabranch