-
-
{repo.name}
-
-
- {/* Inline workspace create */}
- {creatingWorkspace?.projectId === project.id &&
- creatingWorkspace.repoId === repo.id && (
-
-
Workspace creation form would appear here.
-
-
- )}
- {repo.workspaces.length === 0 ? (
-
No workspaces.
- ) : (
-
- {repo.workspaces.map((ws) => (
-
-
{ws.name}
-
- {ws.branch}
-
- {ws.instance_count > 0 && (
-
- {ws.instance_count} tool
- {ws.instance_count > 1 ? "s" : ""}
-
- )}
-
-
-
-
-
- ))}
-
- )}
-