MCPcopy Create free account

hub / github.com/code100x/daily-code / functions

Functions235 in github.com/code100x/daily-code

FunctionAppbarClient
()
apps/web/components/AppbarClient.tsx:4
FunctionBadge
({ className, variant, ...props }: BadgeProps)
packages/ui/src/shad/ui/badge.tsx:25
FunctionBlog
({ problem, track, showAppBar, showPagination, isPdfRequested, problemIndex, }: { problem: Probl
apps/web/components/Blog.tsx:13
FunctionBlogAppbar
({ track, problemIndex, }: { problem: Problem & { notionRecordMap: any }; track: Track & { problems: P
apps/web/components/BlogAppbar.tsx:22
FunctionButtonCategory
({ categories, selectedCategory, handleCategoryChange }: CategoryProps)
apps/web/components/Categories.tsx:78
FunctionCanvaTrack
()
apps/web/app/canva-track/[...trackIds]/page.tsx:42
FunctionCard
({ className, title, children, href, }: { className?: string; title: string; children: React.Rea
apps/web/components/card.tsx:1
FunctionCategories
({ categories }: { categories: Category[] })
apps/web/components/Categories.tsx:16
FunctionCodeBlock
({ block }: { block: any })
apps/web/components/CodeBlock.tsx:10
FunctionCompleteAddTracks
({ categories }: { categories: Categories[] })
apps/web/components/admin/CompleteAddTracks.tsx:17
FunctionCompleteTrackCard
({ notionId, TrackData }: { notionId: string; TrackData: CompleteTrackCardProps })
apps/web/components/admin/CompleteTrackCard.tsx:25
FunctionContentSearch
({ tracks }: { tracks: TrackPros[] })
apps/web/components/ContentSearch.tsx:23
FunctionCustomPagination
({ isAtHeader = false, problemIndex, track, }: { allProblems: Problem[]; isAtHeader?: boolean; pro
apps/web/components/CustomPagination.tsx:7
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/shad/ui/dailog.tsx:56
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/shad/ui/dailog.tsx:51
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
packages/ui/src/shad/ui/dropdown-menu.tsx:160
FunctionEditCategories
({ categories, }: { categories: { id: string; category: string; }[]; })
apps/web/components/admin/EditCategories.tsx:19
FunctionEditMCQ
({ mcq, setIsUpdate }: { mcq: MCQQuestion; setIsUpdate: Dispatch<SetStateAction<boolean>> })
apps/web/components/mcq/EditMCQ.tsx:18
FunctionEditProblem
({ problem }: { problem: Prisma.ProblemCreateManyInput })
apps/web/components/EditProblem.tsx:6
FunctionEditTrackCard
({ Track, categories }: { Track: TrackCardProps; categories: Categories[] })
apps/web/components/admin/EditTrackCard.tsx:16
FunctionFooter
()
apps/web/screens/footer.tsx:5
FunctionFooterCTA
()
apps/web/screens/footer-cta.tsx:9
FunctionGET
(req: NextRequest)
apps/web/app/api/revalidate/route.ts:4
FunctionHeader
({ title }: { title: string })
apps/web/app/canva-track/[...trackIds]/page.tsx:9
FunctionHero
({ tracks }: { tracks: TrackPros[] })
apps/web/components/Hero.tsx:8
FunctionLanding
()
apps/web/screens/Landing.tsx:9
FunctionLessonView
({ problem, track, showAppBar, showPagination = false, isPdfRequested, }: { problem: Problem & { n
apps/web/components/LessonView.tsx:9
FunctionLinkCard
({ track }: { track: LinkCardProps })
apps/web/components/admin/LinkCard.tsx:21
FunctionLinkProblems
({ tracks }: { tracks: LinkProblemsProps[] })
apps/web/components/admin/LinkProblems.tsx:20
FunctionLoader
()
apps/web/components/Loader.tsx:1
FunctionMCQCard
({ problem }: { problem: Problem })
apps/web/components/mcq/MCQCard.tsx:8
FunctionMCQPanel
({ problem }: { problem: Problem & { notionRecordMap: any } })
apps/web/components/mcq/MCQPanel.tsx:9
FunctionMCQQuestion
({ question, setAtempted, isReset, isSubmitted, setisSubmitted, }: { question: Question; setAtem
apps/web/components/mcq/MCQQuestion.tsx:6
FunctionMCQRenderer
({ problem, track, showAppBar, problemIndex, }: { problem: Problem & { notionRecordMap: any }; tra
apps/web/components/mcq/MCQRenderer.tsx:10
FunctionMarketingLayout
({ children }: { children: React.ReactNode })
apps/web/app/(marketing)/layout.tsx:5
FunctionModeToggle
()
apps/web/components/ModeToggle.tsx:11
FunctionMultipleOptionChip
({ value }: { value: string })
apps/web/components/MultipleOptionChip.tsx:1
FunctionNotionRenderer
({ recordMap }: { recordMap: any })
apps/web/components/NotionRenderer.tsx:12
FunctionPOST
(req: NextRequest)
apps/web/app/api/AddTracks/route.ts:6
FunctionPage
()
apps/web/app/page.tsx:3
FunctionPageToggle
({ allProblems, isAtHeader = false, track, }: { allProblems: Problem[]; isAtHeader?: boolean; trac
apps/web/components/PageToggle.tsx:11
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
packages/ui/src/shad/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/shad/ui/pagination.tsx:65
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
packages/ui/src/shad/ui/pagination.tsx:34
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
packages/ui/src/shad/ui/pagination.tsx:57
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
packages/ui/src/shad/ui/pagination.tsx:49
FunctionPrint
()
apps/web/components/Print.tsx:6
FunctionPrivacyPolicyPage
()
apps/web/app/(marketing)/(policy)/privacy-policy/page.tsx:3
FunctionProblemCard
({ problem }: { problem: Problem })
apps/web/components/admin/ProblemCard.tsx:20
FunctionProblemEditor
({ problems }: { problems: Problem[] })
apps/web/components/admin/ProblemEditor.tsx:6
FunctionProfile
()
apps/web/app/profile/page.tsx:8
FunctionProfileChilldren
({ children }: { children: React.ReactNode })
apps/web/components/ProfileChildren.tsx:8
FunctionProfileLayout
({ children }: { children: React.ReactNode })
apps/web/app/profile/layout.tsx:11
FunctionProfileOptions
()
apps/web/components/profile/ProfileOptions.tsx:6
FunctionProfileSidebar
()
apps/web/components/ProfileSidebar.tsx:10
FunctionProviders
({ children }: { children: React.ReactNode })
apps/web/components/Providers.tsx:10
FunctionRedirectToLastSolved
({ trackId }: { trackId: string })
apps/web/components/RedirectToLastSolved.tsx:7
FunctionRedirectToLoginCard
()
apps/web/components/RedirectToLoginCard.tsx:5
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
packages/ui/src/shad/ui/resizable.tsx:17
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
packages/ui/src/shad/ui/resizable.tsx:8
FunctionRootLayout
({ children }: { children: React.ReactNode })
apps/web/app/layout.tsx:28
FunctionScrollToTopWrapper
({ children }: { children: React.ReactNode })
apps/web/components/ScrollToTopWrapper.tsx:5
FunctionSearchDialog
({ tracks }: { tracks: (Track & { problems: Problem[] })[] })
apps/web/components/SearchDialog.tsx:16
FunctionSelectCategory
({ categories, selectedCategory, handleCategoryChange }: CategoryProps)
apps/web/components/Categories.tsx:47
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/shad/ui/sheet.tsx:77
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/shad/ui/sheet.tsx:72
FunctionSignin
()
apps/web/components/Signin.tsx:10
FunctionSigninPage
()
apps/web/app/auth/page.tsx:4
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/shad/ui/skeleton.tsx:3
FunctionSpotlight
({ className, fill }: SpotlightProps)
packages/ui/src/shad/ui/spotlight.tsx:10
FunctionSubmissionMCQ
({ problem }: { problem: Problem })
apps/web/components/mcq/SubmissionMCQ.tsx:7
FunctionTermsAndConditionsPage
()
apps/web/app/(marketing)/tnc/page.tsx:3
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
apps/web/components/Providers.tsx:19
FunctionToaster
()
packages/ui/src/shad/ui/toaster.tsx:6
FunctionTrackCard2
({ track }: { track: TrackCardProps })
apps/web/components/TrackCard-2.tsx:18
FunctionTrackComponent
({ params }: { params: { pdfId: string[] } })
apps/web/app/pdf/[...pdfId]/page.tsx:13
FunctionTrackComponent
({ params }: { params: { trackIds: string[] } })
apps/web/app/tracks/[...trackIds]/page.tsx:70
FunctionTrackList
({ track }: { track: Track & { problems: Problem[] } })
apps/web/components/TrackList.tsx:6
FunctionTrackPreview
({ showPreview, setShowPreview, track }: TrackPreviewProps)
apps/web/components/TrackPreview.tsx:23
FunctionTrackTools
({ track, problemIndex, }: { allProblems: Problem[]; track: Track & { problems: Problem[] }; problem
apps/web/components/TrackTools.tsx:8
FunctionTracks
({ tracks, categories }: TracksWithCategoriesProps)
apps/web/components/Tracks.tsx:48
FunctionTracksEditor
({ tracks }: { tracks: TrackCardProps[] })
apps/web/components/admin/TracksEditor.tsx:16
FunctionUserAccountDropDown
()
apps/web/components/UserAccountDropDown.tsx:27
FunctionUserDetailForm
({ user }: { user: User })
apps/web/components/UserDetailForm.tsx:6
FunctionUserImage
({ image }: any)
apps/web/components/UserImage.tsx:3
FunctioncloseWindow
()
apps/web/components/Print.tsx:14
MethodcomponentDidCatch
(error: Error, errorInfo: React.ErrorInfo)
apps/web/components/ErrorBoundary.tsx:22
Methodconstructor
()
packages/db/Cache.ts:11
Methodconstructor
(props: ErrorBoundaryProps)
apps/web/components/ErrorBoundary.tsx:12
Methodconstructor
()
apps/web/lib/cache/in-memory-cache.ts:12
Methodconstructor
(redisUrl: string)
apps/web/lib/cache/redis-cache.ts:9
Methodevict
(type: string, args: string[])
packages/db/Cache.ts:39
Methodevict
(type: string, args: string[])
apps/web/lib/cache/in-memory-cache.ts:49
Methodevict
(type: string, args: string[])
apps/web/lib/cache/redis-cache.ts:41
FunctiongenerateMetadata
({ params }: { params: { trackIds: string[] } })
apps/web/app/tracks/[...trackIds]/page.tsx:13
FunctiongenerateStaticParams
()
apps/web/app/tracks/[...trackIds]/page.tsx:50
Methodget
(type: string, args: string[])
packages/db/Cache.ts:35
Methodget
(type: string, args: string[])
apps/web/lib/cache/in-memory-cache.ts:36
Methodget
(type: string, args: string[])
apps/web/lib/cache/redis-cache.ts:35
MethodgetDerivedStateFromError
()
apps/web/components/ErrorBoundary.tsx:17
← previousnext →101–200 of 235, ranked by callers