Skip to content

Commit 48fa904

Browse files
acartineclaude
andcommitted
ui: remove BeatTypeBadge from Beat Detail header
Only one beat type is used in practice, so the badge adds visual clutter without conveying useful information. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd38ff0 commit 48fa904

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/beat-detail.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import type { Beat, BeatPriority, MemoryWorkflowDescriptor } from "@/lib/types";
1515
import { isWaveLabel, isReadOnlyLabel } from "@/lib/wave-slugs";
1616
import type { UpdateBeatInput } from "@/lib/schemas";
1717
import { BeatPriorityBadge } from "@/components/beat-priority-badge";
18-
import { BeatTypeBadge } from "@/components/beat-type-badge";
1918
import { StateDropdown } from "./beat-detail-state-dropdown";
2019

2120
const PRIORITIES: BeatPriority[] = [0, 1, 2, 3, 4];
@@ -294,8 +293,6 @@ function BeatDetailHeader({
294293
return (
295294
<section className="space-y-1.5 border-b border-border/70 pb-2">
296295
<div className="flex flex-wrap gap-1.5">
297-
<BeatTypeBadge type={beat.type} />
298-
299296
<StateDropdown
300297
beat={beat}
301298
onUpdate={onUpdate}

0 commit comments

Comments
 (0)