MCPcopy Create free account

hub / github.com/conference-hall/conference-hall / functions

Functions1,838 in github.com/conference-hall/conference-hall

FunctionCardDisclosure
({ title, as, children, defaultOpen, className }: CardDisclosureProps)
app/design-system/layouts/card.tsx:115
FunctionCardLink
({ as, rounded, p, className, children, ...rest }: CardLinkProps)
app/design-system/layouts/card.tsx:54
FunctionCategoriesCheckboxForm
({ categories, required, initialValues }: FormProps)
app/features/speaker/talk-library/components/talk-forms/categories-form.tsx:21
FunctionCategoriesForm
({ categoriesAllowMultiple, ...formProps }: Props)
app/features/speaker/talk-library/components/talk-forms/categories-form.tsx:14
FunctionCategoriesList
({ categories, error }: { categories: Array<SelectPanelOption>; error?: SubmissionError })
app/features/event-management/proposals/components/form-panels/categories-panel.tsx:87
FunctionCategoriesPanel
({ team, event, form, defaultValue = [], value, options, onChange, className, readonly = fal
app/features/event-management/proposals/components/form-panels/categories-panel.tsx:28
FunctionCategoriesRadioForm
({ categories, required, initialValues }: FormProps)
app/features/speaker/talk-library/components/talk-forms/categories-form.tsx:43
FunctionCategoriesSection
({ team, event, proposalId, proposalCategories, eventCategories, multiple, canChangeCategory,
app/features/event-management/proposals/components/detail/metadata/categories-section.tsx:17
FunctionCfpSection
({ slug, cfpState, cfpStart, cfpEnd }: Props)
app/features/event-participation/event-page/components/cfp-section.tsx:23
FunctionCfpStatus
({ cfpState, cfpStart, cfpEnd, className }: CfpStatusProps)
app/features/event-search/components/event-card.tsx:65
FunctionCfpStatusCard
({ team, event, cfpState, cfpStart, cfpEnd, showActions }: Props)
app/features/event-management/overview/components/cfp-tab/cfp-status-card.tsx:23
FunctionChangeEmailModal
({ email, open, onClose }: ChangeEmailModalProps)
app/features/speaker/settings/components/email-password-section.tsx:84
FunctionChangePasswordModal
({ open, onClose }: ChangePasswordModalProps)
app/features/speaker/settings/components/email-password-section.tsx:208
FunctionChangeRoleButton
({ memberId, memberName, memberRole }: ChangeRoleButtonProps)
app/features/team-management/settings/components/member-actions.tsx:70
FunctionChangeRoleModal
({ memberId, memberName, memberRole, isOpen, onClose }: ChangeRoleModalProps)
app/features/team-management/settings/components/member-actions.tsx:102
FunctionChartPlaceholder
()
app/features/event-management/overview/components/cfp-tab/proposals-by-days-chart.tsx:160
FunctionChartSelector
({ selected, onSelect }: ChartSelectorProps)
app/features/event-management/overview/components/cfp-tab/proposals-by-days-chart.tsx:166
FunctionChartTooltip
({ active, payload, valueFormatter }: ChartTooltipProps)
app/design-system/charts/donut.tsx:30
FunctionCheckbox
({ name, description, className, children, ref, ...rest }: CheckboxProps)
app/design-system/forms/input-checkbox.tsx:7
FunctionClientOnly
({ children, fallback = null }: Props)
app/design-system/utils/client-only.tsx:32
FunctionCloseButton
({ closeLabel, onClose }: CloseButtonProps)
app/design-system/badges.tsx:76
FunctionCloseButton
({ onClose, className }: Props)
app/design-system/dialogs/close-button.tsx:8
FunctionCodeBlock
({ code, label }: Props)
app/design-system/code-block.tsx:12
FunctionColorPicker
({ label, value, onChange, srOnly, options, className }: Props)
app/design-system/forms/color-picker.tsx:13
FunctionCommandPalette
({ title, description, items, loading, closeText, onSearch, onClose, onClick, }: CommandPalett
app/features/event-management/command-palette/components/command-palette/command-palette.tsx:32
FunctionCommandPaletteDialog
({ label, open, onClose, onOpen, children }: CommandPaletteDialogProps)
app/features/event-management/command-palette/components/command-palette/command-palette-dialog.tsx:12
FunctionCommandPaletteEmptyState
({ title, description, hasQuery, loading }: Props)
app/features/event-management/command-palette/components/command-palette/command-palette-empty-state.tsx:10
FunctionCommandPaletteInput
({ value, onChange, loading, closeText }: Props)
app/features/event-management/command-palette/components/command-palette/command-palette-input.tsx:15
FunctionCommandPaletteItem
({ item, query }: Props)
app/features/event-management/command-palette/components/command-palette/command-palette-item.tsx:9
FunctionCommandPaletteSection
({ title, count, children }: Props)
app/features/event-management/command-palette/components/command-palette/command-palette-section.tsx:5
FunctionCommonCfpSetting
({ maxProposals, codeOfConductUrl, errors }: Props)
app/features/event-management/settings/components/common-cfp-setting.tsx:15
FunctionConferenceCfpOpening
({ cfpStart, cfpEnd, timezone, errors }: Props)
app/features/event-management/settings/components/conference-cfp-opening.tsx:16
FunctionConferenceHallLogo
(props: SVGProps<SVGSVGElement>)
app/design-system/logo.tsx:3
FunctionConfirmedBySpeaker
({ event }: Props)
app/features/event-participation/speaker-proposals/components/proposal-status-section.tsx:133
FunctionContainer
({ as: Tag = 'div', children, className, ref }: Props)
app/design-system/layouts/container.tsx:6
FunctionContent
({ children, className }: { children: React.ReactNode; className?: string })
app/design-system/layouts/card.tsx:79
FunctionContent
({ children, ...rest }: { children: ReactNode })
app/design-system/list/list.tsx:24
FunctionContent
({ children, className }: { children: ReactNode; className?: string })
app/design-system/dialogs/modals.tsx:65
FunctionContent
({ as, children, className, ref }: ContentProps<T>)
app/design-system/dialogs/slide-over.tsx:61
FunctionContent
({ children, className }: { children: ReactNode; className?: string })
app/design-system/dashboard/statistic-card.tsx:25
FunctionConversationDrawer
({ messages, recipients = [], children, canManageConversations, className }: Props)
app/features/conversations/components/conversation-drawer.tsx:20
FunctionCopyInput
({ id, type = 'text', value, className, ...rest }: Props)
app/design-system/forms/copy-input.tsx:10
FunctionCountByDayChart
({ data }: { data: ChartData })
app/features/event-management/overview/components/cfp-tab/proposals-by-days-chart.tsx:92
FunctionCumulativeByDayChart
({ data }: { data: ChartData })
app/features/event-management/overview/components/cfp-tab/proposals-by-days-chart.tsx:40
FunctionCurrentEventPageProvider
({ children, event }: EventPageProviderProps)
app/features/event-participation/event-page-context.tsx:14
FunctionCurrentEventTeamProvider
({ children, value }: EventTeamProviderProps)
app/features/event-management/event-team-context.tsx:10
FunctionCurrentTeamProvider
({ children, team }: TeamProviderProps)
app/features/team-management/team-context.tsx:10
FunctionCurrentTeamProvider
({ children, team }: TeamProviderProps)
app/features/event-management/creation/team-context.tsx:10
FunctionCustomTooltip
({ payload }: TooltipContentProps<ValueType, NameType>)
app/features/event-management/overview/components/cfp-tab/proposals-by-days-chart.tsx:138
FunctionDashboardTab
({ to, children }: DashboardTabProps)
app/features/event-management/overview/components/dashboard-tabs.tsx:29
FunctionDashboardTabs
({ team, event }: Props)
app/features/event-management/overview/components/dashboard-tabs.tsx:7
FunctionDateRangeInput
({ start, end, min, max, required, error, onChange, className }: Props)
app/design-system/forms/date-range-input.tsx:18
FunctionDeclinedBySpeaker
({ event }: Props)
app/features/event-participation/speaker-proposals/components/proposal-status-section.tsx:143
FunctionDeleteAccountSection
()
app/features/speaker/settings/components/delete-account-section.tsx:6
FunctionDeleteModal
({ title, description, confirmationText, intent, open, onClose }: DeleteModalProps)
app/design-system/dialogs/delete-modal.tsx:46
FunctionDeleteModalButton
({ title, description, confirmationText, intent, size }: DeleteModalButtonProps)
app/design-system/dialogs/delete-modal.tsx:18
FunctionDeliberateModalTitle
({ label, color, totalSelected }: ModalTitleProps)
app/features/event-management/proposals/components/list/header/deliberation-button.tsx:72
FunctionDeliberationButton
({ status, selection, isAllPagesSelected, totalSelected }: Props)
app/features/event-management/proposals/components/list/header/deliberation-button.tsx:24
FunctionDeliberationPending
()
app/features/event-participation/speaker-proposals/components/proposal-status-section.tsx:87
FunctionDeprecatedTwitterProvider
()
app/features/auth/components/auth-providers-signin.tsx:36
FunctionDesktopNavbar
()
app/app-platform/components/navbar/navbar-event.tsx:23
FunctionDesktopNavbar
()
app/app-platform/components/navbar/navbar-team.tsx:26
FunctionDesktopNavbar
()
app/app-platform/components/navbar/navbar-speaker.tsx:21
FunctionDetailsSection
({ description, websiteUrl, contactEmail, codeOfConductUrl, conferenceStart, conferenceEnd, onli
app/features/event-participation/event-page/components/details-section.tsx:27
FunctionDisplayDays
({ scheduleDays, displayedDays, onChangeDisplayDays }: Props)
app/features/event-management/schedule/components/header/display-days.tsx:18
FunctionDisplayTimes
({ displayedTimes, onChangeDisplayTime }: Props)
app/features/event-management/schedule/components/header/display-times.tsx:14
FunctionDistributionLine
({ status, label, percentage, count }: DistributionLineProps)
app/features/event-management/overview/components/reviews-tab/review-count-distribution.tsx:64
FunctionDivider
({ as: Tag = 'div', className }: DividerProps)
app/design-system/divider.tsx:5
FunctionDividerWithLabel
({ label, placement = 'center', className }: DividerWithLabelProps)
app/design-system/divider.tsx:25
FunctionDocsRoute
()
app/app-platform/legal/layout.tsx:9
FunctionDocument
({ nonce, toast, children }: DocumentProps)
app/root.tsx:74
FunctionDonutCard
({ title, subtitle, donutLabel, categoryLabel = 'Category', amountLabel = 'Amount', noDataHint,
app/design-system/dashboard/donut-card.tsx:29
FunctionDonutChart
({ data = [], value, category, colors = AvailableChartColors, variant = 'donut', label, showLabe
app/design-system/charts/donut.tsx:94
FunctionDraft
({ proposal, event }: Props)
app/features/event-participation/speaker-proposals/components/proposal-status-section.tsx:38
FunctionDrawerHeading
({ team, event, speaker, canEditSpeaker }: SpeakerDataProps)
app/features/event-management/speakers/components/speaker-details/speaker-drawer.tsx:60
FunctionEditSpeakerRoute
({ loaderData, actionData, params }: Route.ComponentProps)
app/features/event-management/speakers/edit-speaker.tsx:48
FunctionEditTemplateButton
(props: CustomizationProps)
app/features/event-management/settings/components/email-custom-actions.tsx:36
FunctionEditTrackButton
({ type, initialValues }: EditTrackButtonProps)
app/features/event-management/settings/components/save-track-form.tsx:31
FunctionEmailCustomBadge
({ customized }: Props)
app/features/event-management/settings/components/email-custom-badge.tsx:6
FunctionEmailCustomModal
({ template, locale, customization, defaults, open, onClose }: EmailCustomModalProps)
app/features/event-management/settings/components/email-custom-actions.tsx:54
FunctionEmailCustomizationRoute
({ params, loaderData }: Route.ComponentProps)
app/features/event-management/settings/emails.template.tsx:65
FunctionEmailMarkdown
({ children, variables = {} }: Props)
app/shared/emails/utils/email-markdown.tsx:51
FunctionEmailPasswordSection
({ email, hasPassword, captchaSiteKey }: Props)
app/features/speaker/settings/components/email-password-section.tsx:23
FunctionEmailPreview
({ from, subject, preview }: Props)
app/features/event-management/settings/components/email-preview.tsx:11
FunctionEmailVerificationSent
()
app/features/auth/email-verification.tsx:16
FunctionEmojiPicker
({ emojis, label, icon: Icon, variant, anchor, onSelectEmoji }: EmojiPickerProps)
app/design-system/emojis/emoji-picker.tsx:17
FunctionEmojiReactions
({ emojis, reactions, currentUserId, onChangeEmoji, className }: EmojiReactionsProps)
app/design-system/emojis/emoji-reactions.tsx:25
FunctionEmojiSelect
({ emojis, selectedEmojis, onChangeEmojis }: EmojiReactionsProps)
app/design-system/emojis/emoji-select.tsx:13
FunctionEmptyState
({ label, children, icon: Icon, noBorder, className }: Props)
app/design-system/layouts/empty-state.tsx:15
FunctionEntry
({ marker, children, withLine, className, ...rest }: EntryProps)
app/design-system/activity-feed/activity-feed.tsx:25
FunctionErrorBoundary
()
app/root.tsx:114
FunctionErrorBoundary
()
app/features/event-participation/cfp-submission/cfp-submission.tsx:50
FunctionErrorDisplay
({ title, subtitle, children }: Props)
app/app-platform/components/errors/error-display.tsx:6
FunctionErrorPage
({ children }: Props)
app/app-platform/components/errors/error-page.tsx:8
FunctionEventApiSettingsRoute
()
app/features/event-management/settings/api.tsx:35
FunctionEventCard
(props: CardContentProps)
app/features/event-search/components/event-card.tsx:30
FunctionEventCardLink
({ to, ...rest }: EventCardLinkProps)
app/features/event-search/components/event-card.tsx:22
FunctionEventCfpConferenceForm
({ formId, timezone, cfpStart, cfpEnd, errors }: Props)
app/features/event-management/creation/components/event-cfp-conference-form.tsx:16
FunctionEventCfpSettingsRoute
({ actionData: errors }: Route.ComponentProps)
app/features/event-management/settings/cfp.tsx:48
FunctionEventCommandPalette
({ team, event, closeText, onClose }: Props)
app/features/event-management/command-palette/components/event-command-palette.tsx:15
← previousnext →901–1,000 of 1,838, ranked by callers