diff --git a/auto-claude-ui/src/renderer/components/SortableFeatureCard.tsx b/auto-claude-ui/src/renderer/components/SortableFeatureCard.tsx index 086e0911..0c54ccf1 100644 --- a/auto-claude-ui/src/renderer/components/SortableFeatureCard.tsx +++ b/auto-claude-ui/src/renderer/components/SortableFeatureCard.tsx @@ -64,39 +64,27 @@ export function SortableFeatureCard({ {...listeners} > -
+ {/* Header - Title with priority badge and action button */} +
-
+
{ROADMAP_PRIORITY_LABELS[feature.priority]} - - {feature.complexity} - - - {feature.impact} impact - {hasCompetitorInsight && ( - - Competitor Insight + @@ -105,39 +93,61 @@ export function SortableFeatureCard({ )}
-

{feature.title}

-

- {feature.description} -

+

{feature.title}

- {feature.linkedSpecId ? ( - - ) : ( - feature.status !== 'done' && - onConvertToSpec && ( +
+ {feature.linkedSpecId ? ( - ) - )} + ) : ( + feature.status !== 'done' && + onConvertToSpec && ( + + ) + )} +
+
+ + {/* Description */} +

+ {feature.description} +

+ + {/* Metadata badges - compact row */} +
+ + {feature.complexity} + + + {feature.impact} +