MCPcopy Create free account

hub / github.com/NickTikhonov/snap-ql / functions

Functions146 in github.com/NickTikhonov/snap-ql

FunctionIndex
()
src/renderer/src/App.tsx:32
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/renderer/src/components/ui/menubar.tsx:192
FunctionModeToggle
()
src/renderer/src/components/ui/mode-toggle.tsx:12
FunctionPagination
({ className, ...props }: React.ComponentProps<'nav'>)
src/renderer/src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
src/renderer/src/components/ui/pagination.tsx:78
FunctionPaginationLink
({ className, isActive, size = 'icon', ...props }: PaginationLinkProps)
src/renderer/src/components/ui/pagination.tsx:34
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/renderer/src/components/ui/pagination.tsx:65
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/renderer/src/components/ui/pagination.tsx:49
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/renderer/src/components/ui/resizable.tsx:18
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/renderer/src/components/ui/resizable.tsx:6
FunctionResultsTable
({ results, isLoading, graphMetadata, onCreateGraph }: ResultsTableProps)
src/renderer/src/components/ResultsTable.tsx:29
FunctionSQLEditor
({ value, onChange, onRun, isLoading }: SQLEditorProps)
src/renderer/src/components/SQLEditor.tsx:17
FunctionSchemaCard
({ table, onClick }: SchemaCardProps)
src/renderer/src/components/SchemaCard.tsx:11
FunctionSchemaViewer
({ selectedConnection }: SchemaViewerProps)
src/renderer/src/components/SchemaViewer.tsx:25
FunctionSettings
()
src/renderer/src/components/Settings.tsx:18
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/renderer/src/components/ui/sheet.tsx:76
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/renderer/src/components/ui/sheet.tsx:71
FunctionSidebar
({ currentView, onViewChange, queryHistory, favorites, onItemSelect, onAddToFavorites, onRemoveF
src/renderer/src/components/Sidebar.tsx:36
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/renderer/src/components/ui/skeleton.tsx:3
FunctionTableDetailView
({ table, onBack, selectedConnection }: TableDetailViewProps)
src/renderer/src/components/TableDetailView.tsx:16
FunctionThemeProvider
({ children, defaultTheme = 'system', storageKey = 'vite-ui-theme', ...props }: ThemeProviderProps)
src/renderer/src/components/ui/theme-provider.tsx:23
FunctionToaster
()
src/renderer/src/components/ui/toaster.tsx:11
FunctionToaster
({ ...props }: ToasterProps)
src/renderer/src/components/ui/sonner.tsx:6
FunctioncopyCSV
()
src/renderer/src/components/ResultsTable.tsx:37
FunctioncopyJSON
()
src/renderer/src/components/ResultsTable.tsx:46
FunctionhandleAIQuery
(userQuery: string, autoRun: boolean)
src/renderer/src/App.tsx:117
FunctionhandleAddToFavorites
(historyItem: QueryHistory)
src/renderer/src/App.tsx:198
FunctionhandleAddYColumn
(column: string)
src/renderer/src/components/GraphEditDialog.tsx:55
FunctionhandleBackClick
()
src/renderer/src/components/SchemaViewer.tsx:64
FunctionhandleCancel
()
src/renderer/src/components/GraphEditDialog.tsx:65
FunctionhandleConnectionSaved
()
src/renderer/src/components/Sidebar.tsx:79
FunctionhandleConnectionSelect
(connectionName: string | null)
src/renderer/src/App.tsx:206
FunctionhandleGraphMetadataChange
(newMetadata: GraphMetadata)
src/renderer/src/App.tsx:179
FunctionhandleItemSelect
(item: QueryHistory)
src/renderer/src/App.tsx:170
FunctionhandleKeyDown
(event: KeyboardEvent)
src/renderer/src/components/ui/sidebar.tsx:92
FunctionhandleKeyPress
(e: React.KeyboardEvent)
src/renderer/src/components/AIChat.tsx:30
FunctionhandleNewQuery
()
src/renderer/src/App.tsx:218
FunctionhandleRemoveFromFavorites
(favoriteId: string)
src/renderer/src/App.tsx:202
FunctionhandleSave
()
src/renderer/src/components/GraphEditDialog.tsx:45
FunctionsaveConnection
()
src/renderer/src/components/ConnectionDialog.tsx:100
FunctiontestConnection
()
src/renderer/src/components/ConnectionDialog.tsx:74
Functionupdate
(props: ToasterToast)
src/renderer/src/hooks/use-toast.ts:140
FunctionupdateAiProvider
(provider: 'openai' | 'claude')
src/renderer/src/components/Settings.tsx:126
FunctionupdateApiKey
()
src/renderer/src/components/Settings.tsx:135
FunctionupdateModel
()
src/renderer/src/components/Settings.tsx:173
FunctionupdateOpenAIBaseUrl
()
src/renderer/src/components/Settings.tsx:158
← previous101–146 of 146, ranked by callers