FunctionParentTaskCard({
parentTask,
variant = 'default',
onClick,
className = '',
showOverview = false,
}: ParentTaskCard
tasks-ui/src/components/v2/ParentTaskCard.tsx:19
FunctionParentTaskCard({
parentTask,
variant = 'default',
showOverview = true,
showProgress = true,
showMetadata = true,
tasks-ui/src/components/v2/ParentTaskCard-old.tsx:18
FunctionParentTaskView({
task,
subtasks,
documents = [],
content,
isEditing,
onEdit,
onCancel,
onSave,
onContentCh
tasks-ui/src/components/v2/ParentTaskView.tsx:31
FunctionPriorityIndicator({
priority,
size = 'sm',
inline = false,
className = '',
interactive = false,
onClick,
}: Priorit
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:115
FunctionPromptForm({
prompt,
setPrompt,
contextId,
setContextId,
isConnecting,
isConnected,
id,
handleSubmit,
tasks-ui/src/components/claude/PromptForm.tsx:18
FunctionSearchInput({
value,
onChange,
placeholder = 'Search...',
className = '',
onClear,
autoFocus = false,
size
tasks-ui/src/components/ui/search-input.tsx:27
FunctionSectionHeader({
title,
section,
isCollapsed,
onToggle,
actionButton,
}: SectionHeaderProps)
tasks-ui/src/components/v2/Sidebar.tsx:34
FunctionSimpleTaskView({
task,
content,
isEditing,
onEdit,
onCancel,
onSave,
onContentChange,
isUpdating = false,
}:
tasks-ui/src/components/v2/SimpleTaskView.tsx:26
FunctionStatusBadge({
status,
size = 'sm',
className = '',
interactive = false,
onClick,
}: StatusBadgeProps)
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:65
FunctionSubtaskList({
subtasks,
variant = 'tree',
onTaskClick,
highlightTaskId,
className = '',
}: SubtaskListProps)
tasks-ui/src/components/v2/SubtaskList.tsx:22
FunctionSubtaskList({
subtasks,
variant = 'tree',
showSequence = true,
showParallel = true,
showMetadata = true,
clas
tasks-ui/src/components/v2/SubtaskList-old.tsx:22
FunctionTaskTable({
tasks,
selectable = false,
selectedRows = {},
onSelectionChange,
onRowClick,
onParentTaskClick,
tasks-ui/src/components/v2/TaskTable.tsx:41
FunctionWorkflowStateBadge({
workflow,
size = 'sm',
className = '',
interactive = false,
onClick,
}: WorkflowStateBadgeProps)
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:24