MCPcopy Create free account

hub / github.com/boostcampwm-2024/web27-Preview / functions

Functions383 in github.com/boostcampwm-2024/web27-Preview

FunctionPagination
({ currentPage, totalPage, onPageChange, }: PagenationProps)
frontend/src/components/common/Pagination/index.tsx:11
FunctionParticipantButton
({ selectedValue, onClick }: Props)
frontend/src/components/sessions/create/SessionForm/ParticipantSection/ParticpantButton.tsx:8
FunctionParticipantSection
()
frontend/src/components/sessions/create/SessionForm/ParticipantSection/index.tsx:6
FunctionPasswordInput
({ placeholder, password, showPassword, setShowPassword, onChange, }: PasswordInputProps)
frontend/src/components/mypage/PasswordInput.tsx:11
FunctionProfile
({ modal }: { modal: UseModalReturn })
frontend/src/pages/MyPage/view/Profile.tsx:13
FunctionProfileEditModal
({ modal: { dialogRef, closeModal }, }: { modal: UseModalReturn; })
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:25
FunctionProfileIcon
({ url }: { url: string })
frontend/src/components/mypage/ProfileIcon.tsx:1
FunctionProgressBar
({ duration }: ProgressBarProps)
frontend/src/components/common/ProgressBar.tsx:7
FunctionProtectedRouteLayout
({ children }: ProtectedRouteLayoutProps)
frontend/src/components/layout/ProtectedRouteLayout.tsx:10
FunctionQuestionCard
({ id, title, questionCount, usage, isStarred = false, category, }: QuestionCardProps)
frontend/src/components/questions/QuestionsPreviewCard.tsx:13
FunctionQuestionDetailPage
()
frontend/src/pages/QuestionDetailPage/QuestionDetailPage.tsx:16
FunctionQuestionForm
()
frontend/src/pages/CreateQuestionPage/view/QuestionForm.tsx:8
FunctionQuestionInput
()
frontend/src/components/questions/create/QuestionInputSection/QuestionInput.tsx:6
FunctionQuestionInputSection
()
frontend/src/components/questions/create/QuestionInputSection/index.tsx:6
FunctionQuestionItem
({ item }: { item: QuestionList })
frontend/src/components/sessions/create/SessionForm/ListSelectModal/QuestionList/QuestionItem.tsx:26
FunctionQuestionItem
({ questionListId, type, page }: ItemProps)
frontend/src/components/mypage/QuestionList/QuestionItem/index.tsx:19
FunctionQuestionItem
({ index, content }: QuestionItemProps)
frontend/src/components/questions/detail/QuestionList.tsx/QuestionItem.tsx:6
FunctionQuestionItem
({ content, onDelete, onEdit }: ItemProps)
frontend/src/components/questions/create/QuestionInputSection/QustionItem.tsx:10
FunctionQuestionList
({ page }: { page: number })
frontend/src/components/sessions/create/SessionForm/ListSelectModal/QuestionList/index.tsx:16
FunctionQuestionList
({ tab, page }: ListProps)
frontend/src/components/mypage/QuestionList/index.tsx:10
FunctionQuestionList
({ questionId }: { questionId: string })
frontend/src/components/questions/detail/QuestionList.tsx/index.tsx:6
FunctionQuestionList
()
frontend/src/components/questions/create/QuestionInputSection/QuestionList.tsx:6
FunctionQuestionListHeader
({ selectedCategory, setSelectedCategory, tab, setTab, }: QuestionListHeaderProps)
frontend/src/pages/QuestionListPage/view/QuestionListHeader.tsx:15
FunctionQuestionListPage
()
frontend/src/pages/QuestionListPage/QuestionListPage.tsx:13
FunctionQuestionListSection
({ openModal }: ListSectionProps)
frontend/src/components/sessions/create/SessionForm/QuestionListSection.tsx:9
FunctionQuestionSection
()
frontend/src/pages/MyPage/view/QuestionSection.tsx:10
FunctionQuestionTitle
({ questionId }: { questionId: string })
frontend/src/components/questions/detail/QuestionTitle.tsx/index.tsx:7
FunctionQuestionsPreviewList
({ questionList, questionLoading, tab, }: QuestionListProps)
frontend/src/pages/QuestionListPage/view/QuestionsPreviewList.tsx:10
FunctionSearchBar
({ text }: Props)
frontend/src/components/common/Input/SearchBar.tsx:6
FunctionSelectTitle
({ title }: Props)
frontend/src/components/common/Text/SelectTitle.tsx:5
FunctionSessionCard
({ category = ["기타"], id, title, host, participants, maxParticipants, inProgress, questionList
frontend/src/pages/SessionListPage/view/SessionCard.tsx:10
FunctionSessionForm
()
frontend/src/pages/CreateSessionPage/view/SessionForm.tsx:26
FunctionSessionHeader
({ //participantsCount, roomMetadata, }: SessionHeaderProps)
frontend/src/pages/SessionPage/view/SessionHeader.tsx:11
FunctionSessionList
({ inProgress, listLoading, sessionList }: SessionListProps)
frontend/src/pages/SessionListPage/view/SessionList.tsx:13
FunctionSessionListPage
()
frontend/src/pages/SessionListPage/SessionListPage.tsx:13
FunctionSessionPage
()
frontend/src/pages/SessionPage/index.tsx:11
FunctionSessionSidebar
({ questionList, currentIndex, participants, }: Props)
frontend/src/pages/SessionPage/view/SessionSidebar.tsx:21
FunctionSessionToolbar
({ requestChangeIndex, handleVideoToggle, handleMicToggle, emitReaction, userVideoDevices, userAud
frontend/src/pages/SessionPage/view/SessionToolbar.tsx:28
FunctionSidebar
()
frontend/src/components/common/Sidebar/Sidebar.tsx:14
FunctionSidebarContainer
({ children }: SidebarContainerProps)
frontend/src/pages/SessionPage/view/SidebarContainer.tsx:8
FunctionSidebarMenu
({ path = "", label, icon, isSelected = false, onClick, }: SidebarMenuProps)
frontend/src/components/common/Sidebar/SidebarMenu.tsx:11
FunctionSidebarPageLayout
({ children, childrenClassName = "", }: SidebarPageLayoutProps)
frontend/src/components/layout/SidebarPageLayout.tsx:9
FunctionTab
({ currentTab, tabStatus, setCurrentTab }: TabProps)
frontend/src/pages/SessionListPage/view/Tab.tsx:7
FunctionTabContainer
({ currentTab, setCurrentTab }: CategoryTabProps)
frontend/src/pages/SessionListPage/view/TabContainer.tsx:8
FunctionTabs
({ tab, setTab }: TabsProps)
frontend/src/pages/QuestionListPage/view/Tabs.tsx:9
FunctionTitleInput
({ placeholder, initValue, onChange, minLength = 5, maxLength = 20, }: TitleProps)
frontend/src/components/common/Input/TitleInput.tsx:11
FunctionTitleSection
()
frontend/src/components/sessions/create/SessionForm/TitleSection.tsx:5
FunctionTitleSection
()
frontend/src/components/questions/create/TitleSection.tsx:5
FunctionToast
({ message, type, removeToast }: ToastProps)
frontend/src/components/common/Toast/Toast.tsx:10
FunctionToastProvider
()
frontend/src/components/common/Toast/ToastProvider.tsx:10
FunctionToolTip
({ children, text }: ToolTipProps)
frontend/src/components/common/ToolTip/index.tsx:6
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
FunctionVideoProfileOverlay
({ isVideoOn, videoLoading, nickname, profileImage, }: VideoProfileOverlayProps)
frontend/src/components/session/VideoProfileOverlay.tsx:8
FunctionVideoReactionBox
({ reaction, renderReaction, }: VideoReactionBoxProps)
frontend/src/components/session/VideoReactionBox.tsx:6
FunctionaddHandler
()
frontend/src/components/questions/create/QuestionInputSection/QuestionInput.tsx:34
MethodaddQuestion
(questionDto: QuestionDto)
backend/src/question-list/question-list.service.ts:224
MethodaddQuestion
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { content: string },
backend/src/question-list/question-list.controller.ts:312
MethodafterInit
()
backend/src/room/room.gateway.ts:44
FunctionchangeHandler
(e: React.ChangeEvent<HTMLTextAreaElement>)
frontend/src/components/questions/create/QuestionInputSection/QuestionInput.tsx:13
FunctionchangeHandler
(e: React.ChangeEvent<HTMLTextAreaElement>)
frontend/src/components/questions/create/QuestionInputSection/EditInput.tsx:14
FunctionchangeHandler
(event: React.ChangeEvent<HTMLInputElement>)
frontend/src/components/common/Input/TitleInput.tsx:28
MethodchangeMyInfo
(@JwtPayload() payload: IJwtPayload, @Body() dto: UpdateUserDto)
backend/src/user/user.controller.ts:49
FunctioncheckLocalAudio
()
frontend/src/pages/SessionPage/hooks/useAudioDetector.ts:57
FunctioncloseHandler
()
frontend/src/components/sessions/create/SessionForm/ListSelectModal/index.tsx:42
Methodconstructor
(private readonly appService: AppService)
backend/src/app.controller.ts:6
Methodconstructor
(private readonly websocketRepository: WebsocketRepository)
backend/src/infra/infra.service.ts:12
Methodconstructor
( @InjectRepository(WebsocketEntity) private readonly socketRepository: Repository<WebsocketEn
backend/src/infra/websocket/websocket.repository.ts:9
Methodconstructor
( private readonly userRepository: UserRepository, private readonly jwtService: JwtService
backend/src/auth/auth.service.ts:13
Methodconstructor
()
backend/src/auth/auth.controller.ts:18
Methodconstructor
( private readonly authService: AuthService, private readonly jwtService: JwtService )
backend/src/auth/github/github.strategy.ts:16
Methodconstructor
( private readonly authService: AuthService, private readonly jwtService: JwtService )
backend/src/auth/local/local.strategy.ts:9
Methodconstructor
( private readonly parent: ParentService, private readonly userRepository: UserRepository
backend/src/auth/jwt/jwt.service.ts:14
Methodconstructor
(private readonly jwtService: JwtService)
backend/src/auth/jwt/strategy/refresh-token.strategy.ts:10
Methodconstructor
( private readonly userRepository: UserRepository, private readonly userService: UserService
backend/src/user/user.controller.ts:23
Methodconstructor
(private dataSource: DataSource)
backend/src/user/user.repository.ts:9
Methodconstructor
( private readonly userRepository: UserRepository, private readonly authService: AuthService
backend/src/user/user.service.ts:12
Methodconstructor
(private readonly roomService: RoomService)
backend/src/room/room.controller.ts:7
Methodconstructor
( private readonly roomRepository: RoomRepository, private readonly infraService: InfraService
backend/src/room/room.service.ts:21
Methodconstructor
( private readonly roomService: RoomService, private readonly infraService: InfraService,
backend/src/room/room.gateway.ts:38
Methodconstructor
( @InjectRepository(RoomEntity) private readonly roomRepository: Repository<RoomEntity> )
backend/src/room/room.repository.ts:8
Methodconstructor
(entity?: IRoom)
backend/src/room/domain/room.ts:33
Methodconstructor
( private dataSource: DataSource, private readonly questionListRepository: QuestionListReposit
backend/src/question-list/question-list.service.ts:23
Methodconstructor
(private readonly questionListService: QuestionListService)
backend/src/question-list/question-list.controller.ts:30
Methodconstructor
(private dataSource: DataSource)
backend/src/question-list/repository/question.respository.ts:7
Methodconstructor
(private dataSource: DataSource)
backend/src/question-list/repository/question-list.repository.ts:9
Methodconstructor
(private dataSource: DataSource)
backend/src/question-list/repository/category.repository.ts:7
MethodcreateQuestionList
(createQuestionListDto: CreateQuestionListDto)
backend/src/question-list/question-list.service.ts:74
MethodcreateQuestionList
( @JwtPayload() token: IJwtPayload, @Res() res, @Req() req, @Body() bo
backend/src/question-list/question-list.controller.ts:104
FunctiondeleteHandler
()
frontend/src/components/mypage/QuestionList/QuestionItem/index.tsx:30
MethoddeleteQuestion
(deleteQuestionDto: DeleteQuestionDto)
backend/src/question-list/question-list.service.ts:274
MethoddeleteQuestion
( @Res() res, @JwtPayload() token: IJwtPayload, @Param() params: { questionListId: num
backend/src/question-list/question-list.controller.ts:398
FunctiondeleteQuestionList
(questionListId: number)
frontend/src/api/question-list/deleteQuestionList.ts:3
MethoddeleteQuestionList
(questionListId: number, userId: number)
backend/src/question-list/question-list.service.ts:210
MethoddeleteQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Param("questionListId") questionListI
backend/src/question-list/question-list.controller.ts:271
FunctiondestroyAndExitHandler
()
frontend/src/components/session/CommonTools.tsx:56
FunctioneditQuestionMetadata
( questionListId: string, data: QuestionMetadataRequest )
frontend/src/api/question-list/editQuestionMetadata.ts:9
FunctionenterHandler
(event: React.KeyboardEvent<HTMLTextAreaElement>)
frontend/src/components/questions/create/QuestionInputSection/QuestionInput.tsx:27
FunctionexistHandler
()
frontend/src/components/session/CommonTools.tsx:50
MethodfilterFunction
(room: RoomEntity)
backend/src/room/room.service.ts:110
← previousnext →201–300 of 383, ranked by callers