MCPcopy Create free account

hub / github.com/CezarProX/designclaw / functions

Functions298 in github.com/CezarProX/designclaw

↓ 1 callersFunctiongetPatternTags
(patterns: DetectedPatterns)
src/components/DesignSummary.tsx:58
↓ 1 callersFunctiongetProfile
(userId: string)
server/middleware/auth.ts:24
↓ 1 callersFunctiongetScreenshotSrc
(value: string | null)
src/pages/ExtractPage.tsx:83
↓ 1 callersFunctiongetSemanticLabel
(size: number)
src/components/TypeScale.tsx:14
↓ 1 callersFunctiongetSystemFontStack
(name: string)
src/hooks/use-font-loader.ts:26
↓ 1 callersFunctiongetUniqueLabel
(size: number)
src/components/TypeScale.tsx:132
↓ 1 callersFunctionhandleSearch
()
src/pages/HistoryPage.tsx:25
↓ 1 callersFunctionhandleSearch
()
src/pages/admin/AdminExtractions.tsx:53
↓ 1 callersFunctionhandleSubmit
(e: FormEvent)
src/components/UrlInput.tsx:16
↓ 1 callersFunctionhandleSubmit
(e: FormEvent)
src/pages/InputPage.tsx:108
↓ 1 callersFunctionhandler
()
src/pages/InputPage.tsx:44
↓ 1 callersFunctionhasHtmlContext
(html: HtmlStructure)
server/prompts/userPromptBuilder.ts:3
↓ 1 callersFunctionisDark
(color: string)
src/components/ComponentPreview.tsx:44
↓ 1 callersFunctionisSystemFont
(name: string)
src/hooks/use-font-loader.ts:22
↓ 1 callersFunctionisTransientError
* Check if an error is transient and worth retrying.
server/services/skillGenerator.ts:242
↓ 1 callersFunctionload
()
src/pages/admin/AdminUsers.tsx:22
↓ 1 callersFunctionload
()
src/pages/admin/AdminDashboard.tsx:42
↓ 1 callersFunctionloadData
()
src/pages/AdminPage.tsx:50
↓ 1 callersFunctionmatchesRelevantSelector
(trimmed: string, keywords: readonly string[])
server/utils/cssFilter.ts:136
↓ 1 callersFunctionmultiPassGeneration
* Multi-pass generation for higher quality (Opus mode): * Passes 1-3 run IN PARALLEL (different data slices, no dependencies). * Pass 4 (review) run
server/services/skillGenerator.ts:386
↓ 1 callersFunctionnavigateAndPreparePage
(page: Page, url: string)
server/services/crawler.ts:306
↓ 1 callersFunctiononChange
()
src/hooks/use-mobile.tsx:10
↓ 1 callersFunctionparseAnthropicStream
(response: Response)
server/services/skillGenerator.ts:160
↓ 1 callersFunctionparsePadding
(padding: string)
server/services/patternDetector.ts:53
↓ 1 callersFunctionparseSections
* Parse section headings from the SKILL.md content.
src/components/RegenerateSection.tsx:31
↓ 1 callersFunctionpersistActiveExtraction
(data: PersistedExtraction)
src/stores/extractionStore.ts:25
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:71
↓ 1 callersFunctionregenerateSection
(input: RegenerationInput)
server/services/skillGenerator.ts:858
↓ 1 callersFunctionremoveForceVisible
* Remove the injected settle styles so CSS extraction * captures the site's original authored styles.
server/services/crawler.ts:268
↓ 1 callersFunctionreplaceFrontmatter
(doc: string, replacement: string)
server/services/skillGenerator.ts:31
↓ 1 callersFunctionreplaceSectionBlock
(doc: string, sectionName: string, replacement: string)
server/services/skillGenerator.ts:42
↓ 1 callersFunctionreplayCompleted
( stream: { writeSSE: (data: { data: string }) => Promise<void> }, extractionId: string, extraction: {
server/routes/extract.ts:248
↓ 1 callersFunctionrgbToHex
(rgb: string)
src/components/DesignGuidelines.tsx:14
↓ 1 callersFunctionrunPipeline
(job: JobState)
server/services/jobRunner.ts:148
↓ 1 callersFunctionscoreButton
(btn: ExtractedDesignData['components']['buttons'][0])
src/components/ComponentPreview.tsx:139
↓ 1 callersFunctionscrollFullPage
(page: Page)
server/services/crawler.ts:90
↓ 1 callersFunctionselectButtons
(buttons: ExtractedDesignData['components']['buttons'])
src/components/ComponentPreview.tsx:156
↓ 1 callersFunctionsinglePassGeneration
* Single-pass: one call with desktop screenshot + all data.
server/services/skillGenerator.ts:318
↓ 1 callersFunctionstartExtractionJob
( extractionId: string, url: string, domain: string, model: ModelChoice, )
server/services/jobRunner.ts:97
↓ 1 callersFunctiontakeLeadingCss
(lines: readonly string[], maxLength: number)
server/utils/cssFilter.ts:105
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseNavScroll
()
src/pages/InputPage.tsx:39
↓ 1 callersFunctionusePrimaryFontStack
(data: ExtractedDesignData)
src/hooks/use-font-loader.ts:207
↓ 1 callersFunctionuseStaggeredCompletion
* Stagger the visual display of completed steps. * When source/computed/patterns all complete near-simultaneously, * show their checkmarks one at a
src/components/ProgressSteps.tsx:80
↓ 1 callersFunctionuseToast
()
src/hooks/use-toast.ts:166
↓ 1 callersFunctionuseVisibleSteps
* Steps reveal one at a time. A step becomes visible when: * - It's the first step (immediately), OR * - The previous step has started (status !== '
src/components/ProgressSteps.tsx:42
↓ 1 callersFunctionwaitForPreloader
* Wait for preloader/loading overlay to disappear. * Many sites show a full-screen loader on initial paint — we need to * wait for it to go away bef
server/services/crawler.ts:119
FunctionA
(props: ComponentPropsWithoutRef<'a'>)
src/components/MarkdownPreview.tsx:87
FunctionActionButton
({ onClick, children, }: { readonly onClick: () => void; readonly children: React.ReactNode; })
src/components/OutputTabs.tsx:17
FunctionAdminDashboard
()
src/pages/admin/AdminDashboard.tsx:35
FunctionAdminExtractions
()
src/pages/admin/AdminExtractions.tsx:18
FunctionAdminLayout
()
src/pages/admin/AdminLayout.tsx:10
FunctionAdminPage
()
src/pages/AdminPage.tsx:38
FunctionAdminUsers
()
src/pages/admin/AdminUsers.tsx:15
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:51
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:46
FunctionApp
()
src/App.tsx:47
FunctionAuthGuard
({ children, requireAdmin = false }: AuthGuardProps)
src/components/AuthGuard.tsx:10
FunctionAuthInitializer
({ children }: { children: React.ReactNode })
src/App.tsx:29
FunctionAvatarCropModal
({ imageSrc, onCrop, onClose }: AvatarCropModalProps)
src/components/AvatarCropModal.tsx:39
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:25
FunctionBlockquote
(props: ComponentPropsWithoutRef<'blockquote'>)
src/components/MarkdownPreview.tsx:62
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:69
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:62
FunctionButtonPreview
({ btn, pageBg, fallbackFont, compact, }: { readonly btn: ExtractedDesignData['components']['buttons
src/components/ComponentPreview.tsx:62
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:10
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:61
FunctionCode
({ inline, ...props }: ComponentPropsWithoutRef<'code'> & { inline?: boolean })
src/components/MarkdownPreview.tsx:50
FunctionColorPalette
({ data, enrichedPalette }: ColorPaletteProps)
src/components/ColorPalette.tsx:120
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:117
FunctionComponentPreview
({ data, domain, screenshot, screenshotUrl }: ComponentPreviewProps)
src/components/ComponentPreview.tsx:215
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:157
FunctionCornerArc
({ radius }: { readonly radius: number })
src/components/SpacingShape.tsx:45
FunctionDesignGuidelines
({ data, patterns }: DesignGuidelinesProps)
src/components/DesignGuidelines.tsx:125
FunctionDesignSummary
({ url, domain, screenshot, screenshotUrl, data, patterns, designTagline, designDescription }: DesignSummaryPr
src/components/DesignSummary.tsx:69
FunctionDetailHeader
({ domain, model, onBack, onReExtract, }: { readonly domain: string; readonly model: string; rea
src/pages/HistoryDetailPage.tsx:158
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:59
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:54
FunctionDownloadButton
({ content, domain, disabled = false }: DownloadButtonProps)
src/components/DownloadButton.tsx:11
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:6
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:51
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:46
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:158
FunctionEnrichedColorGroup
({ label, colors, }: { readonly label: string; readonly colors: readonly EnrichedColor[]; })
src/components/ColorPalette.tsx:51
FunctionEnrichedSwatch
({ color }: { readonly color: EnrichedColor })
src/components/ColorPalette.tsx:26
FunctionExtractPage
()
src/pages/ExtractPage.tsx:18
FunctionExtractionCard
({ id, domain, url, model, status, createdAt, thumbnailUrl, onDelete, }: ExtractionCardProps)
src/components/ExtractionCard.tsx:32
FunctionForgotPasswordPage
()
src/pages/ForgotPasswordPage.tsx:6
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:20
FunctionH1
(props: ComponentPropsWithoutRef<'h1'>)
src/components/MarkdownPreview.tsx:95
FunctionH2
(props: ComponentPropsWithoutRef<'h2'>)
src/components/MarkdownPreview.tsx:99
FunctionH3
(props: ComponentPropsWithoutRef<'h3'>)
src/components/MarkdownPreview.tsx:103
FunctionH4
(props: ComponentPropsWithoutRef<'h4'>)
src/components/MarkdownPreview.tsx:107
FunctionHeader
({ domain, model, onBack, url, showReextract = false, }: { readonly domain: string; readonly mod
src/pages/ExtractPage.tsx:224
FunctionHistoryDetailPage
()
src/pages/HistoryDetailPage.tsx:15
FunctionHistoryPage
()
src/pages/HistoryPage.tsx:7
FunctionHr
()
src/components/MarkdownPreview.tsx:71
FunctionImg
(props: ComponentPropsWithoutRef<'img'>)
src/components/MarkdownPreview.tsx:111
FunctionIndex
()
src/pages/Index.tsx:3
← previousnext →101–200 of 298, ranked by callers