Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrXujiang/pxcharts
/ functions
Functions
199 in github.com/MrXujiang/pxcharts
⨍
Functions
199
◇
Types & classes
42
Function
ImportTasksDialog
({ open, onOpenChange }: ImportTasksDialogProps)
components/import-tasks-dialog.tsx:19
Function
IntroDocContent
()
components/documentation/intro-doc-content.tsx:1
Function
KanbanBoard
({ data, onTaskClick, onTaskUpdate, onAddTask }: KanbanBoardProps)
components/kanban-board.tsx:41
Function
KanbanCard
({ task, onClick }: KanbanCardProps)
components/kanban-board.tsx:624
Function
KanbanColumn
({ title, count, tasks, onTaskClick, colorClass, onAddClick }: KanbanColumnProps)
components/kanban-board.tsx:582
Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/menubar.tsx:203
Function
Pagination
({ className, ...props }: React.ComponentProps<"nav">)
components/ui/pagination.tsx:7
Function
PaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/pagination.tsx:94
Function
PaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
components/ui/pagination.tsx:42
Function
PaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:78
Function
PaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:62
Function
PriorityDistributionChart
({ tasks }: PriorityDistributionChartProps)
components/charts/priority-distribution-chart.tsx:8
Function
ResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
components/ui/resizable.tsx:23
Function
ResizableHeader
({ children, width,
components/resizable-header.tsx:17
Function
ResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
components/ui/resizable.tsx:8
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:15
Function
SettingsDocContent
()
components/documentation/settings-doc-content.tsx:1
Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:91
Function
SheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:77
Function
SidebarItem
({ icon, children, isActive, badge, onClick }: SidebarItemProps)
components/sidebar-navigation.tsx:15
Function
SidebarNavigation
({ onNavigate, activeView,
components/sidebar-navigation.tsx:31
Function
Skeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:3
Function
SortDialog
({ open, onOpenChange }: SortDialogProps)
components/sort-dialog.tsx:17
Function
SortableHeaderCellCallback
({ field, onResize })
components/task-management-table.tsx:760
Function
SortableItem
({ id, children }: SortableItemProps)
components/sortable-item.tsx:12
Function
SortableTaskRow
({ task, index, expandedTasks
components/task-management-table.tsx:83
Function
SortableUserColumn
({ user, tasks, onTa
components/assignment-board.tsx:592
Function
StatisticsView
()
components/views/statistics-view.tsx:43
Function
TaskDetail
({ task: initialTask, onClose }: TaskDetailProps)
components/task-detail.tsx:26
Function
TaskManagementTable
({ sidebarOpen = true,
components/task-management-table.tsx:378
Function
TaskStatusChart
({ tasks }: TaskStatusChartProps)
components/charts/task-status-chart.tsx:8
Function
ThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:9
Function
Toaster
()
components/ui/toaster.tsx:13
Function
Toaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
Function
WorkloadChart
({ tasks }: WorkloadChartProps)
components/charts/workload-chart.tsx:8
Function
confirmDeleteUser
()
components/assignment-board.tsx:211
Function
exportTaskData
()
components/task-management-table.tsx:632
Function
exportTaskData
()
components/export-data.tsx:12
Function
generateTasks
(num: number)
lib/mock.ts:1
Function
handleAddField
(field: { id: string; name: string; type: FieldType; options?: string[] })
components/task-management-table.tsx:607
Function
handleAddTask
(task: Partial<Task>)
components/task-management-table.tsx:580
Function
handleAddTask
()
components/assignment-board.tsx:149
Function
handleAddTask
()
components/kanban-board.tsx:277
Function
handleAddUser
(user: { id: string; name: string; avatar?: string; role?: string; department?: string })
components/task-management-table.tsx:618
Function
handleAddUser
()
components/assignment-board.tsx:109
Function
handleAddUser
(user: User)
components/views/assignment-view.tsx:23
Function
handleApplyFieldConfig
()
components/field-config-dialog.tsx:47
Function
handleApplyFilter
()
components/filter-dialog.tsx:44
Function
handleApplyGrouping
()
components/group-by-dialog.tsx:26
Function
handleApplySort
()
components/sort-dialog.tsx:28
Function
handleAssigneeChange
(userId: string)
components/task-detail.tsx:77
Function
handleCancel
()
components/task-detail.tsx:95
Function
handleChange
(e: React.ChangeEvent<HTMLInputElement>)
components/editable-cell.tsx:31
Function
handleClearFilter
()
components/filter-dialog.tsx:59
Function
handleClearSort
()
components/sort-dialog.tsx:39
Function
handleClick
()
components/editable-cell.tsx:22
Function
handleClickUpload
()
components/import-tasks-dialog.tsx:160
Function
handleDeploy
()
components/views/deployment-view.tsx:49
Function
handleDoubleClick
()
components/custom-field-cell.tsx:38
Function
handleDragCancel
()
components/kanban-board.tsx:271
Function
handleDragEnd
(event: DragEndEvent)
components/task-management-table.tsx:454
Function
handleDragEnd
(event: DragEndEvent)
components/assignment-board.tsx:275
Function
handleDragEnd
(event: DragEndEvent)
components/kanban-board.tsx:163
Function
handleDragOver
(e: React.DragEvent<HTMLDivElement>)
components/import-tasks-dialog.tsx:50
Function
handleDragStart
(event: DragStartEvent)
components/task-management-table.tsx:448
Function
handleDragStart
(event: DragStartEvent)
components/assignment-board.tsx:271
Function
handleDragStart
(event: DragStartEvent)
components/kanban-board.tsx:158
Function
handleDrop
(e: React.DragEvent<HTMLDivElement>)
components/import-tasks-dialog.tsx:38
Function
handleFileChange
(e: React.ChangeEvent<HTMLInputElement>)
components/import-tasks-dialog.tsx:29
Function
handleHeaderDragEnd
(event: DragEndEvent)
components/task-management-table.tsx:505
Function
handleImport
()
components/import-tasks-dialog.tsx:129
Function
handleKeyDown
(e: React.KeyboardEvent)
components/custom-field-cell.tsx:58
Function
handleKeyDown
(e: React.KeyboardEvent<HTMLInputElement>)
components/editable-cell.tsx:35
Function
handleKeyDown
(event: KeyboardEvent)
components/ui/sidebar.tsx:101
Function
handleMouseDown
(e: React.MouseEvent)
components/resizable-header.tsx:42
Function
handleMouseMove
(e: MouseEvent)
components/resizable-header.tsx:75
Function
handleMouseMove
(moveEvent)
components/task-management-table.tsx:822
Function
handleMouseUp
(e: MouseEvent)
components/resizable-header.tsx:102
Function
handleMouseUp
(upEvent)
components/task-management-table.tsx:838
Function
handleNavigate
(view: string)
app/page.tsx:16
Function
handleSave
()
components/task-detail.tsx:85
Function
handleStorageChange
(e: StorageEvent)
hooks/use-local-storage.ts:45
Function
handleSubmit
()
components/add-field-dialog.tsx:64
Function
handleSubmit
(e: React.FormEvent)
components/add-user-dialog.tsx:26
Function
handleSubmit
()
components/add-task-dialog.tsx:37
Function
handleTaskClick
(task: Task)
components/assignment-board.tsx:302
Function
handleTaskClick
(task: Task)
components/views/assignment-view.tsx:14
Function
onChange
()
hooks/use-mobile.tsx:10
Function
resetFieldWidths
()
components/field-config-dialog.tsx:74
Function
setValue
(value: T | ((val: T) => T))
hooks/use-local-storage.ts:26
Function
toast
({ ...props }: Toast)
hooks/use-toast.ts:145
Function
toggleAllGroups
()
components/task-management-table.tsx:551
Function
toggleEditMode
()
components/task-management-table.tsx:627
Function
toggleHeaderDraggable
()
components/task-management-table.tsx:683
Function
update
(props: ToasterToast)
components/ui/use-toast.ts:148
Function
update
(props: ToasterToast)
hooks/use-toast.ts:148
Function
useIsMobile
()
hooks/use-mobile.tsx:5
Function
useLocalStorage
(key: string, initialValue: T)
hooks/use-local-storage.ts:5
Function
useToast
()
hooks/use-toast.ts:174
← previous
101–199 of 199, ranked by callers