[Feature] Phase 3: Build Split-Pane Web IDE Interface in Next.js #33
purvanshjoshi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[Feature] Phase 3: Build Split-Pane Web IDE Interface in Next.js
Objective
The current Next.js dashboard primarily displays live agent logs. To provide a superior developer experience, we need to redesign the dashboard into a split-pane "Web IDE" where users can browse the codebase natively alongside the LangGraph execution output.
Requirements
dashboard/app/page.tsxto feature a collapsible left sidebar and a main view pane.GET /repo/{repo_name}/treebackend API.lucide-react).GET /repo/{repo_name}/file.Acceptance Criteria
All reactions