MCPcopy Create free account

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

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

FunctionEpisodeProfileFormDialog
({ mode, open, onOpenChange, speakerProfiles, initialData, }: EpisodeProfileFormDialogProps)
frontend/src/components/podcasts/forms/EpisodeProfileFormDialog.tsx:62
FunctionEpisodeProfilesPanel
({ episodeProfiles, speakerProfiles, }: EpisodeProfilesPanelProps)
frontend/src/components/podcasts/EpisodeProfilesPanel.tsx:54
FunctionEpisodesTab
()
frontend/src/components/podcasts/EpisodesTab.tsx:52
FunctionFinalAnswerContent
({ content, onReferenceClick }: { content: string onReferenceClick: (type: string, id: string) => void
frontend/src/components/search/StreamingResponse.tsx:162
FunctionFormSection
({ title, description, children, className, htmlFor }: FormSectionProps)
frontend/src/components/ui/form-section.tsx:15
FunctionGET
(request: NextRequest)
frontend/src/app/config/route.ts:25
FunctionGeneratePodcastDialog
({ open, onOpenChange }: GeneratePodcastDialogProps)
frontend/src/components/podcasts/GeneratePodcastDialog.tsx:397
FunctionHomePage
()
frontend/src/app/page.tsx:3
FunctionI18nProvider
({ children }: { children: React.ReactNode })
frontend/src/components/providers/I18nProvider.tsx:7
FunctionInlineEdit
({ value, onSave, className, inputClassName, placeholder, multiline = false, emptyText, id: pr
frontend/src/components/common/InlineEdit.tsx:20
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
frontend/src/components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
frontend/src/components/ui/label.tsx:8
FunctionLanguageLoadingOverlay
()
frontend/src/components/common/LanguageLoadingOverlay.tsx:20
FunctionLanguageToggle
({ iconOnly = false }: LanguageToggleProps)
frontend/src/components/common/LanguageToggle.tsx:17
FunctionLoadingSpinner
({ className, size = 'md' }: LoadingSpinnerProps)
frontend/src/components/common/LoadingSpinner.tsx:9
FunctionLoginForm
()
frontend/src/components/auth/LoginForm.tsx:15
FunctionLoginPage
()
frontend/src/app/(auth)/login/page.tsx:4
FunctionMessageActions
({ content, notebookId }: MessageActionsProps)
frontend/src/components/source/MessageActions.tsx:16
FunctionMigrationBanner
({ providersToMigrate }: MigrationBannerProps)
frontend/src/components/settings/MigrationBanner.tsx:13
FunctionModalProvider
()
frontend/src/components/providers/ModalProvider.tsx:19
FunctionModelSelector
({ currentModel, onModelChange, disabled = false }: ModelSelectorProps)
frontend/src/components/source/ModelSelector.tsx:33
FunctionModelSelector
({ id, name, label, modelType, value, onChange, placeholder, disabled = false }: ModelSelector
frontend/src/components/common/ModelSelector.tsx:19
FunctionModelTestResultDialog
({ open, onOpenChange, result, modelName, }: { open: boolean onOpenChange: (open: boolean) => void
frontend/src/components/settings/ModelTestResultDialog.tsx:15
FunctionNoteEditorDialog
({ open, onOpenChange, notebookId, note }: NoteEditorDialogProps)
frontend/src/app/(dashboard)/notebooks/components/NoteEditorDialog.tsx:31
FunctionNotebookAssociations
({ sourceId, currentNotebookIds, onSave, }: NotebookAssociationsProps)
frontend/src/components/source/NotebookAssociations.tsx:19
FunctionNotebookCard
({ notebook }: NotebookCardProps)
frontend/src/app/(dashboard)/notebooks/components/NotebookCard.tsx:25
FunctionNotebookDeleteDialog
({ open, onOpenChange, notebookId, notebookName, redirectAfterDelete = false, }: NotebookDeleteDialo
frontend/src/app/(dashboard)/notebooks/components/NotebookDeleteDialog.tsx:29
FunctionNotebookHeader
({ notebook }: NotebookHeaderProps)
frontend/src/app/(dashboard)/notebooks/components/NotebookHeader.tsx:19
FunctionNotebookList
({ notebooks, isLoading, title, collapsible = false, emptyTitle, emptyDescription, onAction,
frontend/src/app/(dashboard)/notebooks/components/NotebookList.tsx:23
FunctionNotebookPage
()
frontend/src/app/(dashboard)/notebooks/[id]/page.tsx:35
FunctionNotebooksPage
()
frontend/src/app/(dashboard)/notebooks/page.tsx:14
FunctionNotebooksStep
({ notebooks, selectedNotebooks, onToggleNotebook, loading = false }: NotebooksStepProps)
frontend/src/components/sources/steps/NotebooksStep.tsx:15
FunctionNotesColumn
({ notes, isLoading, notebookId, contextSelections, onContextModeChange, onBulkContextModeChange }
frontend/src/app/(dashboard)/notebooks/components/NotesColumn.tsx:38
FunctionPodcastsPage
()
frontend/src/app/(dashboard)/podcasts/page.tsx:16
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
frontend/src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
frontend/src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
frontend/src/components/ui/popover.tsx:20
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
frontend/src/components/ui/popover.tsx:14
FunctionProcessingStep
({ control, transformations, selectedTransformations, onToggleTransformation, loading = false, set
frontend/src/components/sources/steps/ProcessingStep.tsx:32
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
frontend/src/components/ui/progress.tsx:8
FunctionProviderSection
({ provider, credentials, models, defaults, allCredentials, encryptionReady, }: { provider: stri
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:999
FunctionQueryProvider
({ children }: QueryProviderProps)
frontend/src/components/providers/QueryProvider.tsx:10
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
frontend/src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
frontend/src/components/ui/radio-group.tsx:22
FunctionRebuildEmbeddings
()
frontend/src/app/(dashboard)/advanced/components/RebuildEmbeddings.tsx:23
FunctionReferenceLinkComponent
({ href, children, ...props }: React.AnchorHTMLAttributes<HTMLAnchorElement> & { href?: stri
frontend/src/lib/utils/source-references.tsx:269
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
frontend/src/app/layout.tsx:20
FunctionSaveToNotebooksDialog
({ open, onOpenChange, question, answer }: SaveToNotebooksDialogProps)
frontend/src/components/search/SaveToNotebooksDialog.tsx:27
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
frontend/src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
frontend/src/components/ui/scroll-area.tsx:31
FunctionSearchPage
()
frontend/src/app/(dashboard)/search/page.tsx:27
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
frontend/src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", ...props }: React.ComponentProps<typeof SelectPrimitive.C
frontend/src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
frontend/src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
frontend/src/components/ui/select.tsx:101
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
frontend/src/components/ui/select.tsx:88
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
frontend/src/components/ui/select.tsx:156
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
frontend/src/components/ui/select.tsx:138
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
frontend/src/components/ui/select.tsx:125
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
frontend/src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
frontend/src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
frontend/src/components/ui/separator.tsx:8
FunctionSessionManager
({ sessions, currentSessionId, onCreateSession, onSelectSession, onUpdateSession, onDeleteSession,
frontend/src/components/source/SessionManager.tsx:44
FunctionSettingsForm
()
frontend/src/app/(dashboard)/settings/components/SettingsForm.tsx:27
FunctionSettingsPage
()
frontend/src/app/(dashboard)/settings/page.tsx:10
FunctionSetupBanner
()
frontend/src/components/layout/SetupBanner.tsx:11
FunctionSourceCardImpl
({ source, onClick, onDelete, onRetry, onRemoveFromNotebook, onRefresh, className, showRemoveF
frontend/src/components/sources/SourceCard.tsx:110
FunctionSourceDetailContent
({ sourceId, showChatButton = false, onChatClick, onClose }: SourceDetailContentProps)
frontend/src/components/source/SourceDetailContent.tsx:78
FunctionSourceDetailPage
()
frontend/src/app/(dashboard)/sources/[id]/page.tsx:12
FunctionSourceDialog
({ open, onOpenChange, sourceId }: SourceDialogProps)
frontend/src/components/source/SourceDialog.tsx:20
FunctionSourceInsightDialog
({ open, onOpenChange, insight, onDelete }: SourceInsightDialogProps)
frontend/src/components/source/SourceInsightDialog.tsx:27
FunctionSourceTypeStep
({ control, register, setValue, errors, urlValidationErrors, onClearUrlErrors }: SourceTypeStepProps)
frontend/src/components/sources/steps/SourceTypeStep.tsx:100
FunctionSourcesColumn
({ sources, isLoading, notebookId, onRefresh, contextSelections, onContextModeChange, onBulkCont
frontend/src/app/(dashboard)/notebooks/components/SourcesColumn.tsx:43
FunctionSourcesPage
()
frontend/src/app/(dashboard)/sources/page.tsx:21
FunctionSpeakerProfileFormDialog
({ mode, open, onOpenChange, initialData, }: SpeakerProfileFormDialogProps)
frontend/src/components/podcasts/forms/SpeakerProfileFormDialog.tsx:67
FunctionSpeakerProfilesPanel
({ speakerProfiles, usage, }: SpeakerProfilesPanelProps)
frontend/src/components/podcasts/SpeakerProfilesPanel.tsx:47
FunctionStatusBadge
({ status }: { status?: EpisodeStatus | null })
frontend/src/components/podcasts/EpisodeCard.tsx:84
FunctionStepIndicator
({ currentStep, steps, onStepClick }: { currentStep: number steps: readonly WizardStep[] onStepClick?: (
frontend/src/components/ui/wizard-container.tsx:20
FunctionSummaryBadge
({ label, value }: { label: string; value: number })
frontend/src/components/podcasts/EpisodesTab.tsx:43
FunctionSystemInfo
()
frontend/src/app/(dashboard)/advanced/components/SystemInfo.tsx:9
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
frontend/src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
frontend/src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
frontend/src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
frontend/src/components/ui/tabs.tsx:37
FunctionTemplatesTab
()
frontend/src/components/podcasts/TemplatesTab.tsx:12
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
frontend/src/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children }: ThemeProviderProps)
frontend/src/components/providers/ThemeProvider.tsx:10
FunctionThemeToggle
({ iconOnly = false }: ThemeToggleProps)
frontend/src/components/common/ThemeToggle.tsx:18
FunctionToaster
({ ...props }: ToasterProps)
frontend/src/components/ui/sonner.tsx:6
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
frontend/src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
frontend/src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
frontend/src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
frontend/src/components/ui/tooltip.tsx:31
FunctionTransformationCard
({ transformation, onPlayground, onEdit }: TransformationCardProps)
frontend/src/app/(dashboard)/transformations/components/TransformationCard.tsx:21
FunctionTransformationEditorDialog
({ open, onOpenChange, transformation }: TransformationEditorDialogProps)
frontend/src/app/(dashboard)/transformations/components/TransformationEditorDialog.tsx:36
FunctionTransformationPlayground
({ transformations, selectedTransformation }: TransformationPlaygroundProps)
frontend/src/app/(dashboard)/transformations/components/TransformationPlayground.tsx:23
FunctionTransformationsList
({ transformations, isLoading, onPlayground }: TransformationsListProps)
frontend/src/app/(dashboard)/transformations/components/TransformationsList.tsx:20
FunctionTransformationsPage
()
frontend/src/app/(dashboard)/transformations/page.tsx:15
FunctionWizardContainer
({ children, currentStep, steps, onStepClick, className }: WizardContainerProps)
frontend/src/components/ui/wizard-container.tsx:80
Method__aenter__
(self)
tests/test_credentials_api.py:112
← previousnext →501–600 of 1,250, ranked by callers