FunctionStructuredDiffList({
hunks,
dim,
width,
filePath,
firstLine,
fileContent
}: Props)
src/components/StructuredDiffList.tsx:16
FunctionSwipeableRow({
children,
leftActions = [],
rightActions = [],
className,
actionWidth = 72,
}: SwipeableRowProps)
web/components/mobile/SwipeableRow.tsx:27
FunctionTeammateSpinnerLine({
teammate,
isLast,
isSelected,
isForegrounded,
allIdle,
showPreview
}: Props)
src/components/Spinner/TeammateSpinnerLine.tsx:72
FunctionToolBash({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolBashProps)
web/components/tools/ToolBash.tsx:57
FunctionToolFileEdit({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolFileEditProps
web/components/tools/ToolFileEdit.tsx:41
FunctionToolFileRead({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolFileReadProps
web/components/tools/ToolFileRead.tsx:45
FunctionToolFileWrite({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolFileWriteProp
web/components/tools/ToolFileWrite.tsx:43
FunctionToolGlob({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolGlobProps)
web/components/tools/ToolGlob.tsx:25
FunctionToolGrep({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolGrepProps)
web/components/tools/ToolGrep.tsx:85
FunctionToolUseBlock({
toolName,
toolInput: _toolInput,
toolResult: _toolResult,
isError = false,
isRunning = false,
s
web/components/tools/ToolUseBlock.tsx:141
FunctionToolWebFetch({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolWebFetchProps
web/components/tools/ToolWebFetch.tsx:46
FunctionToolWebSearch({
input,
result,
isError = false,
isRunning = false,
startedAt,
completedAt,
}: ToolWebSearchProp
web/components/tools/ToolWebSearch.tsx:43