MCPcopy Create free account

hub / github.com/Deadlink-Hunter/Broken-Link-Website / functions

Functions125 in github.com/Deadlink-Hunter/Broken-Link-Website

↓ 13 callersFunctionuseIsDark
()
src/components/Hooks/useIsDark.ts:3
↓ 5 callersFunctionuseNavigationLinks
()
src/components/Hooks/useNavigationLinks.ts:9
↓ 4 callersFunctionbasicCardTest
(canvasElement: HTMLElement)
src/components/UI/Card/card.story.tsx:17
↓ 4 callersFunctionbuttonClick
(canvasElement: HTMLElement, buttonName: string)
src/components/UI/Button/button.story.tsx:33
↓ 4 callersFunctiontestIfTypographyIsRenderedCorrectly
({ canvasElement, args, }: { canvasElement: HTMLElement; args: StoryArgs; })
src/components/UI/Typography/typography.story.tsx:27
↓ 4 callersFunctionwithErrorBoundary
(element: React.ReactNode)
src/Router.tsx:17
↓ 3 callersFunctiongetUrlStatusColor
(isError: boolean, isDark: boolean, lightShade: number)
src/pages/Scanner/components/styles.ts:9
↓ 2 callersFunctionbasicDividerTest
(canvasElement: HTMLElement)
src/components/UI/Divider/divider.story.tsx:14
↓ 2 callersFunctiongetSubTextColor
(isDark: boolean)
src/components/Footer/styles.ts:6
↓ 2 callersFunctiongetTextColor
(isDark: boolean)
src/pages/Scanner/components/styles.ts:7
↓ 2 callersFunctionhandleApiError
(err: unknown)
src/services/LinkChecker/linkCheckerService.ts:7
↓ 2 callersFunctionhasError
(result: { error?: ApiErrorTypes | null })
src/pages/Scanner/utils/scanMutation.ts:12
↓ 2 callersFunctionisBatchScanResult
( result: ScanResult )
src/pages/Scanner/utils/scan.ts:12
↓ 2 callersFunctionmsToSeconds
(ms: number)
src/util/timeutils.ts:1
↓ 2 callersFunctionrender
(ui: React.ReactNode)
test-utils/render.tsx:5
↓ 2 callersFunctionrenderExploreToolkit
()
src/pages/Home/Components/ExploreToolkit.test.tsx:15
↓ 2 callersFunctionuseLanguage
()
src/components/Hooks/useLanguage.ts:4
↓ 1 callersFunctionfeatureCardStyles
(isDark: boolean)
src/pages/About/components/styles.ts:46
↓ 1 callersFunctiongetErrorTranslationKey
(error: ApiErrorTypes)
src/pages/Scanner/utils/errorTranslations.ts:14
↓ 1 callersFunctiongetErrorTranslationOptions
( error: ApiErrorTypes )
src/pages/Scanner/utils/errorTranslations.ts:18
↓ 1 callersFunctiongetLoopDistance
(index: number, activeIndex: number, total: number)
src/components/Carousel/styles.tsx:31
↓ 1 callersFunctiongetModalContentStyles
(isDark: boolean)
src/components/UI/Modal/styles.ts:7
↓ 1 callersFunctiongetSlideTransitionStyle
(distance: number)
src/components/Carousel/styles.tsx:36
↓ 1 callersFunctiongetStatusText
(isBroken: boolean, statusCode?: number, errorText?: string)
src/pages/Scanner/components/ScanResultsCard/UrlResultRow.tsx:5
↓ 1 callersFunctiongetTextColor
(isDark: boolean)
src/components/Footer/styles.ts:5
↓ 1 callersFunctiongetTextColor
(isDark: boolean)
src/components/UI/Link/styles.ts:5
↓ 1 callersFunctiongetTextColor
(isDark: boolean)
src/pages/Statistics/components/styles.ts:5
↓ 1 callersFunctiongetTypographyAutoColor
( variant: string, isDark: boolean, themeContext: MantineTheme, defaultVariantColor: string )
src/components/UI/Typography/styles.ts:22
↓ 1 callersFunctionhandleThemeButtonClicked
()
src/components/Navbar/ThemeToggle.tsx:17
↓ 1 callersFunctionisSingleUrlScanResult
(result: ScanResult)
src/pages/Scanner/utils/scan.ts:18
↓ 1 callersFunctionmissionCardStyles
(isDark: boolean)
src/pages/About/components/styles.ts:71
↓ 1 callersFunctionparseMultipleUrls
(input: string)
src/pages/Scanner/utils/scanMutation.ts:6
↓ 1 callersMethodrender
()
src/components/ErrorBoundary/ErrorBoundary.tsx:27
↓ 1 callersFunctionresolveScanResults
(result: ScanResult | null)
src/pages/Scanner/utils/scan.ts:22
↓ 1 callersFunctionrunMultipleUrlsScan
(multipleUrl: string)
src/pages/Scanner/utils/scanMutation.ts:27
↓ 1 callersFunctionrunSingleUrlScan
(url: string)
src/pages/Scanner/utils/scanMutation.ts:15
↓ 1 callersFunctionsyncDocumentLanguage
(lng: string)
src/syncDocumentLanguage.ts:3
↓ 1 callersFunctionuseExploreToolkitCardsData
()
src/pages/Home/Components/useExploreToolkitCardsData.ts:5
FunctionAboutPage
()
src/pages/About/About.page.tsx:8
FunctionAboutTitle
()
src/pages/About/components/AboutTitle.tsx:6
FunctionApp
()
src/App.tsx:13
FunctionAppLayout
()
src/AppLayout.tsx:5
FunctionButton
({ style = {}, variant = 'primary', ...props }: SharedButtonProps)
src/components/UI/Button/Button.tsx:11
FunctionCard
({ children, className, style, ...props }: SharedCardProps)
src/components/UI/Card/Card.tsx:12
FunctionCardShell
({ title, contentStyle, children }: CardShellProps)
src/pages/Scanner/components/ScanResultsCard/CardShell.tsx:14
FunctionChart
({ type, data }: ChartProps<K>)
src/components/Charts/Chart.tsx:5
FunctionCharts
()
src/pages/Statistics/components/Charts.tsx:29
FunctionColoredTitle
({ text, highlight, variant = 'primary', style, beforeStyle, afterStyle, ...props }: ColoredTit
src/components/UI/ColoredTitle/ColoredTitle.tsx:17
FunctionCommunitySection
()
src/pages/About/components/CommunitySection/CommunitySection.tsx:11
FunctionCommunityTechSection
()
src/pages/About/components/CommunitySection/CommunityTechSection.tsx:14
FunctionDesktopNav
()
src/components/Navbar/DesktopNav.tsx:14
FunctionDivider
({ style, variant = 'primary', orientation = 'horizontal', ...props }: DividerProps)
src/components/UI/Divider/Divider.tsx:12
FunctionDonutChart
({ data, withToolTip = false }: DonutProps)
src/components/Charts/DonutChart/DonutChart.tsx:9
FunctionEmptyState
({ isDark }: { isDark: boolean })
src/pages/Scanner/components/ScanResultsCard/EmptyState.tsx:9
FunctionErrorComponent
()
src/components/ErrorBoundary/components/ErrorComponent.tsx:8
FunctionErrorState
({ error }: { error: ApiErrorTypes })
src/pages/Scanner/components/ScanResultsCard/ErrorState.tsx:11
FunctionExploreToolkit
()
src/pages/Home/Components/ExploreToolkit.tsx:11
FunctionFeatureCard
({ title, description, icon }: FeatureCardProps)
src/pages/About/components/FeatureCard.tsx:14
FunctionFeatureGraphic
()
src/pages/Home/Components/HowItWorks/FeatureGraphic.tsx:6
FunctionFeaturesCards
()
src/pages/About/components/FeaturesCards.tsx:7
FunctionFooter
()
src/components/Footer/Footer.tsx:18
FunctionGrid
({ children, cols = 1, mobileCols = 1, spacing = '1rem', style, }: GridProps)
src/components/UI/Grid/Grid.tsx:13
FunctionHero
()
src/components/Hero/Hero.tsx:7
FunctionHeroButtons
()
src/components/Hero/components/HeroButtons/HeroButtons.tsx:10
FunctionHeroDescription
()
src/components/Hero/components/HeroDescription/HeroDescription.tsx:5
FunctionHeroStatistics
()
src/components/Hero/components/HeroStatistics/HeroStatistics.tsx:12
FunctionHeroTitle
()
src/components/Hero/components/HeroTitle/HeroTitle.tsx:6
FunctionHomePage
()
src/pages/Home/Home.page.tsx:5
FunctionHowItWork
()
src/pages/Home/Components/HowItWorks/HowItWork.tsx:10
FunctionHowItWorkCard
({ title, description, icon, stepNumber, iconStyle, cardStyle, }: HowItWorkCardProps)
src/pages/Home/Components/HowItWorks/HowItWorkCard.tsx:15
FunctionHowItWorkFeatureCard
()
src/pages/Home/Components/HowItWorks/HowItWorkFeatureCard.tsx:8
FunctionHowItWorkTitles
()
src/pages/Home/Components/HowItWorks/HowItWorkTitles.tsx:6
FunctionIcon
({ icon }: { icon: string })
src/pages/About/components/Icon.tsx:6
FunctionLineChart
({ data, withTooltip = false }: LineProps)
src/components/Charts/LineChart/LineChart.tsx:9
FunctionLink
({ label, href, labelStyle, rootStyle, disableHover = false, hoverColor = defaultHoverColor,
src/components/UI/Link/Link.tsx:32
FunctionLinkButton
({ style = {}, variant = 'primary', href, target, rel, ...props }: LinkButtonProps)
src/components/UI/Button/LinkButton.tsx:20
FunctionLinkStatusList
({ resultsList, statusErrorText, isDark }: LinkStatusListProps)
src/pages/Scanner/components/ScanResultsCard/LinkStatusList.tsx:11
FunctionLinks
({ variant }: LinksProps)
src/components/Navbar/NavbarLinks.tsx:19
FunctionLoader
({ size = 'medium', className, ...props }: LoaderProps)
src/components/UI/Loader/Loader.tsx:18
FunctionLoadingState
()
src/pages/Scanner/components/ScanResultsCard/LoadingState.tsx:9
FunctionMissionCard
({ title, description }: MissionCardProps)
src/pages/About/components/MissionCard.tsx:12
FunctionMobileGithubBtn
()
src/components/Navbar/NavbarLinks.tsx:30
FunctionMobileNav
()
src/components/Navbar/MobileNav.tsx:17
FunctionModal
({ contentStyle = {}, fullScreen, size = 'lg', styles, ...props }: SharedModalProps)
src/components/UI/Modal/Modal.tsx:11
FunctionModalWithActions
()
src/components/UI/Modal/modal.story.tsx:160
FunctionModalWithToggle
(props: Partial<React.ComponentProps<typeof Modal>>)
src/components/UI/Modal/modal.story.tsx:30
FunctionMultipleResults
({ data, isDark, }: { data: MultipleResultData; isDark: boolean; })
src/pages/Scanner/components/ScanResultsCard/MultipleResults.tsx:12
FunctionNavbar
()
src/components/Navbar/Navbar.tsx:8
FunctionNavbarLink
({ href, label, variant }: NavbarLinkItemProps)
src/components/Navbar/NavbarLink.tsx:11
FunctionNavbarLinks
({ variant, displayLinks = true }: NavbarLinksProps)
src/components/Navbar/NavbarLinks.tsx:52
FunctionRepositoryScanForm
({ url, setUrl, multipleUrl, setMultipleUrl, onSubmit, isDark, }: RepositoryScanFormProps)
src/pages/Scanner/components/RepositoryScanForm.tsx:16
FunctionReviewsCarousel
({ children }: ReviewsCarouselProps)
src/components/Carousel/ReviewsCarousel.tsx:12
FunctionRouter
()
src/Router.tsx:61
FunctionScanLinksCard
({ scanType, setScanType, url, setUrl, multipleUrl, setMultipleUrl, onScan, }: ScanLinkC
src/pages/Scanner/components/ScanLinksCard.tsx:12
FunctionScanResultsCard
({ results, loading, error }: ScanResultsCardProps)
src/pages/Scanner/components/ScanResultsCard/ScanResultsCard.tsx:15
FunctionScanTitlePage
()
src/pages/Scanner/components/ScanTitle.tsx:7
FunctionScannerPage
()
src/pages/Scanner/Scanner.page.tsx:13
FunctionSelect
({ style = {}, variant = 'primary', data, onChange, ...props }: SharedSelectProps)
src/components/UI/Select/Select.tsx:12
FunctionSingleResult
({ data, isDark }: { data: SingleResultData; isDark: boolean })
src/pages/Scanner/components/ScanResultsCard/SingleResult.tsx:12
FunctionSingleScanForm
({ url, setUrl, onSubmit, isDark }: SingleScanFormProps)
src/pages/Scanner/components/SingleScanForm.tsx:13
next →1–100 of 125, ranked by callers