feat(webui): unified design system + onboard/proposals/work consolidation#1633
Merged
Conversation
…idation
Add production-grade design system classes to style.css (w-nav, w-container,
w-page-header, w-list, w-btn, w-split, w-chat, w-stepper, w-signal-list,
w-hint, w-tabs, w-diff-block, etc.) — ported from preview mockup CSS mapped
to production CSS variables.
Migrate all standalone pages to use the design system instead of Tailwind
utilities: /work, /work/{id}, /onboard, /proposals, /proposals/{id}.
Move onboard/index.html to standalonePageTemplates. Update test to assert
style.css usage instead of tailwind.css.
Closes #1629
6 tasks
This was referenced Apr 30, 2026
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
style.css(w-nav,w-container,w-page-header,w-list,w-btn-*,badge-*,w-split,w-chat,w-stepper,w-signal-list,w-hint,w-tabs,w-diff-block, etc.) — ported from preview mockup styles mapped to existing production CSS variables/work,/work/{id},/onboard,/proposals,/proposals/{id}pageTemplatestostandalonePageTemplates, updated handler to useExecuteinstead ofExecuteTemplateTest plan
go test ./internal/webui/passes/work,/onboard,/proposalsrender with dark theme and unified designCloses #1629