FunctionPasswordInput({
placeholder,
password,
showPassword,
setShowPassword,
onChange,
}: PasswordInputProps)
frontend/src/components/mypage/PasswordInput.tsx:11
FunctionQuestionCard({
id,
title,
questionCount,
usage,
isStarred = false,
category,
}: QuestionCardProps)
frontend/src/components/questions/QuestionsPreviewCard.tsx:13
FunctionSessionCard({
category = ["기타"],
id,
title,
host,
participants,
maxParticipants,
inProgress,
questionList
frontend/src/pages/SessionListPage/view/SessionCard.tsx:10
FunctionSessionToolbar({
requestChangeIndex,
handleVideoToggle,
handleMicToggle,
emitReaction,
userVideoDevices,
userAud
frontend/src/pages/SessionPage/view/SessionToolbar.tsx:28
FunctionSidebarMenu({
path = "",
label,
icon,
isSelected = false,
onClick,
}: SidebarMenuProps)
frontend/src/components/common/Sidebar/SidebarMenu.tsx:11
FunctionTitleInput({
placeholder,
initValue,
onChange,
minLength = 5,
maxLength = 20,
}: TitleProps)
frontend/src/components/common/Input/TitleInput.tsx:11
FunctionVideoContainer({
nickname,
isMicOn,
isVideoOn,
isLocal,
isSpeaking,
reaction,
stream,
videoLoading,
videoC
frontend/src/components/session/VideoContainer.tsx:49
FunctionVideoLayout({
peers,
nickname,
isMicOn,
isVideoOn,
stream,
reaction,
videoLoading,
peerMediaStatus,
pee
frontend/src/pages/SessionPage/view/VideoLayout.tsx:17