MCPcopy Create free account

hub / github.com/MrXujiang/pxcharts / functions

Functions199 in github.com/MrXujiang/pxcharts

↓ 213 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 35 callersFunctiontoast
({ ...props }: Toast)
components/ui/use-toast.ts:145
↓ 12 callersFunctionfilterData
(data: TaskData, query: string, filterConfig: FilterConfig)
lib/task-store.ts:631
↓ 12 callersFunctionuseToast
()
components/ui/use-toast.ts:174
↓ 10 callersFunctionhandleTaskUpdate
(taskId: string, updates: Partial<Task>)
components/task-management-table.tsx:571
↓ 9 callersFunctioncopyToClipboard
(text: string)
components/views/deployment-view.tsx:69
↓ 7 callersFunctionhandleChange
(field: keyof Task, value: any)
components/task-detail.tsx:54
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:136
↓ 5 callersFunctiondispatch
(action: Action)
hooks/use-toast.ts:136
↓ 4 callersFunctiongetMonthlyTaskData
()
components/views/statistics-view.tsx:89
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:44
↓ 4 callersFunctionuseSidebar
()
components/ui/sidebar.tsx:41
↓ 3 callersFunctionfindContainer
(id: string)
components/kanban-board.tsx:144
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
components/ui/chart.tsx:320
↓ 3 callersFunctiongetWeeklyCompletionData
()
components/views/statistics-view.tsx:109
↓ 3 callersFunctionhandleDateChange
(field: "startDate" | "expectedEndDate" | "actualEndDate", date: Date | undefined)
components/task-detail.tsx:62
↓ 3 callersFunctionhandleDateClick
(dateType: "startDate" | "expectedEndDate" | "actualEndDate")
components/task-detail.tsx:101
↓ 3 callersFunctionrandomDate
(startOffset = -180, endOffset = 365)
lib/mock.ts:25
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:61
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
hooks/use-toast.ts:61
↓ 2 callersFunctiongetTaskDelayData
()
components/views/statistics-view.tsx:145
↓ 2 callersFunctionhandleCancel
()
components/custom-field-cell.tsx:52
↓ 2 callersFunctionhandleMouseDownCallback
(e, field, startWidth)
components/task-management-table.tsx:795
↓ 2 callersFunctionhandleOpenChange
(open: boolean)
components/add-field-dialog.tsx:36
↓ 2 callersFunctionhandleSave
()
components/custom-field-cell.tsx:46
↓ 2 callersFunctionlistener
()
hooks/use-media-query.ts:14
↓ 2 callersFunctionremoveResizeLine
()
components/resizable-header.tsx:34
↓ 2 callersFunctionresetForm
()
components/add-user-dialog.tsx:51
↓ 2 callersFunctionsortTasks
(tasks: Task[], field: string, direction: "asc" | "desc")
lib/task-store.ts:695
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:27
↓ 2 callersFunctionvalidateAndParseFile
(file: File)
components/import-tasks-dialog.tsx:56
↓ 1 callersFunctionaddOption
()
components/add-field-dialog.tsx:44
↓ 1 callersFunctionapplyFiltersAndSort
(state: any)
lib/task-store.ts:755
↓ 1 callersFunctioncalculateCompletionRate
(tasks: Task[])
components/assignment-board.tsx:661
↓ 1 callersFunctioncalculateTableWidthCallback
()
components/task-management-table.tsx:721
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:153
↓ 1 callersFunctiondismiss
()
hooks/use-toast.ts:153
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:30
↓ 1 callersFunctiongenId
()
hooks/use-toast.ts:30
↓ 1 callersFunctiongetPriorityStatusData
()
components/views/statistics-view.tsx:126
↓ 1 callersFunctiongetTaskById
(id: string)
components/kanban-board.tsx:150
↓ 1 callersFunctiongetUserBgColor
(user: User)
components/assignment-board.tsx:666
↓ 1 callersFunctionhandleBlur
()
components/editable-cell.tsx:26
↓ 1 callersFunctionhandleCancelDelete
()
components/assignment-board.tsx:262
↓ 1 callersFunctionhandleDeleteUser
(userId: string)
components/assignment-board.tsx:206
↓ 1 callersFunctionhandleTaskClick
(task: Task)
components/task-management-table.tsx:565
↓ 1 callersFunctionhandleToggleField
(fieldId: string)
components/field-config-dialog.tsx:35
↓ 1 callersFunctiononChange
()
components/ui/use-mobile.tsx:10
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:77
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:77
↓ 1 callersFunctionremoveOption
(option: string)
components/add-field-dialog.tsx:59
↓ 1 callersFunctionrenderContent
()
components/views/documentation-view.tsx:17
↓ 1 callersFunctionrenderDisplayMode
()
components/custom-field-cell.tsx:220
↓ 1 callersFunctionrenderEditMode
()
components/custom-field-cell.tsx:68
↓ 1 callersFunctionrenderUserTasks
(tasks: Task[], onTaskClick: (task: Task) => void, onAddTask: () => void)
components/assignment-board.tsx:682
↓ 1 callersFunctionresetForm
()
components/add-field-dialog.tsx:28
↓ 1 callersFunctiontoggleGroupExpand
(groupId: string)
components/task-management-table.tsx:541
↓ 1 callersFunctiontoggleTaskExpand
(taskId: string)
components/task-management-table.tsx:531
↓ 1 callersFunctionuseIsMobile
()
components/ui/use-mobile.tsx:5
↓ 1 callersFunctionuseMediaQuery
(query: string)
hooks/use-media-query.ts:5
FunctionAddFieldDialog
({ open, onOpenChange, onAddField }: AddFieldDialogProps)
components/add-field-dialog.tsx:20
FunctionAddTaskDialog
({ open, onOpenChange, onAddTask }: AddTaskDialogProps)
components/add-task-dialog.tsx:19
FunctionAddUserDialog
({ open, onOpenChange, onAddUser }: AddUserDialogProps)
components/add-user-dialog.tsx:19
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionAssignmentBoard
({ data, onTaskClick, onAddUser }: AssignmentBoardProps)
components/assignment-board.tsx:53
FunctionAssignmentCard
({ task, onClick }: AssignmentCardProps)
components/assignment-board.tsx:780
FunctionAssignmentView
()
components/views/assignment-view.tsx:9
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
components/ui/calendar.tsx:11
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
components/ui/chart.tsx:70
FunctionCommandDialog
({ children, ...props }: DialogProps)
components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:127
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/context-menu.tsx:168
FunctionCustomFieldCell
({ fieldId, fieldType,
components/custom-field-cell.tsx:25
FunctionCustomerServiceButton
()
components/customer-service-button.tsx:8
FunctionDatePicker
({ value, onChange, placeholder = "选择日期" }: DatePickerProps)
components/ui/date-picker.tsx:16
FunctionDeploymentView
()
components/views/deployment-view.tsx:43
FunctionDevDocContent
()
components/documentation/dev-doc-content.tsx:3
FunctionDialogFooter
({ className, ...props }: React.ComponentPropsWithoutRef<"div">)
components/dialog-components.tsx:55
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.ComponentPropsWithoutRef<"div">)
components/dialog-components.tsx:50
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDocumentationView
()
components/views/documentation-view.tsx:14
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionDroppableContainer
({ id, children }: DroppableContainerProps)
components/droppable-container.tsx:11
FunctionEditableCell
({ value, onChange, className })
components/editable-cell.tsx:13
FunctionExportDataButton
()
components/export-data.tsx:8
FunctionFeatureDocContent
()
components/documentation/feature-doc-content.tsx:1
FunctionFieldConfigDialog
({ open, onOpenChange,
components/field-config-dialog.tsx:18
FunctionFilterDialog
({ open, onOpenChange }: FilterDialogProps)
components/filter-dialog.tsx:18
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionGroupByDialog
({ open, onOpenChange }: GroupByDialogProps)
components/group-by-dialog.tsx:15
FunctionHome
()
app/page.tsx:12
next →1–100 of 199, ranked by callers