MCPcopy Create free account

hub / github.com/ZhengJiawen44/tatsu / functions

Functions614 in github.com/ZhengJiawen44/tatsu

FunctionPin
({ className }: { className?: string })
components/ui/icon/pin.tsx:2
FunctionPinnedTodos
({ todos }: { todos: TodoItemType[] })
features/project/component/PinnedTodos.tsx:4
FunctionPinnedTodos
({ todos }: { todos: TodoItemType[] })
features/todayTodos/component/PinnedTodos.tsx:5
FunctionPlus
({ className }: { className?: string })
components/ui/icon/plus.tsx:3
FunctionPlusCircle
({ className }: { className: string })
components/ui/icon/plusCircle.tsx:3
FunctionPlusOutline
({ className }: { className?: string })
components/ui/icon/plusOutline.tsx:3
FunctionPointer
({ className, onClick, variant = "right", }: { className?: string; onClick?: () => void; variant?:
components/ui/icon/pointer.tsx:3
FunctionPopup
({ popupName, title, resetPopupToggle, children }: PopupProps)
components/ui/popup.tsx:19
FunctionPriorityDropdownMenu
({ })
components/todo/component/TodoForm/TodoInlineActionBar/PriorityDropdown/PriorityDropdownMenu.tsx:14
FunctionPriorityDropdownMenu
({ priority, setPriority, }: PriorityDropdownMenuProps)
features/calendar/component/CalendarForm/FormFields/Dropdowns/PriorityDropdown/PriorityDropdown.tsx:21
FunctionPriorityIndicator
({ className, level, onClick, isSelected }: { className?: string; level: number; onClick?: () =>
components/todo/component/TodoItem/PriorityIndicator.tsx:4
FunctionPrivacyPage
()
app/[locale]/privacy/page.tsx:3
FunctionProjectAutoComplete
({ projects, onSelect, style, selectedIndex, setSelectedIndex }: NLPProjectDropdownProps)
components/todo/component/TodoForm/ProjectAutoComplete.tsx:16
FunctionProjectCollapsible
()
components/Sidebar/Project/ProjectsSidebarItemContainer.tsx:14
FunctionProjectContainer
({ id }: { id: string })
features/project/component/ProjectContainer.tsx:26
FunctionProjectDrawer
({ projectID, setProjectID, className, }: ProjectDrawerProps)
features/calendar/component/CalendarForm/FormFields/Drawers/ProjectDrawer/ProjectDrawer.tsx:13
FunctionProjectDropdownMenu
({ projectID, setProjectID, className, variant = "default" }: ProjectDropdownMenuProp)
components/todo/component/TodoForm/ProjectDropdownMenu.tsx:19
FunctionProjectLoading
()
components/Sidebar/Project/ProjectLoading.tsx:3
FunctionProjectSidebarItem
({ meta }: { meta: Pick<ProjectItemType, "id" | "color" | "name"> })
components/Sidebar/Project/ProjectSidebarItem.tsx:18
FunctionProjectTag
({ id, className }: { id: string, className?: string })
components/ProjectTag.tsx:5
FunctionProvider
({ children }: { children: React.ReactNode })
app/[locale]/app/provider.tsx:5
FunctionQueryProvider
({ children, }: { children: React.ReactNode; })
providers/QueryProvider.tsx:36
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
components/ui/radio-group.tsx:22
FunctionRegisterPage
()
app/[locale]/(auth)/register/Register.tsx:19
FunctionRepeatDrawerMenu
({ rruleOptions, setRruleOptions, derivedRepeatType }: { rruleOptions: Partial<Options> | null; setRru
features/calendar/component/CalendarForm/FormFields/Drawers/RepeatDrawer/RepeatDrawerMenu.tsx:8
FunctionRepeatDropdownMenu
({ })
components/todo/component/TodoForm/TodoInlineActionBar/RepeatDropdown/RepeatDropdownMenu.tsx:17
FunctionRepeatDropdownMenu
({ rruleOptions, setRruleOptions, derivedRepeatType, }: RepeatDropdownMenuProps)
features/calendar/component/CalendarForm/FormFields/Dropdowns/RepeatDropdown/RepeatDropdownMenu.tsx:27
FunctionRepeatEndOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatEndOptionProps)
components/todo/component/TodoForm/TodoInlineActionBar/RepeatDropdown/CustomRepeat/repeatModalMenu/RepeatEndOption.tsx:15
FunctionRepeatEndOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatEndOptionProps)
features/calendar/component/CalendarForm/FormFields/Dropdowns/RepeatDropdown/repeatModalMenu/RepeatEndOption.tsx:15
FunctionRepeatEveryOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatEveryOptionProps)
components/todo/component/TodoForm/TodoInlineActionBar/RepeatDropdown/CustomRepeat/repeatModalMenu/RepeatEveryOption.tsx:22
FunctionRepeatEveryOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatEveryOptionProps)
features/calendar/component/CalendarForm/FormFields/Dropdowns/RepeatDropdown/repeatModalMenu/RepeatEveryOption.tsx:17
FunctionRepeatOnOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatOnOptionProps)
components/todo/component/TodoForm/TodoInlineActionBar/RepeatDropdown/CustomRepeat/repeatModalMenu/RepeatOnOption.tsx:12
FunctionRepeatOnOption
({ customRepeatOptions, setCustomRepeatOptions, }: RepeatOnOptionProps)
features/calendar/component/CalendarForm/FormFields/Dropdowns/RepeatDropdown/repeatModalMenu/RepeatOnOption.tsx:12
FunctionResizeHandle
({ isResizing, startResizing, }: { isResizing: boolean; startResizing: () => void; })
components/Sidebar/SidebarContainer.tsx:103
FunctionRootLayout
({ children, params, }: Props)
app/[locale]/layout.tsx:28
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/[locale]/blogs/page/layout.tsx:5
FunctionRule
({ className }: { className?: string })
components/ui/icon/fonts.tsx:239
FunctionSearch
({ className }: { className?: string })
components/ui/icon/search.tsx:3
FunctionSearchBar
({ onInput }: SearchBarProps)
components/SearchBar.tsx:7
FunctionSearchBar
({ className, onSubmit, onChange }: SearchBarProps)
components/ui/SearchBar.tsx:12
FunctionSecurityDemo
({ activeFeature, index }: { activeFeature: number; index: number })
components/landing/LandingPage.tsx:341
FunctionSeparator
({ className, children, ...props }: { className?: string; children?: React.ReactNode; })
components/ui/separator.tsx:3
FunctionSeparatorLine
({ className, ...props }: { className?: string })
components/ui/separator.tsx:39
FunctionSeparatorWord
({ className, children, ...props }: { className?: string; children: React.ReactNode; })
components/ui/separator.tsx:18
FunctionSideBarMenu
({ className }: { className?: string })
components/ui/icon/sideBarMenu.tsx:2
FunctionSidebarContainer
()
components/Sidebar/SidebarContainer.tsx:15
FunctionSidebarIcon
({ className }: { className?: string })
components/ui/icon/sidebar.tsx:2
FunctionSidebarToggle
({ className, }: { className?: string; })
components/ui/SidebarToggle.tsx:5
FunctionSidebarToggleContainer
()
components/Sidebar/SidebarToggleContainer.tsx:8
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:3
FunctionSpinner
({ className }: { className?: string })
components/ui/spinner.tsx:4
FunctionStar
({ className }: { className?: string })
components/ui/icon/star.tsx:3
FunctionStrikethrough
({ className }: { className?: string })
components/ui/icon/fonts.tsx:67
FunctionSyncCard
()
features/sync/component/SyncCard.tsx:7
FunctionSyncContainer
()
features/sync/component/SyncContainer.tsx:10
FunctionSyncOptionContainer
()
features/sync/component/SyncOptionContainer.tsx:8
FunctionTableOfContents
({ className }: { className?: string })
app/[locale]/blogs/page/instanceDate_drifting_problem/page.tsx:580
FunctionTableOfContents
({ className }: { className?: string })
app/[locale]/blogs/page/RRULE_todo_scheduling_system/page.tsx:479
FunctionTermsPage
()
app/[locale]/terms/page.tsx:3
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
providers/ThemeProvider.tsx:6
FunctionTimePicker
({ className }: { className?: string })
components/todo/component/TodoForm/TodoInlineActionBar/DateDropdown/TimePicker.tsx:17
FunctionTimeZoneCard
({ timezone, selectedTZ, setSelectedTZ }: { timezone: string, selectedTZ: string | undefined, setSelectedTZ: R
components/Sidebar/User/TimezoneModal.tsx:51
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionTodayTodoContainer
()
features/todayTodos/component/TodayTodoContainer.tsx:28
FunctionTodoCheckbox
({ className, complete, onChange, checked, priority, icon: Icon, variant = "outline-solid" }: {
components/ui/TodoCheckbox.tsx:9
FunctionTodoFilterBar
({ containerHovered }: TodoFilterBarProps)
features/project/component/TodoFilterBar.tsx:28
FunctionTodoFilterBar
({ containerHovered }: TodoFilterBarProps)
features/todayTodos/component/TodoFilterBar.tsx:28
FunctionTodoForm
({ editInstanceOnly, setEditInstanceOnly, displayForm, setDisplayForm, }: TodoFormProps)
components/todo/component/TodoForm/TodoForm.tsx:25
FunctionTodoFormContainer
({ editInstanceOnly, setEditInstanceOnly, displayForm, setDisplayForm, todo, overrideFields }: Tod
components/todo/component/TodoForm/TodoFormContainer.tsx:13
FunctionTodoFormLoading
()
components/todo/component/TodoForm/TodoFormLoading.tsx:4
FunctionTodoFormProvider
({ children, todoItem, overrideFields }: TodoFormProviderProps)
providers/TodoFormProvider.tsx:53
FunctionTodoGroup
({ todos, className, overdue, }: { todos: TodoItemType[]; className?: string; overdue?: boolean; }
components/todo/component/TodoGroup.tsx:16
FunctionTodoInlineActionBar
()
components/todo/component/TodoForm/TodoInlineActionBar/TodoInlineActionBar.tsx:5
FunctionTodoItem
()
components/Sidebar/Todo/TodoSidebarItem.tsx:11
FunctionTodoItemContainer
({ todoItem, overdue }: TodoItemContainerProps)
components/todo/component/TodoItemContainer.tsx:32
FunctionTodoItemMeatballMenu
({ ...props }: TodoItemMeatballMenuProps)
components/todo/component/TodoItem/TodoMenu/TodoItemMeatballMenu.tsx:24
FunctionTodoItemMeatballMenuContent
({ todo, setDisplayForm, setEditInstanceOnly, }: { todo: TodoItemType; setDisplayForm: Rea
components/todo/component/TodoItem/TodoMenu/TodoItemMeatballMenuContent.tsx:19
FunctionTodoItemMenuContainer
({ className, todo, setDisplayForm, setEditInstanceOnly, displayMenu, ...props }: { className?:
components/todo/component/TodoItem/TodoMenu/TodoItemMenuContainer.tsx:8
FunctionTodoItemSideMenu
({ todo, setDisplayForm, }: { todo: TodoItemType; setDisplayForm: React.Dispatch<React.SetStateAction<
components/todo/component/TodoItem/TodoMenu/TodoItemSideMenu.tsx:10
FunctionTodoListLoading
()
components/todo/component/TodoListLoading.tsx:4
FunctionTodoListLoading
()
components/ui/TodoListLoading.tsx:3
FunctionTodoMutationProvider
({ useDeleteTodo, useCompleteTodo, usePinTodo, usePrioritizeTodo, useReorderTodo, useEditTodo, useEditTodoInst
providers/TodoMutationProvider.tsx:54
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
components/ui/tooltip.tsx:31
FunctionTrash
({ className }: { className?: string })
components/ui/icon/trash.tsx:3
FunctionUnderline
({ className }: { className?: string })
components/ui/icon/fonts.tsx:46
FunctionUnpin
({ className }: { className?: string })
components/ui/icon/unpin.tsx:2
FunctionUnsetHighlight
({ editor }: { editor: Editor })
features/notes/component/EditorTooltips/ColorTooltip.tsx:135
FunctionUnsetText
({ editor }: { editor: Editor })
features/notes/component/EditorTooltips/ColorTooltip.tsx:151
FunctionUserCard
({ className }: { className?: string })
components/Sidebar/User/UserCard.tsx:27
FunctionUserCardLoading
()
components/Sidebar/User/UserCardLoading.tsx:3
FunctionUserPreferencesProvider
({ children, }: { children: React.ReactNode; })
providers/UserPreferencesProvider.tsx:106
FunctionUserPreferencesProviderInner
({ children, }: { children: React.ReactNode; })
providers/UserPreferencesProvider.tsx:47
FunctionVault
()
features/vault/component/VaultContainer.tsx:12
FunctionVaultContent
({ fileList, loading, setProcessing, }: VaultContentProps)
features/vault/component/VaultTable.tsx:21
FunctionVaultItem
()
components/Sidebar/Vault/VaultItem.tsx:10
FunctionVaultLoading
()
features/vault/component/VaultLoading.tsx:3
← previousnext →401–500 of 614, ranked by callers