Skip to content

Commit 85f8687

Browse files
cevianclaude
andcommitted
fix: remove version badges from dev-ui (no versioning support yet)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5b5fb9 commit 85f8687

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

packages/core/dev-ui/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ export function App() {
207207
<span className="text-[15px] font-semibold text-foreground">
208208
{activeDag.workflowName}
209209
</span>
210-
<span className="text-xs text-muted-foreground ml-2">
211-
v{activeDag.version}
212-
</span>
213210
</div>
214211
</div>
215212
</ReactFlowProvider>

packages/core/dev-ui/src/components/DashboardPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ export function DashboardPage({ workflows, parseErrors, onSelectWorkflow }: Dash
8484
<h3 className="text-[15px] font-medium text-[#1a1a1a] tracking-tight truncate">
8585
{w.workflowName}
8686
</h3>
87-
<span className="text-[11px] px-2 py-0.5 rounded-full border border-emerald-200 bg-emerald-50 text-emerald-700 shrink-0">
88-
v{w.version}
89-
</span>
9087
</div>
9188

9289
<p className="text-sm text-[#787068] mt-2 leading-relaxed line-clamp-2">

packages/core/dev-ui/src/pages/WorkflowCanvasPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ export function WorkflowCanvasPage({
7171
<span className="text-[15px] font-semibold text-foreground">
7272
{activeDag.workflowName}
7373
</span>
74-
<span className="text-xs text-muted-foreground ml-2">
75-
v{activeDag.version}
76-
</span>
7774
</div>
7875
<button
7976
onClick={() => setShowRunModal(true)}

0 commit comments

Comments
 (0)