FunctionAvatar({
username,
size,
width,
height,
showVerification,
isVerified = false,
...props
})
client/src/@bug-ui/Avatar.tsx:37
FunctionAvatarFileUploader({
name,
inputRef,
handleFile,
defaultImg,
file,
size
})
client/src/components/AvatarFileUploader/AvatarFileUploader.tsx:19
FunctionBugCard({
number,
title,
labels,
body,
isOpen,
date,
author
})
client/src/components/BugCard/BugCard.tsx:39
FunctionButton({
variant = 'primary',
size,
width,
icon,
children,
type,
isLoading,
...props
})
client/src/@bug-ui/Button.tsx:63
FunctionComment({
author,
date,
body,
bugId,
commentId,
isSelected,
reactions
})
client/src/components/Comment/Comment.tsx:43
FunctionCommentHeader({
bugId,
author,
date,
commentId,
reactions,
isAuthorOfComment,
handleEditorState
})
client/src/components/Comment/CommentHeader.tsx:82