diff --git a/src/components/graph/assignment-panel.tsx b/src/components/graph/assignment-panel.tsx index 0f0e65d..5aea05f 100644 --- a/src/components/graph/assignment-panel.tsx +++ b/src/components/graph/assignment-panel.tsx @@ -244,10 +244,10 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }: }; const renderTaskItem = (issue: BeadIssue, showAssignButton: boolean = false, archetypeBadges: AgentArchetype[] = []) => ( -
+
-
{issue.id}
-
{truncateTitle(issue.title)}
+
{issue.id}
+
{truncateTitle(issue.title)}
{archetypeBadges.length > 0 && (
@@ -269,17 +269,17 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }:
{quickAssignDropdown === issue.id && ( -
+
{archetypes.map((a: AgentArchetype) => ( @@ -296,14 +296,14 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }:
@@ -425,7 +425,7 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }:
) : (
-
+
No template assigned