MCPcopy Create free account

hub / github.com/Kiranism/tanstack-start-dashboard / functions

Functions528 in github.com/Kiranism/tanstack-start-dashboard

↓ 296 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 10 callersFunctionuseFieldContext
()
src/components/ui/form-context.tsx:53
↓ 8 callersFunctioncreateFormField
(FieldComponent: React.ComponentType<P>)
src/components/ui/form-context.tsx:291
↓ 7 callersFunctiongetQueryClient
()
src/lib/query-client.ts:8
↓ 6 callersFunctionuseFormFields
* Returns all composed field components with type-safe `name` props. * Pass your form's value type (or `z.infer<typeof schema>`) to narrow names. *
src/components/ui/tanstack-form.tsx:196
↓ 6 callersFunctionuseInfobar
()
src/components/ui/infobar.tsx:57
↓ 6 callersFunctionuseKanbanContext
(consumerName: string)
src/components/ui/kanban.tsx:171
↓ 6 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:39
↓ 5 callersFunctiondelay
(ms: number)
src/constants/mock-api.ts:8
↓ 5 callersFunctiongetIsDateRange
(value: DateSelection)
src/components/ui/table/data-table-date-filter.tsx:14
↓ 4 callersFunctiondelay
(ms: number)
src/constants/mock-api-users.ts:8
↓ 4 callersFunctionformatDate
( date: Date | string | number | undefined, opts: Intl.DateTimeFormatOptions = {} )
src/lib/format.ts:1
↓ 4 callersFunctionuseComposedRefs
* A custom hook that composes multiple refs * Accepts callback refs and RefObject(s)
src/lib/compose-refs.ts:57
↓ 3 callersFunctionformatBytes
( bytes: number, opts: { decimals?: number; sizeType?: 'accurate' | 'normal'; } = {} )
src/lib/utils.ts:8
↓ 3 callersFunctiongetPayloadConfigFromPayload
(config: ChartConfig, payload: unknown, key: string)
src/components/ui/chart.tsx:291
↓ 3 callersFunctiononRemove
(index: number)
src/components/file-uploader.tsx:154
↓ 3 callersFunctionparseAsDate
(timestamp: number | string | undefined)
src/components/ui/table/data-table-date-filter.tsx:18
↓ 3 callersFunctionparseSortingState
( value: string | undefined, columnIds?: string[] | Set<string> )
src/lib/parsers.ts:12
↓ 3 callersFunctionrenderList
(items: typeof notifications)
src/features/notifications/components/notifications-page.tsx:25
↓ 3 callersFunctionuseCallbackRef
* A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a * prop or avoid re-executing effects when passed as
src/hooks/use-callback-ref.tsx:11
↓ 2 callersFunctiongetCommonPinningStyles
({ column }: { column: Column<TData>; })
src/lib/data-table.ts:6
↓ 2 callersFunctiongetFileExtension
(fileName: string)
src/components/ui/file-preview.tsx:21
↓ 2 callersFunctiongetIsValidRange
(value: unknown)
src/components/ui/table/data-table-slider-filter.tsx:20
↓ 2 callersFunctionisFileWithPreview
(file: File)
src/components/file-uploader.tsx:291
↓ 2 callersFunctionnavigateTo
(url: string)
src/components/kbar/index.tsx:16
↓ 2 callersFunctionparseColumnFilterValue
(value: unknown)
src/components/ui/table/data-table-date-filter.tsx:25
↓ 2 callersFunctionpokemonOptions
(id: number = 25)
src/features/react-query-demo/api/queries.ts:16
↓ 2 callersFunctionproductByIdOptions
(id: number)
src/features/products/api/queries.ts:19
↓ 2 callersFunctionsetRef
* Set a given ref to a given value * This utility takes care of different types of refs: callback refs and RefObject(s)
src/lib/compose-refs.ts:9
↓ 2 callersFunctionsetThemeCookie
(theme: string)
src/components/themes/active-theme.tsx:7
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:25
↓ 2 callersFunctionuseDataTable
(props: UseDataTableProps<TData>)
src/hooks/use-data-table.ts:55
↓ 2 callersFunctionuseFilteredNavGroups
(groups: NavGroup[])
src/hooks/use-nav.ts:22
↓ 2 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 2 callersFunctionuseThemeConfig
()
src/components/themes/active-theme.tsx:63
↓ 1 callersFunctionaddTag
()
src/components/forms/demo-form.tsx:171
↓ 1 callersFunctioncomposeRefs
* A utility to compose multiple refs together * Accepts callback refs and RefObject(s)
src/lib/compose-refs.ts:23
↓ 1 callersFunctioncreateProduct
(data: ProductMutationPayload)
src/features/products/api/service.ts:46
↓ 1 callersFunctioncreateRestrictToContainer
(getElement: () => HTMLElement | null)
src/features/kanban/utils/restrict-to-container.ts:3
↓ 1 callersFunctioncreateUser
(data: UserMutationPayload)
src/features/users/api/service.ts:37
↓ 1 callersFunctiondeleteProduct
(id: number)
src/features/products/api/service.ts:54
↓ 1 callersFunctiondeleteUser
(id: number)
src/features/users/api/service.ts:45
↓ 1 callersFunctionfetchGitHubRepo
(owner: string, repo: string)
src/components/github-stars-button.tsx:12
↓ 1 callersFunctionformatCount
(count: number)
src/components/github-stars-button.tsx:32
↓ 1 callersFunctionformatDate
(date: string | Date)
src/components/ui/notification-card.tsx:30
↓ 1 callersFunctiongenerateRandomProductData
(id: number)
src/constants/mock-api.ts:29
↓ 1 callersFunctiongenerateRandomUserData
(id: number)
src/constants/mock-api-users.ts:28
↓ 1 callersFunctiongetActionIcon
(actionType: ActionType)
src/components/ui/notification-card.tsx:49
↓ 1 callersFunctiongetFileIcon
(fileType: string, fileName: string)
src/components/ui/file-preview.tsx:26
↓ 1 callersFunctiongetFilterOperators
(filterVariant: FilterVariant)
src/lib/data-table.ts:30
↓ 1 callersFunctiongetFormattedFileType
(fileType: string, fileName: string)
src/components/ui/file-preview.tsx:79
↓ 1 callersFunctiongetProductById
(id: number)
src/features/products/api/service.ts:42
↓ 1 callersFunctiongetProducts
(filters: ProductFilters)
src/features/products/api/service.ts:38
↓ 1 callersFunctiongetUsers
(filters: UserFilters)
src/features/users/api/service.ts:33
↓ 1 callersFunctionhandleCancelOrBack
(opts?: HandleCancelOrBackOpts)
src/hooks/use-stepper.tsx:79
↓ 1 callersFunctionhandleNextStepOrSubmit
(form: AnyFormApi)
src/hooks/use-stepper.tsx:63
↓ 1 callersFunctiononChange
(open: boolean)
src/components/ui/modal.tsx:18
↓ 1 callersFunctionproductsQueryOptions
(filters: ProductFilters)
src/features/products/api/queries.ts:13
↓ 1 callersFunctionscrollToBottom
()
src/features/chat/components/chat-area.tsx:36
↓ 1 callersFunctionscrollToFirstError
* Scrolls to the first field with a validation error. * Call after a failed form.handleSubmit() to guide the user to the problem. * * @example * `
src/components/ui/form-context.tsx:186
↓ 1 callersFunctionserializeSortingState
(value: ExtendedColumnSort<TData>[])
src/lib/parsers.ts:30
↓ 1 callersFunctiontriggerFormGroup
(form: AnyFormApi)
src/hooks/use-stepper.tsx:53
↓ 1 callersFunctionupdateProduct
(id: number, data: ProductMutationPayload)
src/features/products/api/service.ts:50
↓ 1 callersFunctionupdateUser
(id: number, data: UserMutationPayload)
src/features/users/api/service.ts:41
↓ 1 callersFunctionuseBreadcrumbs
()
src/hooks/use-breadcrumbs.tsx:23
↓ 1 callersFunctionuseControllableState
({ prop, defaultProp, onChange = () => {} }: UseControllableStateParams<T>)
src/hooks/use-controllable-state.tsx:17
↓ 1 callersFunctionuseDebouncedCallback
( callback: T, delay: number )
src/hooks/use-debounced-callback.ts:5
↓ 1 callersFunctionuseFilteredNavItems
(items: NavItem[])
src/hooks/use-nav.ts:8
↓ 1 callersFunctionuseFormStepper
(schemas: ZodTypeAny[])
src/hooks/use-stepper.tsx:30
↓ 1 callersFunctionuseKanbanColumnContext
(consumerName: string)
src/components/ui/kanban.tsx:645
↓ 1 callersFunctionuseKanbanItemContext
(consumerName: string)
src/components/ui/kanban.tsx:818
↓ 1 callersFunctionuseMediaQuery
()
src/hooks/use-media-query.ts:3
↓ 1 callersFunctionuseThemeSwitching
()
src/components/kbar/use-theme-switching.tsx:6
↓ 1 callersFunctionuseUncontrolledState
({ defaultProp, onChange }: Omit<UseControllableStateParams<T>, 'prop'>)
src/hooks/use-controllable-state.tsx:46
↓ 1 callersFunctionusersQueryOptions
(filters: UserFilters)
src/features/users/api/queries.ts:13
FunctionAboutPage
()
src/routes/about.tsx:10
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:7
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:46
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:11
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:24
FunctionActiveThemeProvider
({ children, initialTheme }: { children: ReactNode; initialTheme?: string; })
src/components/themes/active-theme.tsx:20
FunctionAdvancedFormPatterns
()
src/features/forms/components/advanced-form-patterns.tsx:93
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>)
src/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert.tsx:47
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:7
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:102
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:109
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:37
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:89
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert-dialog.tsx:56
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:21
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:17
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:76
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:11
FunctionAlertModal
({ isOpen, onClose, onConfirm, loading }: AlertModalProps)
src/components/modal/alert-modal.tsx:12
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert.tsx:37
FunctionAppSidebar
()
src/components/layout/app-sidebar.tsx:33
FunctionAreaGraph
()
src/features/overview/components/area-graph.tsx:40
FunctionAreaGraphSkeleton
()
src/features/overview/components/area-graph-skeleton.tsx:4
next →1–100 of 528, ranked by callers