feat(webui): migrate /issues, /prs, /health to unified design system#1639
Closed
nextlevelshit wants to merge 1 commit into
Closed
feat(webui): migrate /issues, /prs, /health to unified design system#1639nextlevelshit wants to merge 1 commit into
nextlevelshit wants to merge 1 commit into
Conversation
Convert issues, prs, and health list pages from layout-based templates to standalone templates with w-* design system classes. Remove layout.html dependency, add to standalonePageTemplates, update handlers to use Execute() instead of ExecuteTemplate(). Part of #1624 (WebUI UX consolidation).
Collaborator
Author
|
Superseded by #1641 which includes these changes plus contracts, personas, and 404 migration. |
5 tasks
nextlevelshit
added a commit
that referenced
this pull request
Apr 30, 2026
…stem (#1640) * feat(webui): migrate /issues, /prs, /health to unified design system Convert issues, prs, and health list pages from layout-based templates to standalone templates with w-* design system classes. Remove layout.html dependency, add to standalonePageTemplates, update handlers to use Execute() instead of ExecuteTemplate(). Part of #1624 (WebUI UX consolidation). * feat(webui): migrate /contracts, /personas, /404 to unified design system Convert contracts list, personas list, and 404 pages from layout-based templates to standalone templates with w-* design system classes. Also includes /issues, /prs, /health migration (cherry-pick from #1639). Remove layout.html dependency, add to standalonePageTemplates, update handlers to use Execute() instead of ExecuteTemplate(). Part of #1624 (WebUI UX consolidation).
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
/issues,/prs,/healthlist pages to standalone templates with unifiedw-*design system classeslayout.htmldependency — templates render their own<html>shell with shared navstandalonePageTemplatesinembed.goExecute()instead ofExecuteTemplate()Preserves all existing functionality: state filters, search, infinite scroll pagination, check status indicators, label badges, health check details expandable sections.
Part of #1624 (WebUI UX consolidation).
Test plan
go test ./internal/webui/passes/issuesrenders with unified nav, filter badges, issue cards with status accent/prsrenders with merged/draft/open badges, check status icons, +/- diff counts/healthrenders with ok/warn/error cards, expandable details