Skip to content

feat: Implement redesigned Servestead web UI - part 1#41

Merged
nipuna-perera merged 4 commits into
mainfrom
codex/web-ui-remaining-phases
Jul 6, 2026
Merged

feat: Implement redesigned Servestead web UI - part 1#41
nipuna-perera merged 4 commits into
mainfrom
codex/web-ui-remaining-phases

Conversation

@nipuna-perera

Copy link
Copy Markdown
Contributor

Summary

  • Adds the redesigned local web shell, Home command center, Setup Workbench, profile diagnostics, GitOps review, stacks, access, cloud, and run/history surfaces.
  • Wires the redesigned UI to the existing Go/templ/htmx/SSE backend foundation with new ops handlers and view models.
  • Preserves local-only auth/session/CSRF behavior, masked secrets, guarded cloud actions, and existing setup/run flows.
  • Saves the Home designer mockup under mockups/ for future reference.

UI Fixes Included

  • Keeps the left nav anchored while only the main workbench scrolls.
  • Keeps the setup progress/breadcrumb band stable between stages.
  • Starts advanced setup options collapsed and tightens the collapsed spacing.
  • Restyles setup stages to better match the mockup pack.

Validation

  • go tool templ generate
  • go test ./...
  • go test -race ./...
  • go vet ./...
  • golangci-lint run ./...
  • git diff --check
  • Browser visual checks for Home and Setup Workbench desktop layouts, setup stage progression, collapsed/expanded advanced options, and scroll containment.

Notes

  • servestead-redesign-mockup-pack.html was left untracked as a local reference artifact to avoid adding an 8 MB mockup bundle to the PR.

@nipuna-perera nipuna-perera force-pushed the codex/web-ui-remaining-phases branch from 0d32e69 to 0bfb3a0 Compare July 6, 2026 02:01
@nipuna-perera nipuna-perera changed the title [codex] Implement redesigned Servestead web UI feat: Implement redesigned Servestead web UI - part 1 Jul 6, 2026
@nipuna-perera nipuna-perera marked this pull request as ready for review July 6, 2026 02:02
@nipuna-perera

Copy link
Copy Markdown
Contributor Author

/codex review this PR

Comment thread backend/web_ops.go Fixed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0bfb3a0171

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread frontend/ui.templ Outdated
Comment thread backend/web_ops.go
Comment thread backend/profile.go Fixed
@nipuna-perera nipuna-perera merged commit 7529fb9 into main Jul 6, 2026
9 checks passed
@nipuna-perera nipuna-perera deleted the codex/web-ui-remaining-phases branch July 6, 2026 23:10
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