MCPcopy Create free account

hub / github.com/adrianhajdin/ghost-ai / functions

Functions148 in github.com/adrianhajdin/ghost-ai

FunctionPATCH
( request: NextRequest, ctx: RouteContext<"/api/projects/[projectId]"> )
app/api/projects/[projectId]/route.ts:5
FunctionPOST
(request: Request)
app/api/liveblocks-auth/route.ts:8
FunctionPOST
(request: Request)
app/api/projects/route.ts:16
FunctionPOST
( request: Request, ctx: RouteContext<"/api/projects/[projectId]/collaborators"> )
app/api/projects/[projectId]/collaborators/route.ts:40
FunctionPOST
(request: Request)
app/api/ai/design/route.ts:6
FunctionPOST
(request: Request)
app/api/ai/design/token/route.ts:5
FunctionPOST
(request: Request)
app/api/ai/spec/route.ts:6
FunctionPOST
(request: Request)
app/api/ai/spec/token/route.ts:5
FunctionPUT
( request: NextRequest, ctx: RouteContext<"/api/projects/[projectId]/canvas"> )
app/api/projects/[projectId]/canvas/route.ts:31
FunctionPresenceCursors
()
components/editor/canvas/presence-cursors.tsx:8
FunctionPreviewCylinder
()
components/editor/canvas/shape-panel.tsx:36
FunctionPreviewDiamond
()
components/editor/canvas/shape-panel.tsx:20
FunctionPreviewHexagon
()
components/editor/canvas/shape-panel.tsx:28
FunctionProjectDialogs
({ dialogType, activeProject, name, roomId, loading, close, handleNameChange, submit, }: Proje
components/editor/project-dialogs.tsx:17
FunctionProjectItem
({ project, active = false, onRename, onDelete }: ProjectItemProps)
components/editor/project-sidebar.tsx:139
FunctionProjectShareDialog
({ projectId, open, onOpenChange, }: ProjectShareDialogProps)
components/editor/project-share-dialog.tsx:107
FunctionProjectSidebar
({ isOpen, onClose, ownedProjects, sharedProjects, onNewProject, onRename, onDelete, activePro
components/editor/project-sidebar.tsx:21
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:22
FunctionRunTracker
({ runId, publicToken, onTerminal }: RunTrackerProps)
components/editor/ai-sidebar.tsx:72
FunctionSaveStatusIndicator
({ status }: { status: SaveStatus })
components/editor/canvas/canvas-editor.tsx:281
FunctionScrollArea
({ className, children, ...props }: ScrollAreaPrimitive.Root.Props)
components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: ScrollAreaPrimitive.Scrollbar.Props)
components/ui/scroll-area.tsx:31
FunctionShapePanel
()
components/editor/canvas/shape-panel.tsx:87
FunctionShapePreview
({ shape }: { shape: NodeShape })
components/editor/canvas/shape-panel.tsx:54
FunctionSignInPage
()
app/sign-in/[[...sign-in]]/page.tsx:25
FunctionSignUpPage
()
app/sign-up/[[...sign-up]]/page.tsx:25
FunctionStarterTemplatesModal
({ open, onOpenChange, onImport, }: StarterTemplatesModalProps)
components/editor/starter-templates-modal.tsx:179
FunctionTabs
({ className, orientation = "horizontal", ...props }: TabsPrimitive.Root.Props)
components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: TabsPrimitive.Panel.Props)
components/ui/tabs.tsx:72
FunctionTabsList
({ className, variant = "default", ...props }: TabsPrimitive.List.Props & VariantProps<typeof tabsListVa
components/ui/tabs.tsx:41
FunctionTabsTrigger
({ className, ...props }: TabsPrimitive.Tab.Props)
components/ui/tabs.tsx:56
FunctionTemplatePreview
({ template }: TemplatePreviewProps)
components/editor/starter-templates-modal.tsx:23
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
components/ui/textarea.tsx:5
FunctioncopyLink
()
hooks/use-project-share.ts:139
FunctionhandleDragEnd
()
components/editor/canvas/shape-panel.tsx:111
FunctionhandleNameChange
(value: string)
hooks/use-project-actions.ts:63
FunctionhandleOpenChange
(open: boolean)
components/editor/project-dialogs.tsx:27
FunctiononKeyDown
(e: KeyboardEvent)
components/editor/canvas/canvas-editor.tsx:136
FunctiononKeyDown
(event: KeyboardEvent)
hooks/useKeyboardShortcuts.ts:22
FunctionopenCreate
()
hooks/use-project-dialogs.ts:35
FunctionopenCreate
()
hooks/use-project-actions.ts:35
FunctionopenDelete
(project: Project)
hooks/use-project-dialogs.ts:49
FunctionopenDelete
(project: ProjectRow)
hooks/use-project-actions.ts:51
FunctionopenRename
(project: Project)
hooks/use-project-dialogs.ts:42
FunctionopenRename
(project: ProjectRow)
hooks/use-project-actions.ts:44
Functionremove
(email: string)
hooks/use-project-share.ts:114
Functionsubmit
()
hooks/use-project-actions.ts:69
FunctionuseProjectDialogs
()
hooks/use-project-dialogs.ts:27
← previous101–148 of 148, ranked by callers