[3/4] feat(web): sandbox and snapshot management views - #78
Closed
immanuel-peter wants to merge 4 commits into
Closed
[3/4] feat(web): sandbox and snapshot management views#78immanuel-peter wants to merge 4 commits into
immanuel-peter wants to merge 4 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>
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
Add sandbox and snapshot management views: list/detail/create, lifecycle actions (pause/resume/fork/snapshot/kill), and snapshot browse/detail against the Gateway HTTP API.
Why
Sandboxes and snapshots are the core operator workflows and form a natural review boundary once connection/session exists.
Related issue
Part of #6.
Scope and non-goals
In scope
Non-goals
Design and behavior changes
statequery params (server rejects comma-joined form; OpenAPI currently documentsexplode: false— call sites note the mismatch)Compatibility and operations
Validation
Commands and results:
Skipped checks and reasons:
Risks and reviewer notes
web/src/lib/api/sandboxes.tsquery-param encoding and action error surfacingStack
Merge order: #76 → #77 → #78 → #79
Checklist