MCPcopy Create free account

hub / github.com/bryanjenningz/react-duolingo / functions

Functions169 in github.com/bryanjenningz/react-duolingo

↓ 5 callersFunctiontimeUntilStartOfWeek
(units: TimeLeftUnit)
src/pages/leaderboard.tsx:45
↓ 4 callersFunctionrange
(lo: number, hi: number)
src/utils/array-utils.ts:1
↓ 4 callersFunctiontoDateString
(day: dayjs.Dayjs)
src/utils/dateString.ts:8
↓ 3 callersFunctionisActiveDay
(activeDays: ActiveDays, day: dayjs.Dayjs)
src/stores/createStreakStore.ts:12
↓ 3 callersFunctionxpAt
(xpByDate: XpByDate, date: dayjs.Dayjs)
src/stores/createXpStore.ts:18
↓ 2 callersFunctiongetTileLeftClassName
({ index, unitNumber, tilesLength, }: { index: number; unitNumber: number; tilesLength: number; })
src/pages/learn.tsx:128
↓ 2 callersFunctionscrollCarousel
({ container, startIndexRef, endIndex, }: { container: Element; startIndexRef: React.MutableRefObjec
src/components/LanguageCarousel.tsx:14
↓ 2 callersFunctionuseBottomBarItems
()
src/components/BottomBar.tsx:12
↓ 2 callersFunctionuseLeaderboardUsers
()
src/hooks/useLeaderboard.ts:4
↓ 2 callersFunctionuseLoginScreen
()
src/components/LoginScreen.tsx:53
↓ 1 callersFunctionaddActiveDay
(activeDays: ActiveDays, day: dayjs.Dayjs)
src/stores/createStreakStore.ts:8
↓ 1 callersFunctionaddXp
(xpByDate: XpByDate, xp: number, date: dayjs.Dayjs)
src/stores/createXpStore.ts:11
↓ 1 callersFunctionaddXpToday
(xpByDate: XpByDate, xp: number)
src/stores/createXpStore.ts:7
↓ 1 callersFunctioncreateGoalXpSlice
(set)
src/stores/createGoalXpStore.ts:10
↓ 1 callersFunctioncreateLanguageSlice
(set)
src/stores/createLanguageStore.ts:11
↓ 1 callersFunctioncreateLessonSlice
(set)
src/stores/createLessonStore.ts:10
↓ 1 callersFunctioncreateLingotSlice
(set)
src/stores/createLingotStore.ts:8
↓ 1 callersFunctioncreateSoundSettingsSlice
( set, )
src/stores/createSoundSettingsStore.ts:12
↓ 1 callersFunctioncreateStreakSlice
( set, get, )
src/stores/createStreakStore.ts:33
↓ 1 callersFunctioncreateUserSlice
(set)
src/stores/createUserStore.ts:15
↓ 1 callersFunctioncreateXpSlice
(set, get)
src/stores/createXpStore.ts:31
↓ 1 callersFunctionformatTime
(timeMs: number)
src/pages/lesson.tsx:46
↓ 1 callersFunctiongetCalendarDays
(now: dayjs.Dayjs)
src/components/Calendar.tsx:6
↓ 1 callersFunctiongetCurrentStreak
(activeDays: ActiveDays)
src/stores/createStreakStore.ts:16
↓ 1 callersFunctiongetTileColors
({ tileType, status, defaultColors, }: { tileType: TileType; status: TileStatus; defaultColors: `b
src/pages/learn.tsx:177
↓ 1 callersFunctiongetTileTooltipLeftOffset
({ index, unitNumber, tilesLength, }: { index: number; unitNumber: number; tilesLength: number; })
src/pages/learn.tsx:153
↓ 1 callersFunctiongetTopBarColors
( scrollY: number, )
src/pages/learn.tsx:470
↓ 1 callersFunctionnumbersEqual
(a: readonly number[], b: readonly number[])
src/pages/lesson.tsx:42
↓ 1 callersFunctionscrollCarouselLeft
({ languagesContainer, startIndexRef, lastLanguageIndex, }: { languagesContainer: React.MutableRefObje
src/components/LanguageCarousel.tsx:46
↓ 1 callersFunctionscrollCarouselRight
({ languagesContainer, startIndexRef, lastLanguageIndex, }: { languagesContainer: React.MutableRefObje
src/components/LanguageCarousel.tsx:63
↓ 1 callersFunctionsum
(numbers: number[])
src/utils/array-utils.ts:9
↓ 1 callersFunctiontick
()
src/components/LanguageCarousel.tsx:32
↓ 1 callersFunctiontileStatus
(tile: Tile, lessonsCompleted: number)
src/pages/learn.tsx:41
↓ 1 callersFunctiontimeLeft
()
src/pages/leaderboard.tsx:59
↓ 1 callersFunctionupdateScrollY
()
src/pages/learn.tsx:495
↓ 1 callersFunctionuseLeaderboardRank
()
src/hooks/useLeaderboard.ts:15
↓ 1 callersFunctionuseSettingsPages
()
src/components/SettingsRightNav.tsx:7
FunctionAccount
()
src/pages/settings/account.tsx:9
FunctionActiveBookSvg
()
src/components/Svgs.tsx:338
FunctionActiveDumbbellSvg
()
src/components/Svgs.tsx:493
FunctionActiveTreasureSvg
()
src/components/Svgs.tsx:1022
FunctionActiveTrophySvg
()
src/components/Svgs.tsx:771
FunctionAddLanguageSvg
(props: ComponentProps<"svg">)
src/components/TopBar.tsx:47
FunctionAppleSvg
()
src/components/Svgs.tsx:2712
FunctionBigCloseSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:2690
FunctionBottomBar
({ selectedTab }: { selectedTab: Tab | null })
src/components/BottomBar.tsx:162
FunctionBoySvg
()
src/components/Svgs.tsx:3572
FunctionBronzeLeagueSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:3347
FunctionCalendar
({ now, setNow, }: { now: dayjs.Dayjs; setNow: React.Dispatch<React.SetStateAction<dayjs.Dayjs>>; })
src/components/Calendar.tsx:29
FunctionCheckAnswer
({ isAnswerSelected, isAnswerCorrect, correctAnswerShown, correctAnswer, onCheckAnswer, onFinish,
src/pages/lesson.tsx:340
FunctionCheckmarkSvg
()
src/components/Svgs.tsx:245
FunctionChevronDownSvg
()
src/components/Svgs.tsx:142
FunctionChevronLeftSvg
()
src/components/Svgs.tsx:223
FunctionChevronRightSvg
()
src/components/Svgs.tsx:234
FunctionCloseSvg
()
src/components/Svgs.tsx:2679
FunctionCoach
()
src/pages/settings/coach.tsx:139
FunctionCoachSvg
(props: ComponentProps<"svg">)
src/pages/settings/coach.tsx:10
FunctionCreateAProfileSection
({ setLoginScreenState, }: { setLoginScreenState: React.Dispatch<React.SetStateAction<LoginScreenState>>;
src/components/RightBar.tsx:622
FunctionDailyQuestsSection
()
src/components/RightBar.tsx:222
FunctionDoneSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:2701
FunctionDoubleOrNothingSvg
(props: ComponentProps<"svg">)
src/pages/shop.tsx:88
FunctionDuoPlushieSvg
(props: ComponentProps<"svg">)
src/pages/shop.tsx:155
FunctionEditPencilSvg
()
src/components/Svgs.tsx:3547
FunctionEmptyFireSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:2368
FunctionEmptyFireTopBarSvg
(props: ComponentProps<"svg">)
src/components/TopBar.tsx:17
FunctionEmptyGemSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:2448
FunctionEmptyGemSvg
(props: ComponentProps<"svg">)
src/pages/shop.tsx:76
FunctionEmptyGemTopBarSvg
(props: ComponentProps<"svg">)
src/components/TopBar.tsx:32
FunctionEmptyMedalSvg
({ size = 35 }: { size?: number })
src/components/Svgs.tsx:3493
FunctionFacebookLogoSvg
(props: ComponentProps<"svg">)
src/components/LoginScreen.tsx:8
FunctionFastForwardSvg
()
src/components/Svgs.tsx:727
FunctionFireSvg
()
src/components/Svgs.tsx:2411
FunctionFirstPlaceSvg
()
src/components/Svgs.tsx:3391
FunctionFlag
({ language, width = 84, }: { language: Language; width?: number; })
src/components/Flag.tsx:7
FunctionForgotPassword
()
src/pages/forgot-password.tsx:24
FunctionGemSvg
()
src/components/Svgs.tsx:2460
FunctionGlobeIconSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:76
FunctionGlobeSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:4
FunctionGoldenBookSvg
()
src/components/Svgs.tsx:365
FunctionGoldenDumbbellSvg
()
src/components/Svgs.tsx:567
FunctionGoldenShineSvg
()
src/components/Svgs.tsx:270
FunctionGoldenTreasureSvg
()
src/components/Svgs.tsx:1181
FunctionGoldenTrophySvg
()
src/components/Svgs.tsx:784
FunctionGoogleLogoSvg
(props: ComponentProps<"svg">)
src/components/LoginScreen.tsx:25
FunctionGuidebookSvg
()
src/components/Svgs.tsx:665
FunctionHome
()
src/pages/index.tsx:13
FunctionHoverLabel
({ text, textColor, }: { text: string; textColor: `text-${string}`; })
src/pages/learn.tsx:577
FunctionLanguageCarousel
()
src/components/LanguageCarousel.tsx:82
FunctionLanguageDropDown
()
src/components/LanguageDropDown.tsx:7
FunctionLanguageHeader
()
src/components/LanguageHeader.tsx:4
FunctionLeaderboard
()
src/pages/leaderboard.tsx:117
FunctionLeaderboardBannerSvg
(props: ComponentProps<"svg">)
src/components/Svgs.tsx:2779
FunctionLeaderboardExplanationSection
()
src/pages/leaderboard.tsx:22
FunctionLeaderboardExplanationSvg
()
src/components/Svgs.tsx:3167
FunctionLeaderboardProfile
({ place, name, xp, isCurrentUser, }: { place: number; name: string; xp: number; isCurrentUser
src/pages/leaderboard.tsx:71
FunctionLeaderboardRankSection
()
src/components/RightBar.tsx:193
FunctionLearn
()
src/pages/learn.tsx:490
FunctionLeftBar
({ selectedTab }: { selectedTab: Tab | null })
src/components/LeftBar.tsx:29
FunctionLeftBarMoreMenuSvg
(props: ComponentProps<"svg">)
src/components/LeftBar.tsx:11
FunctionLesson
()
src/pages/lesson.tsx:59
next →1–100 of 169, ranked by callers