{/* Header row */}
{workspaceModeLabel(workspace.mode)}
{statusBadge(workspace.status)}
{/* Read-only info */}
{!editing && (
{workspace.branchName && (
)}
{workspace.cwd && (
)}
{workspace.repoUrl && (
Repo:
)}
View workspace details →
)}
{/* Editing controls */}
{editing && (
{currentSelection === "reuse_existing" && (
)}
{/* Current workspace summary when editing */}
{workspace && (
Current:{" "}
{" · "}
{workspace.status}
)}
)}
);
}