Skip to content

Commit ca3f91d

Browse files
V48 (implementation-only): Remove leftover stage-card JSX after extract
1 parent 9a4874d commit ca3f91d

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ uapi/tailwind.config.js
9696
.env*.local
9797
.bitcode/pipeline-harness-runs/
9898
scripts/.env.staging-testnet
99+
.aider**

uapi/components/reads/ReadsDepositReadWorkbench/ReadsDepositReadWorkbench.tsx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,33 +1027,6 @@ export default function ReadsDepositReadWorkbench({
10271027
stages={stageCards}
10281028
activeStageId={activeReadingStage}
10291029
/>
1030-
<p className="mt-2 leading-5 text-neutral-400">{stage.lowDetailGuidance}</p>
1031-
<details className="mt-3 rounded-[0.75rem] border border-white/8 bg-black/20 px-3 py-2">
1032-
<summary className="cursor-pointer text-[0.6rem] uppercase tracking-[0.14em] text-sky-200/80">
1033-
Source-safe detail
1034-
</summary>
1035-
<p className="mt-2 text-xs leading-5 text-neutral-300">{stage.expandableDetail}</p>
1036-
<dl className="mt-2 grid gap-1.5">
1037-
<div>
1038-
<dt className="text-[0.55rem] uppercase tracking-[0.12em] text-neutral-500">visible</dt>
1039-
<dd className="mt-0.5 break-words font-mono text-[0.62rem] text-neutral-300">
1040-
{stage.sourceSafeVisibleFields.join(', ')}
1041-
</dd>
1042-
</div>
1043-
{stage.blockers.length ? (
1044-
<div>
1045-
<dt className="text-[0.55rem] uppercase tracking-[0.12em] text-neutral-500">blocked by</dt>
1046-
<dd className="mt-0.5 break-words font-mono text-[0.62rem] text-neutral-300">
1047-
{stage.blockers.join(', ')}
1048-
</dd>
1049-
</div>
1050-
) : null}
1051-
</dl>
1052-
</details>
1053-
</div>
1054-
);
1055-
})}
1056-
</div>
10571030

10581031
<div className="mt-5 grid gap-4 xl:grid-cols-[minmax(0,1fr)_minmax(18rem,0.7fr)]">
10591032
<div className="rounded-[1.1rem] border border-white/8 bg-black/20 px-4 py-4">

0 commit comments

Comments
 (0)