MCPcopy Create free account

hub / github.com/developedbyed/sprout-scribble / functions

Functions120 in github.com/developedbyed/sprout-scribble

↓ 80 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 7 callersFunctioncheckDate
(dateToCheck: Date, daysAgo: number)
app/dashboard/analytics/check-date.ts:1
↓ 4 callersFunctionbetweenWeeks
( dateToCheck: Date, betweenDate1: number, betweenDate2: number )
app/dashboard/analytics/between-weeks.ts:1
↓ 4 callersFunctionsetFilter
(tag: string)
components/products/product-tags.tsx:12
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:42
↓ 3 callersFunctionformatPrice
(price: number)
lib/format-price.ts:1
↓ 3 callersFunctiongenerateEmailVerificationToken
(email: string)
server/actions/tokens.ts:24
↓ 3 callersFunctionsendVerificationEmail
(email: string, token: string)
server/actions/email.ts:23
↓ 2 callersFunctiongetReviewAverage
(reviews: number[])
lib/review-avarage.ts:1
↓ 2 callersFunctiongetTwoFactorTokenByEmail
(email: string)
server/actions/tokens.ts:91
↓ 2 callersFunctiongetVerificationTokenByEmail
(email: string)
server/actions/tokens.ts:13
↓ 2 callersFunctionmonthlyChart
(chartItems: { date: Date; revenue: number }[])
app/dashboard/analytics/monthly-chart.ts:3
↓ 2 callersFunctionweeklyChart
(chartItems: { date: Date; revenue: number }[])
app/dashboard/analytics/weekly-chart.ts:3
↓ 1 callersFunctionaddPendingDataPoint
()
app/dashboard/products/input-tags.tsx:22
↓ 1 callersFunctioncheckProduct
(id: number)
app/dashboard/add-product/product-form.tsx:49
↓ 1 callersFunctiongeneratePasswordResetToken
(email: string)
server/actions/tokens.ts:113
↓ 1 callersFunctiongenerateTwoFactorToken
(email: string)
server/actions/tokens.ts:139
↓ 1 callersFunctiongetBaseURL
()
lib/base-url.ts:1
↓ 1 callersFunctiongetPasswordResetTokenByEmail
(email: string)
server/actions/tokens.ts:80
↓ 1 callersFunctiongetPasswordResetTokenByToken
(token: string)
server/actions/tokens.ts:69
↓ 1 callersFunctiongetProduct
(id: number)
server/actions/get-product.ts:7
↓ 1 callersFunctiongetStripe
()
lib/get-stripe.ts:5
↓ 1 callersFunctionnewVerification
(token: string)
server/actions/tokens.ts:45
↓ 1 callersFunctionsendPasswordResetEmail
(email: string, token: string)
server/actions/email.ts:35
↓ 1 callersFunctionsendTwoFactorTokenByEmail
( email: string, token: string )
server/actions/email.ts:9
↓ 1 callersFunctionsetEdit
()
app/dashboard/products/product-variant.tsx:59
↓ 1 callersFunctionsetSwitchState
()
components/navigation/user-button.tsx:27
↓ 1 callersFunctionupdatePreview
(index: number)
components/products/product-showcase.tsx:27
FunctionActionCell
({ row }: { row: Row<ProductColumn> })
app/dashboard/products/columns.tsx:37
FunctionAddCart
()
components/cart/add-cart.tsx:10
FunctionAddProduct
()
app/dashboard/add-product/page.tsx:6
FunctionAlgolia
()
components/products/algolia.tsx:69
FunctionAnalytics
()
app/dashboard/analytics/page.tsx:15
FunctionAuthCard
({ children, cardTitle, backButtonHref, backButtonLabel, showSocials, }: CardWrapperProps)
components/auth/auth-card.tsx:19
FunctionBackButton
({ href, label, }: { href: string label: string })
components/auth/back-button.tsx:6
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionCartDrawer
()
components/cart/cart-drawer.tsx:18
FunctionCartItems
()
components/cart/cart-items.tsx:22
FunctionCartMessage
()
components/cart/cart-message.tsx:8
FunctionCartProgress
()
components/cart/cart-progress.tsx:6
FunctionDashbboardPage
()
app/dashboard/page.tsx:3
FunctionDashboardLayout
({ children, }: { children: React.ReactNode })
app/dashboard/layout.tsx:6
FunctionDashboardNav
({ allLinks, }: { allLinks: { label: string; path: string; icon: JSX.Element }[] })
components/navigation/dashboard-nav.tsx:8
FunctionDataTable
({ columns, data, }: DataTableProps<TData, TValue>)
app/dashboard/products/data-table.tsx:39
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionEarnings
({ totalOrders, }: { totalOrders: TotalOrders[] })
app/dashboard/analytics/earnings.tsx:26
FunctionEmailVerification
()
app/auth/new-verification/page.tsx:3
FunctionEmailVerificationForm
()
components/auth/email-verification-form.tsx:11
FunctionError
({ error, reset, }: { error: Error & { digest?: string } reset: () => void })
app/error.tsx:5
FunctionFormError
({ message }: { message?: string })
components/auth/form-error.tsx:3
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:29
FunctionFormSuccess
({ message }: { message?: string })
components/auth/form-success.tsx:3
FunctionHit
({ hit, }: { hit: { objectID: string id: string price: number title: string productTyp
components/products/algolia.tsx:12
FunctionHome
()
app/page.tsx:8
FunctionLoading
()
app/loading.tsx:1
FunctionLogin
()
app/auth/login/page.tsx:4
FunctionLoginForm
()
components/auth/login-form.tsx:35
FunctionLogo
()
components/navigation/logo.tsx:1
FunctionNav
()
components/navigation/nav.tsx:9
FunctionNewPass
()
app/auth/new-password/page.tsx:3
FunctionNewPasswordForm
()
components/auth/new-password-form.tsx:31
FunctionOrderConfirmed
()
components/cart/order-confirmed.tsx:10
FunctionPOST
(req: NextRequest)
app/api/stripe/route.ts:9
FunctionPage
({ params }: { params: { slug: string } })
app/products/[slug]/page.tsx:32
FunctionPage
()
app/dashboard/orders/page.tsx:45
FunctionPayment
()
components/cart/payment.tsx:12
FunctionPaymentForm
({ totalPrice }: { totalPrice: number })
components/cart/payment-form.tsx:18
FunctionProductForm
()
app/dashboard/add-product/product-form.tsx:34
FunctionProductPick
({ id, color, productType, title, price, productID, image, }: { id: number color: string p
components/products/product-pick.tsx:5
FunctionProductShowcase
({ variants, }: { variants: VariantsWithImagesTags[] })
components/products/product-showcase.tsx:17
FunctionProductTags
()
components/products/product-tags.tsx:7
FunctionProductType
({ variants, }: { variants: VariantsWithImagesTags[] })
components/products/product-type.tsx:7
FunctionProducts
({ variants }: ProductTypes)
components/products/products.tsx:15
FunctionProducts
()
app/dashboard/products/page.tsx:6
FunctionRegister
()
app/auth/register/page.tsx:3
FunctionRegisterForm
()
components/auth/register-form.tsx:27
FunctionReset
()
app/auth/reset/page.tsx:3
FunctionResetForm
()
components/auth/reset-form.tsx:29
FunctionReview
({ reviews }: { reviews: ReviewsWithUser[] })
components/reviews/review.tsx:9
FunctionReviewChart
({ reviews, }: { reviews: ReviewsWithUser[] })
components/reviews/review-chart.tsx:10
FunctionReviews
({ productID }: { productID: number })
components/reviews/reviews.tsx:8
FunctionReviewsForm
()
components/reviews/reviews-form.tsx:32
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:20
FunctionSales
({ totalOrders }: { totalOrders: TotalOrders[] })
app/dashboard/analytics/sales.tsx:22
FunctionSettings
()
app/dashboard/settings/page.tsx:5
FunctionSettingsCard
(session: SettingsForm)
app/dashboard/settings/settings-card.tsx:40
FunctionSocials
()
components/auth/socials.tsx:8
FunctionStars
({ rating, totalReviews, size = 14, }: { rating: number totalReviews?: number size?: number })
components/reviews/stars.tsx:6
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/providers/theme-provider.tsx:7
FunctionTiptap
({ val }: { val: string })
app/dashboard/add-product/tiptap.tsx:11
FunctionToaster
()
components/ui/toaster.tsx:6
FunctionUserButton
({ user }: Session)
components/navigation/user-button.tsx:22
FunctionVariantImages
()
app/dashboard/products/variant-images.tsx:33
Functionbutton
({ ready })
app/dashboard/settings/settings-card.tsx:141
next →1–100 of 120, ranked by callers