MCPcopy Create free account

hub / github.com/cubewhy/skid-homework / functions

Functions376 in github.com/cubewhy/skid-homework

FunctionTextInputDialog
({ trigger, initialValue, title, description, placeholder, submitText, isSubmitting, onSubmit,
src/components/dialogs/TextInputDialog.tsx:32
FunctionTextShimmerComponent
({ children, as: Component = "p", className, duration = 2, spread = 2, }: TextShimmerProps)
src/components/ui/text-shimmer.tsx:14
FunctionTextSolutionPreview
({ item, t, tCommon, }: TextSolutionPreviewProps)
src/components/solutions/TextSolutionPreview.tsx:27
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children, defaultTheme = "system", storageKey = "skidhw-ui-theme", ...props }: ThemeProviderProps)
src/components/theme-provider.tsx:24
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:4
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:19
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:35
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:6
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:29
FunctionUploadArea
({ appendFiles, allowPdf }: UploadAreaProps)
src/components/actions/UploadArea.tsx:40
FunctionUploadFilesInfo
({ itemsLength, totalBytes, }: InfoAreaProps)
src/components/actions/UploadFilesInfo.tsx:19
FunctionaddSystemPrompt
(prompt: string)
src/ai/base-client.ts:8
FunctionapplyApiKey
()
src/components/settings/AIAPICredentialsManager.tsx:84
FunctionapplyBaseUrl
()
src/components/settings/AIAPICredentialsManager.tsx:101
FunctionbuildSystemPrompt
()
src/ai/base-client.ts:16
FunctionclearApiKey
()
src/components/settings/AIAPICredentialsManager.tsx:95
FunctionclearTraits
()
src/components/settings/SettingsPage.tsx:312
Methodconstructor
(message: string)
src/utils/timeout.ts:2
Methodconstructor
(message: string)
src/lib/webadb/manager.ts:14
Methodconstructor
()
src/lib/webadb/manager.ts:24
Methodconstructor
(markdown: string)
src/ai/response.ts:25
Methodconstructor
( apiKey: string, baseUrl?: string, useResponsesApi = false, webSearchToolType?: string )
src/ai/openai.ts:56
Methodconstructor
(key: string, baseUrl?: string, config?: GeminiConfig)
src/ai/gemini.ts:23
Methodconstructor
(message: string)
src/ai/errors.ts:2
Methodconstructor
()
src/db/problems-db.ts:25
Methodconstructor
()
src/db/chat-db.ts:29
FunctioncopyToClipboard
()
src/components/ui/shadcn-io/code-block/index.tsx:453
FunctiondrawGraph
()
src/components/markdown/diagram/MathPlotDiagram.tsx:73
MethodgetAvailableModels
()
src/ai/openai.ts:441
FunctiongetDefaultShortcuts
()
src/store/settings-store.ts:188
FunctionhandleAddSource
()
src/components/settings/AddAISourceDialog.tsx:63
FunctionhandleCancel
()
src/components/pages/ImportSettingsPage.tsx:102
FunctionhandleConfirmImport
()
src/components/pages/ImportSettingsPage.tsx:79
FunctionhandleCopy
()
src/components/settings/ShareAISourceDialog.tsx:35
FunctionhandleDeleteChat
(chatId: string)
src/hooks/use-chat-logic.ts:378
FunctionhandleEditCancel
()
src/components/chat/chat-messages.tsx:62
FunctionhandleFallbackChange
(model: string, sourceId?: string | null)
src/components/settings/SettingsPage.tsx:297
FunctionhandleForkChat
(chatId: string)
src/hooks/use-chat-logic.ts:356
FunctionhandleGlobalKeyDown
(e: React.KeyboardEvent)
src/components/solutions/SolutionsArea.tsx:101
FunctionhandleImproveSolution
(improveSolutionPrompt: string)
src/components/solutions/ImproveSolutionDialog.tsx:63
FunctionhandleKeyDown
(e: KeyboardEvent)
src/components/markdown/diagram/JSXGraphDiagram.tsx:43
FunctionhandleKeyDown
(e: KeyboardEvent<HTMLDivElement>)
src/components/solutions/ActiveSolutionContent.tsx:67
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/settings/ShortcutRecorder.tsx:33
FunctionhandleKeyUp
(event: KeyboardEvent)
src/components/settings/ShortcutRecorder.tsx:42
FunctionhandleModelChange
(model: string)
src/components/settings/SettingsPage.tsx:287
FunctionhandleModelSelect
(model: string)
src/components/actions/ModelSelectorPopover.tsx:19
FunctionhandleNameBlur
()
src/components/settings/AIAPICredentialsManager.tsx:77
FunctionhandlePaste
(e: ClipboardEvent)
src/components/preview/PreviewCard.tsx:84
FunctionhandleReset
()
src/components/markdown/diagram/JSXGraphDiagram.tsx:21
FunctionhandleScroll
()
src/components/solutions/StreamingOutputDisplay.tsx:46
FunctionhandleSelectSource
(sourceId: string)
src/hooks/use-chat-logic.ts:207
FunctionhandleSend
()
src/hooks/use-chat-logic.ts:229
FunctionhandleStartChat
()
src/components/solutions/SolutionViewer.tsx:112
FunctionhandleStartRename
(id: string, currentName: string)
src/components/preview/PreviewList.tsx:42
FunctionhandleStreamResponse
( stream: AsyncIterable<{ text?: string }>, callback?: (text: string) => void, )
src/ai/base-client.ts:27
FunctionhandleSubmit
(e: SubmitEvent)
src/components/pages/InitPage.tsx:42
FunctionhandleUndo
()
src/components/pages/ImportSettingsPage.tsx:106
FunctionhandleUsbChange
()
src/components/actions/UploadArea.tsx:104
Functionheaders
()
next.config.js:4
Functionlistener
()
src/components/theme-provider.tsx:67
FunctionlogAiQuery
(model: string, messages: AiChatMessage[])
src/ai/base-client.ts:44
FunctionnextHint
()
src/components/solutions/Explanation.tsx:53
FunctiononKeyDown
(e)
src/components/solutions/SolutionViewer.tsx:86
FunctiononKeyDown
(e)
src/components/dialogs/TextInputDialog.tsx:55
FunctionparseShortcutString
(input?: string | null)
src/utils/shortcuts.ts:299
FunctionremoveItem
(id: string)
src/components/pages/ScanPage.tsx:205
FunctionresetBaseUrl
()
src/components/settings/AIAPICredentialsManager.tsx:116
FunctionscrollToBottom
()
src/components/solutions/StreamingOutputDisplay.tsx:73
MethodsendChat
* Sends a standard text-only chat request.
src/ai/openai.ts:234
MethodsendMedia
* Sends a request with an image (Vision API).
src/ai/openai.ts:75
FunctionsetAvailableTools
(prompts: string[])
src/ai/base-client.ts:12
FunctionshuffleArray
(input: T[])
src/utils/shuffle.ts:1
FunctionsourceSupportsFileUpload
(source: AiSource)
src/store/ai-store.ts:29
FunctionswitchActiveItem
()
src/components/preview/PreviewItem.tsx:50
FunctiontoggleView
()
src/components/markdown/diagram/DiagramRenderer.tsx:20
← previous301–376 of 376, ranked by callers