[4/4] feat(web): templates, dashboard, and node views - #79
Closed
immanuel-peter wants to merge 5 commits into
Closed
[4/4] feat(web): templates, dashboard, and node views#79immanuel-peter wants to merge 5 commits into
immanuel-peter wants to merge 5 commits into
Conversation
Add the Next.js app shell, shadcn UI kit, Compose/Kubernetes web service, and getting-started docs. Feature routes are stubs until later PRs in the stack land connection and resource views. Co-authored-by: Cursor <cursoragent@cursor.com>
Store Gateway URL, API key, and optional admin token in httpOnly session cookies, validate connectivity through the Next.js connection routes, and replace the Settings stub with the real form. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the sandbox/snapshot stubs with list, detail, create, and lifecycle actions against the Gateway HTTP API. Co-authored-by: Cursor <cursoragent@cursor.com>
Complete the control-plane console with template build/list/detail, cluster dashboard panels, and node inventory/detail pages. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 29, 2026
Refuse redirect-following with auth headers, require a fresh API key when the Gateway URL changes, and return JSON errors from connection routes instead of unhandled 500s. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
What
Complete the control-plane console with template build/list/detail, cluster dashboard panels, and node inventory/detail pages. After this PR, the tree matches the full
feat/agentenv-webuireference.Why
Templates, dashboard, and nodes share dashboard formatting helpers and admin-token-gated node APIs; shipping them together finishes issue #6 without bloating the earlier auth/sandbox reviews.
Related issue
Closes #6
Scope and non-goals
In scope
Non-goals (v1)
Design and behavior changes
LocalTime, copy button, formatters) from earlier stack PRsCompatibility and operations
Validation
make fmtmake clippymake test-unitmake -C services test(deploy path touched in PR 1; run on full stack)maketargetCommands and results:
Skipped checks and reasons:
**.rs/ Cargo changesRisks and reviewer notes
feat/agentenv-webuiStack
Merge order: #76 → #77 → #78 → #79
Checklist