mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
feat: update A2UIButton and translations for navigation; enhance session detail fetching and task handling
This commit is contained in:
@@ -221,7 +221,7 @@ export function TaskListTab({ session, onTaskClick }: TaskListTabProps) {
|
||||
|
||||
return (
|
||||
<Card
|
||||
key={task.task_id || index}
|
||||
key={`${task.task_id}-${index}`}
|
||||
className={`hover:shadow-sm transition-shadow ${onTaskClick ? 'cursor-pointer hover:shadow-md' : ''}`}
|
||||
onClick={() => onTaskClick?.(task as TaskData)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user