Skip to content

feat(webui): migrate /proposals to consolidated dark theme (#1628)#1632

Merged
nextlevelshit merged 1 commit into
alphafrom
webui/c2-proposals-consolidated
Apr 30, 2026
Merged

feat(webui): migrate /proposals to consolidated dark theme (#1628)#1632
nextlevelshit merged 1 commit into
alphafrom
webui/c2-proposals-consolidated

Conversation

@nextlevelshit
Copy link
Copy Markdown
Collaborator

Summary

  • Move /proposals list and detail templates from layout-based (sidebar) to standalone pages with shared nav partial
  • Rewrite templates using Tailwind dark theme utilities (bg-surface, text-txt, border-edge, etc.)
  • Update handlers to use Execute instead of ExecuteTemplate for standalone rendering
  • Filter badges use production status colors (state-completed-bg, state-failed-bg, wave-warning)
  • Keep all approve/reject JS logic with CSRF tokens intact

Closes

#1628 (C2 of epic #1624)

Test plan

  • go build -tags webui ./internal/webui/ compiles
  • golangci-lint run ./internal/webui/... passes
  • make tailwind-check passes
  • wave serve/proposals renders dark theme with nav bar and filter badges
  • /proposals?status=proposed filter works
  • /runs still renders sidebar layout (no regression)

🤖 Generated with Claude Code

…d nav

Move proposals list and detail templates from layout-based (sidebar) to
standalone pages with shared nav partial and Tailwind dark theme
utilities. Update handlers to use Execute instead of ExecuteTemplate
for standalone template rendering.

Closes #1628
@nextlevelshit nextlevelshit merged commit d4b903a into alpha Apr 30, 2026
10 checks passed
@nextlevelshit nextlevelshit deleted the webui/c2-proposals-consolidated branch April 30, 2026 12:33
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