FunctionProjectActionsCard({
project,
viewerState,
hasSession,
isOwner,
accountType,
isSaving,
isSubmittingInterest,
isR
src/components/projects/project-page.tsx:769
FunctionProjectGroup({
status,
projects,
isDeleting,
isResubmitting,
onDelete,
onResubmit,
}: {
status: MyProject['a
src/routes/dashboard.projects.tsx:177
FunctionProjectInterestDialog({
type,
message,
isPending,
onMessageChange,
onClose,
onSubmit,
}: {
type: InterestType | null;
src/components/projects/project-page.tsx:903
FunctionProjectRecommendationCard({
project,
accountType,
alreadySent,
isPending,
onSendInterest,
}: {
project: RecommendedProject;
src/routes/dashboard.index.tsx:674
FunctionProjectReportDialog({
open,
reason,
details,
isPending,
onReasonChange,
onDetailsChange,
onClose,
onSubmit,
}: {
src/components/projects/project-page.tsx:959
FunctionProjectRow({
project,
isDeleting,
isResubmitting,
onDelete,
onResubmit,
}: {
project: MyProject;
isDeletin
src/routes/dashboard.projects.tsx:243
FunctionProviderRow({
providerId,
account,
connectedProviderCount,
isConnecting,
isDisconnecting,
isOAuthConfigured,
src/components/user/profile.tsx:679
FunctionRecommendedProjectsPanel({
accountType,
projects,
sentProjectIds,
isPending,
onSendInterest,
}: {
accountType: 'contributo
src/routes/dashboard.index.tsx:620
FunctionRejectProjectDialog({
open,
initialReason,
isPending,
onClose,
onReject,
}: {
open: boolean;
initialReason: string;
src/routes/admin.projects.$id.tsx:480
FunctionRepositorySearch({
selectedRepository,
onRepositorySelect,
disabled,
className,
id,
'aria-describedby': ariaDescri
src/components/submissions/repository-search.tsx:28
FunctionRouteBoundaryState({
eyebrow,
title,
description,
actions = defaultActions,
className,
}: RouteBoundaryProps)
src/components/layout/route-boundaries.tsx:27
FunctionSidebar({
side = 'left',
variant = 'sidebar',
collapsible = 'offcanvas',
className,
children,
...props
}:
src/components/ui/sidebar.tsx:137
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = 'default',
size = 'default',
tooltip,
className,
src/components/ui/sidebar.tsx:468
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
..
src/components/ui/sidebar.tsx:55