FunctionEpisodeProfileFormDialog({
mode,
open,
onOpenChange,
speakerProfiles,
initialData,
}: EpisodeProfileFormDialogProps)
frontend/src/components/podcasts/forms/EpisodeProfileFormDialog.tsx:62
FunctionInlineEdit({
value,
onSave,
className,
inputClassName,
placeholder,
multiline = false,
emptyText,
id: pr
frontend/src/components/common/InlineEdit.tsx:20
FunctionModelSelector({
id,
name,
label,
modelType,
value,
onChange,
placeholder,
disabled = false
}: ModelSelector
frontend/src/components/common/ModelSelector.tsx:19
FunctionNotebookDeleteDialog({
open,
onOpenChange,
notebookId,
notebookName,
redirectAfterDelete = false,
}: NotebookDeleteDialo
frontend/src/app/(dashboard)/notebooks/components/NotebookDeleteDialog.tsx:29
FunctionNotebookList({
notebooks,
isLoading,
title,
collapsible = false,
emptyTitle,
emptyDescription,
onAction,
frontend/src/app/(dashboard)/notebooks/components/NotebookList.tsx:23
FunctionNotesColumn({
notes,
isLoading,
notebookId,
contextSelections,
onContextModeChange,
onBulkContextModeChange
}
frontend/src/app/(dashboard)/notebooks/components/NotesColumn.tsx:38
FunctionProcessingStep({
control,
transformations,
selectedTransformations,
onToggleTransformation,
loading = false,
set
frontend/src/components/sources/steps/ProcessingStep.tsx:32
FunctionProviderSection({
provider,
credentials,
models,
defaults,
allCredentials,
encryptionReady,
}: {
provider: stri
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:999
FunctionSessionManager({
sessions,
currentSessionId,
onCreateSession,
onSelectSession,
onUpdateSession,
onDeleteSession,
frontend/src/components/source/SessionManager.tsx:44
FunctionSourceCardImpl({
source,
onClick,
onDelete,
onRetry,
onRemoveFromNotebook,
onRefresh,
className,
showRemoveF
frontend/src/components/sources/SourceCard.tsx:110
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