MCPcopy Create free account

hub / github.com/lfnovo/open-notebook / functions

Functions1,250 in github.com/lfnovo/open-notebook

↓ 1 callersFunctionuseUpdateEpisodeProfile
()
frontend/src/lib/hooks/use-podcasts.ts:177
↓ 1 callersFunctionuseUpdateModelDefaults
()
frontend/src/lib/hooks/use-models.ts:88
↓ 1 callersFunctionuseUpdateNote
()
frontend/src/lib/hooks/use-notes.ts:52
↓ 1 callersFunctionuseUpdateSettings
()
frontend/src/lib/hooks/use-settings.ts:16
↓ 1 callersFunctionuseUpdateSpeakerProfile
()
frontend/src/lib/hooks/use-podcasts.ts:306
↓ 1 callersFunctionuseUpdateTransformation
()
frontend/src/lib/hooks/use-transformations.ts:59
↓ 1 callersFunctionuseVersionCheck
()
frontend/src/lib/hooks/use-version-check.ts:14
↓ 1 callersFunctionvalidateUrl
(url: string)
frontend/src/components/sources/steps/SourceTypeStep.tsx:35
FunctionAIMessageContent
({ content, onReferenceClick }: { content: string onReferenceClick: (type: string, id: string) => void
frontend/src/components/source/ChatPanel.tsx:330
FunctionAddExistingSourceDialog
({ open, onOpenChange, notebookId, onSuccess, }: AddExistingSourceDialogProps)
frontend/src/components/sources/AddExistingSourceDialog.tsx:32
FunctionAddSourceButton
({ defaultNotebookId, variant = 'default', size = 'default', className, iconOnly = false }: AddSou
frontend/src/components/sources/AddSourceButton.tsx:16
FunctionAddSourceDialog
({ open, onOpenChange, defaultNotebookId }: AddSourceDialogProps)
frontend/src/components/sources/AddSourceDialog.tsx:88
FunctionAdvancedModelsDialog
({ open, onOpenChange, defaultModels, onSave }: AdvancedModelsDialogProps)
frontend/src/components/search/AdvancedModelsDialog.tsx:31
FunctionAdvancedPage
()
frontend/src/app/(dashboard)/advanced/page.tsx:8
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
frontend/src/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
frontend/src/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
frontend/src/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
frontend/src/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
frontend/src/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
frontend/src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
frontend/src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
frontend/src/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
frontend/src/components/ui/alert-dialog.tsx:15
FunctionApiKeysPage
()
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:1324
FunctionAppShell
({ children }: AppShellProps)
frontend/src/components/layout/AppShell.tsx:10
FunctionAppSidebar
()
frontend/src/components/layout/AppSidebar.tsx:79
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
frontend/src/components/ui/badge.tsx:28
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
frontend/src/components/ui/button.tsx:38
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:31
FunctionChatColumn
({ notebookId, contextSelections, sources, sourcesLoading }: ChatColumnProps)
frontend/src/app/(dashboard)/notebooks/components/ChatColumn.tsx:21
FunctionChatPanel
({ messages, isStreaming, contextIndicators, onSendMessage, modelOverride, onModelChange, sessio
frontend/src/components/source/ChatPanel.tsx:61
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
frontend/src/components/ui/checkbox.tsx:9
FunctionCheckboxList
({ items, selectedIds, onToggle, loading = false, emptyMessage = "No items found.", className }: C
frontend/src/components/ui/checkbox-list.tsx:21
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
frontend/src/components/ui/collapsible.tsx:5
FunctionCollapsibleColumn
({ isCollapsed, onToggle, collapsedIcon: CollapsedIcon, collapsedLabel, children, }: CollapsibleColu
frontend/src/components/notebooks/CollapsibleColumn.tsx:17
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
frontend/src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
frontend/src/components/ui/collapsible.tsx:11
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
frontend/src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
frontend/src/components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
frontend/src/components/ui/command.tsx:101
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
frontend/src/components/ui/command.tsx:113
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
frontend/src/components/ui/command.tsx:63
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
frontend/src/components/ui/command.tsx:142
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
frontend/src/components/ui/command.tsx:85
FunctionCommandPalette
()
frontend/src/components/common/CommandPalette.tsx:58
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
frontend/src/components/ui/command.tsx:129
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
frontend/src/components/ui/command.tsx:158
FunctionCompactReferenceLinkComponent
({ href, children, ...props }: React.AnchorHTMLAttributes<HTMLAnchorElement> & { href?: stri
frontend/src/lib/utils/source-references.tsx:434
FunctionConfirmDialog
({ open, onOpenChange, title, description, confirmText, confirmVariant = 'default', onConfirm,
frontend/src/components/common/ConfirmDialog.tsx:27
FunctionConnectionErrorOverlay
({ error, onRetry, }: ConnectionErrorOverlayProps)
frontend/src/components/errors/ConnectionErrorOverlay.tsx:20
FunctionConnectionGuard
({ children }: ConnectionGuardProps)
frontend/src/components/common/ConnectionGuard.tsx:12
FunctionContentSelectionPanel
({ notebooks, isLoading, selectedNotebookSummaries, tokenCount, charCount, expandedNotebooks, se
frontend/src/components/podcasts/GeneratePodcastDialog.tsx:98
FunctionContextIndicator
({ sourcesInsights, sourcesFull, notesCount, tokenCount, charCount, className }: ContextIndicatorP
frontend/src/components/common/ContextIndicator.tsx:28
FunctionContextToggle
({ mode, hasInsights = false, onChange, className }: ContextToggleProps)
frontend/src/components/common/ContextToggle.tsx:22
FunctionCreateDialogsProvider
({ children }: { children: ReactNode })
frontend/src/lib/hooks/use-create-dialogs.tsx:16
FunctionCreateNotebookDialog
({ open, onOpenChange }: CreateNotebookDialogProps)
frontend/src/components/notebooks/CreateNotebookDialog.tsx:35
FunctionCredentialFormDialog
({ open, onOpenChange, provider, credential, }: { open: boolean onOpenChange: (open: boolean) => v
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:159
FunctionCredentialItem
({ credential, models, defaults, allCredentials, }: { credential: Credential models: Model[] def
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:780
FunctionDashboardLayout
({ children, }: { children: React.ReactNode })
frontend/src/app/(dashboard)/layout.tsx:13
FunctionDashboardPage
()
frontend/src/app/(dashboard)/page.tsx:3
FunctionDefaultModelSelectors
({ models, defaults, }: { models: Model[] defaults: ModelDefaults })
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:1099
FunctionDefaultPromptEditor
()
frontend/src/app/(dashboard)/transformations/components/DefaultPromptEditor.tsx:13
FunctionDeleteCredentialDialog
({ open, onOpenChange, credential, allCredentials, }: { open: boolean onOpenChange: (open: boolean
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:677
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
frontend/src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
frontend/src/components/ui/dialog.tsx:28
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
frontend/src/components/ui/dialog.tsx:50
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
frontend/src/components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
frontend/src/components/ui/dialog.tsx:34
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
frontend/src/components/ui/dialog.tsx:22
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
frontend/src/components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
frontend/src/components/ui/dialog.tsx:16
FunctionDiscoverModelsDialog
({ open, onOpenChange, credential, }: { open: boolean onOpenChange: (open: boolean) => void creden
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:424
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
frontend/src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
frontend/src/components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
frontend/src/components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
frontend/src/components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
frontend/src/components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
frontend/src/components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
frontend/src/components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
frontend/src/components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
frontend/src/components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
frontend/src/components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
frontend/src/components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
frontend/src/components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
frontend/src/components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
frontend/src/components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
frontend/src/components/ui/dropdown-menu.tsx:23
FunctionEmbeddingModelChangeDialog
({ open, onOpenChange, onConfirm, oldModelName, newModelName }: EmbeddingModelChangeDialogProps)
frontend/src/components/settings/EmbeddingModelChangeDialog.tsx:27
FunctionEmptyState
({ icon: Icon, title, description, action }: EmptyStateProps)
frontend/src/components/common/EmptyState.tsx:10
FunctionEpisodeCard
({ episode, onDelete, deleting, onRetry, retrying }: EpisodeCardProps)
frontend/src/components/podcasts/EpisodeCard.tsx:141
← previousnext →401–500 of 1,250, ranked by callers