MCPcopy Create free account

hub / github.com/COW-dev/ddingdong-fe / functions

Functions923 in github.com/COW-dev/ddingdong-fe

FunctionFeedClientPage
()
apps/web/app/feeds/_pages/FeedClientPage.tsx:12
FunctionFeedContainer
({ children }: PropsWithChildren)
apps/web/app/feeds/_containers/FeedContainer.tsx:3
FunctionFeedDetailAdminClientPage
({ feedId, }: FeedDetailAdminClientPageProps)
apps/web/app/admin/feed/[id]/_pages/FeedDetailAdminClientPage.tsx:17
FunctionFeedDetailAdminPage
({ params, }: { params: Promise<{ id: string }>; })
apps/web/app/admin/feed/[id]/page.tsx:11
FunctionFeedDetailClientPage
({ feedId }: FeedDetailClientPageProps)
apps/web/app/feeds/[id]/_pages/FeedDetailClientPage.tsx:20
FunctionFeedDetailPage
({ params, }: { params: Promise<{ id: string }>; })
apps/web/app/feeds/[id]/page.tsx:33
FunctionFeedImage
({ feed, priority, onClick }: FeedImageProps)
apps/web/app/feeds/_components/FeedImage.tsx:13
FunctionFeedImageWithRadio
({ feed, priority, onClick, }: FeedImageWithRadioProps)
apps/web/app/admin/feed/_components/ClubFeed.tsx:101
FunctionFeedMedia
({ feedType, mediaUrl, className }: FeedMediaProps)
apps/web/app/feeds/_components/FeedMedia.tsx:17
FunctionFeedModal
({ feedId, isOpen, closeModal }: FeedModalProps)
apps/web/app/feeds/_components/FeedModal.tsx:21
FunctionFeedModal
({ feedId, isOpen, closeModal }: FeedModalProps)
apps/web/app/admin/feed/_components/FeedModal.tsx:18
FunctionFeedPage
()
apps/web/app/feeds/page.tsx:16
FunctionFeedStats
({ likeCount, commentCount, viewCount, size = 'md', onLike, }: FeedStatsProps)
apps/web/app/feeds/_components/FeedStats.tsx:14
FunctionFileList
({ answer, id }: { answer: FileItem; id: number })
apps/web/app/admin/apply/[id]/statistics/_components/QuestionSingleContent.tsx:41
FunctionFileList
({ files, type }: FileListProps)
apps/web/app/admin/apply/[id]/[applicantId]/_components/ApplyResult.tsx:134
FunctionFileQuestion
({ onFileChange }: FileQuestionProps)
apps/web/app/apply/[id]/_components/questionTypes/QuestionTypes.tsx:66
FunctionFileQuestionContent
()
apps/web/app/admin/apply/new/_components/questionTypes/index.tsx:169
FunctionFileUpload
({ id, mode, ...props }: FileUploadProps)
packages/shared/ui/FileUpload/FileUpload.tsx:18
FunctionFilterCategory
({ option, onOptionSelect, }: FilterCategoryProps)
apps/web/app/(main)/_components/FilterCategory.tsx:11
FunctionFilterOption
({ filterOption, setFilteredClub }: Props)
apps/web/app/admin/report/admin/[term]/_components/FilterOption.tsx:20
FunctionFixClientPage
({ role }: { role: keyof RoleType })
apps/web/app/admin/fix/_pages/FixClientPage.tsx:11
FunctionFixComment
({ comments, id, role, }: { comments: Comment[]; id: number; role: keyof RoleType; })
apps/web/app/admin/fix/[id]/_components/FixComment.tsx:14
FunctionFixItem
({ data }: { data: Fix })
apps/web/app/admin/fix/_component/FixItemList.tsx:37
FunctionFixItemContainer
({ children }: PropsWithChildren)
apps/web/app/admin/fix/_container/FixItemListContainer.tsx:13
FunctionFixItemInfoContainer
({ children }: PropsWithChildren)
apps/web/app/admin/fix/[id]/_components/FixPostInfo.tsx:32
FunctionFixItemList
({ queryOptions, }: { queryOptions: | ReturnType<typeof fixQueryOptions.my> | ReturnType<typeof fi
apps/web/app/admin/fix/_component/FixItemList.tsx:16
FunctionFixItemListContainer
({ children }: PropsWithChildren)
apps/web/app/admin/fix/_container/FixItemListContainer.tsx:5
FunctionFixNewClientPage
()
apps/web/app/admin/fix/new/_pages/FixNewClientPage.tsx:18
FunctionFixPost
({ post }: { post: DetailFix })
apps/web/app/admin/fix/[id]/_components/FixPost.tsx:7
FunctionFixPostInfo
({ club, createdAt, location }: Props)
apps/web/app/admin/fix/[id]/_components/FixPostInfo.tsx:13
FunctionFlex
({ as = 'div', dir = 'row', alignItems = 'stretch', justifyContent = 'start', wrap = 'nowrap', gap
packages/shared/ui/Flex/Flex.tsx:78
FunctionFooter
()
apps/web/app/_components/layout/Footer.tsx:7
FunctionFormActionDropdown
({ formId, onDelete, onRegister, }: FormActionDropdownProps)
apps/web/app/admin/apply/[id]/_components/header/FormActionDropdown.tsx:23
FunctionFormCard
({ formId, title, startDate, endDate, formStatus, }: Form)
apps/web/app/admin/apply/_components/FormCard.tsx:17
FunctionFormClientPage
({ id }: { id: number })
apps/web/app/admin/apply/[id]/_pages/FormClientPage.tsx:13
FunctionFormEditPage
({ formId }: FormEditPageProps)
apps/web/app/admin/apply/[id]/edit/_pages/FormEditPage.tsx:15
FunctionFormFilter
({ formCounts, formFilter, onFilterChange, }: FormFilterProps)
apps/web/app/admin/apply/_components/FormFilter.tsx:26
FunctionFormHeader
({ title, formId, onDelete, onRegister, }: FormHeaderProps)
apps/web/app/admin/apply/[id]/_components/header/FormHeader.tsx:18
FunctionFormHeaderSection
({ basicInfo, onBasicInfoChange, readOnly = false, recruitPeriodReadOnly = readOnly, }: FormHeaderSect
apps/web/app/admin/apply/new/_components/FormHeaderSection.tsx:15
FunctionFormStatusInfo
({ formStatus, startDate, endDate, hasInterview, onRegister, formId, }: FormStatusInfoProps)
apps/web/app/admin/apply/[id]/_components/filter/FormStatusInfo.tsx:20
FunctionGrid
({ children }: { children: React.ReactNode })
apps/web/app/admin/(home)/_component/DashboardGrid.tsx:22
FunctionHeader
({ children, className }: Props)
packages/shared/ui/Header/Header.tsx:12
FunctionHistory
({ totalScore, scoreHistories }: ScoreDetail)
apps/web/app/admin/club/[id]/score/_components/History.tsx:15
FunctionHistoryContent
({ history }: { history: ScoreHistory[] })
apps/web/app/admin/club/[id]/score/_components/History.tsx:40
FunctionIcon
({ name, color = 'gray', size = 25, ...props }: Props)
packages/shared/ui/Icon/Icon.tsx:23
FunctionIconButton
({ iconName, color = 'gray', size, className, ...props }: IconButtonProps)
packages/shared/ui/IconButton/IconButton.tsx:37
FunctionImageGallery
({ images, className }: Props)
packages/shared/ui/ImageGallery/ImageGallery.tsx:21
FunctionImageGalleryArrow
({ direction }: ImageGalleryArrowProps)
packages/shared/ui/ImageGallery/ImageGallery.tsx:88
FunctionImageGalleryContent
({ className }: { className?: string })
packages/shared/ui/ImageGallery/ImageGallery.tsx:29
FunctionImageGalleryDots
()
packages/shared/ui/ImageGallery/ImageGallery.tsx:62
FunctionImageGalleryProvider
({ images, children }: ProviderProps)
packages/shared/ui/ImageGallery/ImageGalleryContext.tsx:36
FunctionInput
({ value, onClickReset, className, ...props }: InputProps)
packages/shared/ui/Input/Input.tsx:15
FunctionLabeledInput
({ field, value, onChange, onReset, className, }: Props)
apps/web/app/admin/club/_components/form/LabeledInput.tsx:23
FunctionLabeledSelect
({ id, label, value, options, onChange, className, }: Props)
apps/web/app/admin/club/_components/form/LabeledSelect.tsx:16
FunctionLayout
({ children, isAdminHost }: LayoutClientProps)
apps/web/app/_components/layout/index.tsx:16
FunctionLineChart
({ data }: Props)
apps/web/app/admin/apply/[id]/statistics/_components/_chart/LineChart.tsx:30
FunctionLoading
({ className = 'w-40' }: Props)
apps/web/app/_components/loading/Loading.tsx:10
FunctionLoginPage
()
apps/web/app/admin/login/page.tsx:11
FunctionLongTextQuestion
({ value, onChange }: LongTextQuestionProps)
apps/web/app/apply/[id]/_components/questionTypes/QuestionTypes.tsx:121
FunctionLongTextQuestionContent
()
apps/web/app/admin/apply/new/_components/questionTypes/index.tsx:163
FunctionManageClub
({ id, name, closeModal, handleModal, }: Prop)
apps/web/app/admin/club/_components/modal/ManageClub.tsx:23
FunctionMediaPreview
({ files, previewUrls, onRemoveFile, multiple }: Props)
packages/shared/ui/MediaUpload/MediaUploadPreview.tsx:13
FunctionMediaPreviewItem
({ file, previewUrl }: MediaPreviewItemProps)
packages/shared/ui/MediaUpload/MediaUploadPreview.tsx:39
FunctionMediaUpload
({ topAffix, id, label = '파일을 업로드해주세요. (jpg, jpeg, png)', description = '* 파일은 5GB까지 업로드 가능합니다.', ma
packages/shared/ui/MediaUpload/MediaUpload.tsx:66
FunctionMediaUploadStoryWrapper
(args: Props & { serverResponseUrl?: string[] })
packages/shared/ui/MediaUpload/MediaUpload.stories.tsx:16
FunctionMemberAddButton
({ openModal }: { openModal: VoidFunction })
apps/web/app/admin/member/_pages/MemberClientPage.tsx:47
FunctionMemberCard
({ memberInfo }: MemberCardProps)
apps/web/app/admin/member/_components/MemberCard.tsx:17
FunctionMemberClientPage
()
apps/web/app/admin/member/_pages/MemberClientPage.tsx:19
FunctionMemberInfo
({ member }: MemberInfoProps)
apps/web/app/admin/member/_components/MemberInfo.tsx:19
FunctionMemberInfoContainer
({ children }: PropsWithChildren)
apps/web/app/admin/member/_components/MemberCard.tsx:54
FunctionMemberIntegrationModal
({ isOpen, onClose, onIntegration, }: MemberIntegrationModalProps)
apps/web/app/admin/apply/[id]/_components/MemberIntergrationModal.tsx:17
FunctionMemberPage
()
apps/web/app/admin/member/page.tsx:3
FunctionMenu
({ children, className }: Props)
packages/shared/ui/Header/Menu.tsx:15
FunctionMenuContainer
({ children, className, defaultOpen = false, containerRef }: Props)
packages/shared/ui/Header/MenuContext.tsx:16
FunctionMenuItem
({ children, onClick, href, rel, target = '_self', icon, className, }: Props)
packages/shared/ui/Header/MenuItem.tsx:24
FunctionMenuTrigger
({ children, className, 'aria-label': ariaLabel = 'open-menu' }: Props)
packages/shared/ui/Header/MenuTrigger.tsx:13
FunctionMobileActionButton
({ children }: PropsWithChildren)
apps/web/app/admin/feed/_components/ActionButton.tsx:157
FunctionModal
({ isOpen, closeModal, children, closeOnOutsideClick = true, className, contentClassName, }: Props
packages/shared/ui/Modal/Modal.tsx:45
FunctionModalContent
({ children, contentClassName, }: { children: React.ReactNode; contentClassName?: string; })
packages/shared/ui/Modal/Modal.tsx:80
FunctionModalHeader
({ title, titleNode, onClose, className, }: Props)
apps/web/app/admin/club/_components/modal/ModalHeader.tsx:14
FunctionNavBack
({ title, size, onClick }: Props)
packages/shared/ui/NavBack/NavBack.tsx:19
FunctionNavigationItem
({ href, onClick, active, className, children }: Props)
packages/shared/ui/Header/NavigationItem.tsx:16
FunctionNavigationItems
({ onItemClick, isMobile = false }: Props)
apps/web/app/_components/layout/NavigationItems.tsx:22
FunctionNewActionButton
({ role }: { role: keyof RoleType })
apps/web/app/admin/notice/_components/NewActionButton.tsx:7
FunctionNewFAQAccordion
({ newFAQs, onUpdate, onDelete, }: NewFAQAccordionProps)
apps/web/app/admin/faq/_components/NewFAQAccordion.tsx:14
FunctionNewFeedAdminClientPage
({ token }: { token: string })
apps/web/app/admin/feed/new/_pages/NewFeedAdminClientPage.tsx:21
FunctionNoReportMessage
()
apps/web/app/admin/report/[term]/[name]/_components/ReportBundle.tsx:30
FunctionNoticeAdminClientPage
({ role }: { role: keyof RoleType })
apps/web/app/admin/notice/_pages/NoticeAdminClientPage.tsx:14
FunctionNoticeAdminDetailPage
({ params, }: { params: Promise<{ id: string }>; })
apps/web/app/admin/notice/[id]/page.tsx:7
FunctionNoticeAdminPage
()
apps/web/app/admin/notice/page.tsx:13
FunctionNoticeCard
({ role, noticeData }: NoticeCardProps)
apps/web/app/admin/(home)/_component/NoticeCard.tsx:14
FunctionNoticeClientPage
()
apps/web/app/notice/_pages/NoticeClientPage.tsx:12
FunctionNoticeContainer
({ children }: PropsWithChildren)
apps/web/app/notice/_components/NoticeList.tsx:25
FunctionNoticeContainer
({ children }: { children: React.ReactNode })
apps/web/app/admin/(home)/_component/NoticeCard.tsx:47
FunctionNoticeDetailAdminClientPage
({ role, noticeId, }: { role: keyof RoleType; noticeId: number; })
apps/web/app/admin/notice/[id]/_pages/NoticeDetailAdminClientPage.tsx:19
FunctionNoticeDetailClientPage
({ id }: { id: number })
apps/web/app/notice/[id]/_pages/NoticeDetailClientPage.tsx:13
FunctionNoticeDetailContainer
({ children }: PropsWithChildren)
apps/web/app/notice/[id]/_components/NoticeDetailContent.tsx:44
FunctionNoticeDetailContent
({ content, images, }: NoticeDetailContentProps)
apps/web/app/notice/[id]/_components/NoticeDetailContent.tsx:12
FunctionNoticeDetailFile
({ files }: { files: UrlType[] })
apps/web/app/notice/[id]/_components/NoticeDetailFile.tsx:8
FunctionNoticeDetailFileContainer
({ children }: PropsWithChildren)
apps/web/app/notice/[id]/_components/NoticeDetailFile.tsx:29
← previousnext →501–600 of 923, ranked by callers