FunctionErrorCard({
title,
message,
details,
imageSrc = "/chaos.png",
imageAlt = "Error",
}: {
title: string;
mes
frontend-nextjs/src/components/error-card.tsx:1
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
FunctionQuestionEditor({ possibleRole, questions, handleQuestionUpdate, dict }: { possibleRole?: RoleDetails, questions?: Question[]
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/questions/campaign-questions.tsx:289
FunctionRatingCategoryCard({ category, updateCategory, deleteCategory }: { category: RatingCategory, updateCategory: ({ name, categoryId
frontend-nextjs/src/app/[lang]/dashboard/organisation/[orgId]/campaigns/[campaignId]/edit/campaign-settings.tsx:350
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
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