MCPcopy Create free account

hub / github.com/devsoc-unsw/chaos / functions

Functions761 in github.com/devsoc-unsw/chaos

FunctionEmpty
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/empty.tsx:5
FunctionEmptyContent
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/empty.tsx:84
FunctionEmptyDescription
({ className, ...props }: React.ComponentProps<"p">)
frontend-nextjs/src/components/ui/empty.tsx:71
FunctionEmptyHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/empty.tsx:18
FunctionEmptyMedia
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMe
frontend-nextjs/src/components/ui/empty.tsx:46
FunctionEmptyTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/empty.tsx:61
FunctionErrorCard
({ title, message, details, imageSrc = "/chaos.png", imageAlt = "Error", }: { title: string; mes
frontend-nextjs/src/components/error-card.tsx:1
FunctionExistingQuestionsCombobox
({ allRoleQuestions, setQuestion, setOldRoleId }: { allRoleQuestions: { role: RoleDetails, questions: Question
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:230
FunctionField
({ className, orientation = "vertical", ...props }: React.ComponentProps<"div"> & VariantProps<typeof fi
frontend-nextjs/src/components/ui/field.tsx:64
FunctionFieldContent
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/field.tsx:80
FunctionFieldDescription
({ className, ...props }: React.ComponentProps<"p">)
frontend-nextjs/src/components/ui/field.tsx:123
FunctionFieldError
({ className, children, errors, ...props }: React.ComponentProps<"div"> & { errors?: Array<{ message
frontend-nextjs/src/components/ui/field.tsx:165
FunctionFieldGroup
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/field.tsx:35
FunctionFieldLabel
({ className, ...props }: React.ComponentProps<typeof Label>)
frontend-nextjs/src/components/ui/field.tsx:93
FunctionFieldLegend
({ className, variant = "legend", ...props }: React.ComponentProps<"legend"> & { variant?: "legend" | "l
frontend-nextjs/src/components/ui/field.tsx:20
FunctionFieldSeparator
({ children, className, ...props }: React.ComponentProps<"div"> & { children?: React.ReactNode })
frontend-nextjs/src/components/ui/field.tsx:138
FunctionFieldSet
({ className, ...props }: React.ComponentProps<"fieldset">)
frontend-nextjs/src/components/ui/field.tsx:10
FunctionFieldTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/field.tsx:110
FunctionFinish
({ campaignId, dict, }: { campaignId: string; dict: any; })
frontend-nextjs/src/app/[lang]/campaign/apply/[campaignId]/finish/finish.tsx:6
FunctionFinishPage
({ params, }: { params: Promise<{campaignId: string; lang: string;}>; })
frontend-nextjs/src/app/[lang]/campaign/apply/[campaignId]/finish/page.tsx:6
FunctionGET
()
frontend-nextjs/src/app/status/route.ts:4
FunctionHome
()
frontend-nextjs/src/app/[lang]/page.tsx:1
FunctionImageUpload
({ selectedImage, onImageChange })
frontend-nextjs/src/components/ui/image-upload.tsx:34
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
frontend-nextjs/src/components/ui/input.tsx:5
FunctionInviteClient
({ code, currentUser, dict }: Props)
frontend-nextjs/src/app/[lang]/dashboard/invite/[code]/invite-client.tsx:19
FunctionJoin
()
frontend-nextjs/src/app/[lang]/dashboard/join/page.tsx:3
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
frontend-nextjs/src/components/ui/label.tsx:8
FunctionLayout
({ children, params }: { children: React.ReactNode, params: Promise<{ orgId: string,lang: string }> })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/layout.tsx:27
FunctionLogin
({ searchParams }: { searchParams: Promise<{ [key: string]: string | undefined }> })
frontend-nextjs/src/app/[lang]/login/page.tsx:3
FunctionMainContent
({ campaignId, applicationId, activeTab, dict, updateRoleAnswers, qaByRole }: { campaignId: stri
frontend-nextjs/src/components/application-answer/main-content.tsx:16
FunctionMultiOptionQuestionCard
({ question, currentRole, possibleRole, handleQuestionUpdate, dict }: { question?: Question, currentRole: stri
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:304
FunctionNewQuestionButton
({ currentRole, allRoleQuestions, onAddNew, onAddExisting, disableExisting = false, dict }: { currentRole: str
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:168
FunctionOfferPage
({ params, }: { params: Promise<{ lang: string; orgSlug: string; campaignSlug: string; off
frontend-nextjs/src/app/[lang]/campaign/[orgSlug]/[campaignSlug]/offer/[offerId]/page.tsx:7
FunctionOffersOverview
({ campaignId, orgId, dict }: Props)
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/offers/view-offers.tsx:18
FunctionOffersOverviewPage
({ params, }: { params: Promise<{ campaignId: string; orgId: string; lang: string }>; })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/offers/page.tsx:7
FunctionOptionDecorator
({ questionType, index }: { questionType: string, index: number })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:462
FunctionOrganisationMembers
({ orgId, dict }: { orgId: string, dict: any })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/members/members.tsx:26
FunctionOrganisationMembersPage
({ params }: { params: Promise<{ orgId: string, lang: string }> })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/members/page.tsx:8
FunctionPage
({ params }: { params: Promise<{ lang: string; code: string }> })
frontend-nextjs/src/app/[lang]/dashboard/invite/[code]/page.tsx:8
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
frontend-nextjs/src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
frontend-nextjs/src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
frontend-nextjs/src/components/ui/popover.tsx:20
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
frontend-nextjs/src/components/ui/popover.tsx:14
FunctionProviders
({ children }: { children: React.ReactNode })
frontend-nextjs/src/app/providers.tsx:31
FunctionPublishCampaignDialog
({ onPublish, label, buttonClassName }: PublishCampaignDialogProps)
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/publish-campaign-dialog.tsx:26
FunctionQuestionEditor
({ possibleRole, questions, handleQuestionUpdate, dict }: { possibleRole?: RoleDetails, questions?: Question[]
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:289
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
frontend-nextjs/src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
frontend-nextjs/src/components/ui/radio-group.tsx:22
FunctionRatingCategoryCard
({ category, updateCategory, deleteCategory }: { category: RatingCategory, updateCategory: ({ name, categoryId
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/edit/campaign-settings.tsx:350
FunctionRatingsShelf
({ columns, ratings, dict, }: { columns: ColumnDef<ApplicationRatingSummary>[]; ratings: RatingDetai
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/applications/application-summary.tsx:50
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
frontend-nextjs/src/components/ui/resizable.tsx:31
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>)
frontend-nextjs/src/components/ui/resizable.tsx:25
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
frontend-nextjs/src/components/ui/resizable.tsx:9
FunctionResultFilterButton
({ children, className, onClick, }: { children: React.ReactNode; className?: string; onClick?: ()
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/applications/application-summary.tsx:95
FunctionReviewCampaignApplications
({ campaignId, orgId, dict, }: { campaignId: string; orgId: string; dict: any; })
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/review/review-applications.tsx:21
FunctionReviewCard
({ questionsAndAnswersByRole, applicationId, selectedRoleIds, handleSubmit, roles, dic
frontend-nextjs/src/components/application-answer/review-card.tsx:13
FunctionReviewSidebar
({ upNext, reviewed, selectedAppId, onSelect, campaignRoles, portFilter, onPortFilterChange, }:
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/review/components/review-sidebar.tsx:16
FunctionRoleCard
({ role, index, selected, drag, onClick, dict }: { role: RoleDetails; index?: number; select
frontend-nextjs/src/components/application-answer/role-card.tsx:12
FunctionRoleCard
({ role, updateRole, deleteRole, dict }: { role: RoleDetails, updateRole: ({ roleId, data }: { roleId: string,
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/edit/campaign-settings.tsx:304
FunctionRoleSelector
({ roles, maxRolesPerApplication, selectedRoleIds, onChangeSelectedRoles, applicationId, dict }: {
frontend-nextjs/src/components/application-answer/role-selector.tsx:5
FunctionRoleTabs
({ roles, selectedRoleIds, activeTab, onChangeActiveTab, dict }: { roles: RoleDetails[] | undefine
frontend-nextjs/src/components/application-answer/role-tabs.tsx:4
FunctionRootLayout
({ children, params, }: Readonly<{ children: React.ReactNode; params: Promise<{ lang: string }>; }>)
frontend-nextjs/src/app/[lang]/layout.tsx:14
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
frontend-nextjs/src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
frontend-nextjs/src/components/ui/scroll-area.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
frontend-nextjs/src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
frontend-nextjs/src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
frontend-nextjs/src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
frontend-nextjs/src/components/ui/select.tsx:103
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
frontend-nextjs/src/components/ui/select.tsx:90
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
frontend-nextjs/src/components/ui/select.tsx:158
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
frontend-nextjs/src/components/ui/select.tsx:140
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
frontend-nextjs/src/components/ui/select.tsx:127
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
frontend-nextjs/src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
frontend-nextjs/src/components/ui/select.tsx:21
FunctionSendEmailsModal
(props: SendEmailsModalProps)
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/applications/send-email-modal.tsx:70
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
frontend-nextjs/src/components/ui/separator.tsx:8
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
frontend-nextjs/src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
frontend-nextjs/src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
frontend-nextjs/src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
frontend-nextjs/src/components/ui/sheet.tsx:117
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sheet.tsx:94
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
frontend-nextjs/src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
frontend-nextjs/src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
frontend-nextjs/src/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
frontend-nextjs/src/components/ui/sheet.tsx:13
FunctionShortAnswerQuestionCard
({ question, currentRole, possibleRole, handleQuestionUpdate, dict }: { question?: Question, currentRole: stri
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:475
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
frontend-nextjs/src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sidebar.tsx:371
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sidebar.tsx:346
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sidebar.tsx:385
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
frontend-nextjs/src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sidebar.tsx:440
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
frontend-nextjs/src/components/ui/sidebar.tsx:396
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend-nextjs/src/components/ui/sidebar.tsx:335
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
frontend-nextjs/src/components/ui/sidebar.tsx:321
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
frontend-nextjs/src/components/ui/sidebar.tsx:307
FunctionSidebarItem
({ app, selected, statusLabel, onClick, }: { app: ApplicationDetails; selected: boolean; statusL
frontend-nextjs/src/components/application-review/sidebar-item.tsx:4
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
frontend-nextjs/src/components/ui/sidebar.tsx:454
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
frontend-nextjs/src/components/ui/sidebar.tsx:548
← previousnext →301–400 of 761, ranked by callers