MCPcopy Create free account

hub / github.com/bstnfrmry/hanabi / functions

Functions244 in github.com/bstnfrmry/hanabi

↓ 1 callersFunctionloadUserPreferences
()
src/hooks/userPreferences.ts:16
↓ 1 callersFunctionlogPageView
()
src/lib/analytics.ts:16
↓ 1 callersFunctionmatchHint
(game: IGameState, hint: IHintAction, card: ICard)
src/lib/actions.ts:133
↓ 1 callersFunctionnextGameId
()
src/lib/id.ts:16
↓ 1 callersFunctionnothingInvoked
()
src/components/playerGame.tsx:121
↓ 1 callersFunctiononAddBot
()
src/components/game.tsx:276
↓ 1 callersFunctiononBackClick
()
src/pages/[gameId]/summary.tsx:120
↓ 1 callersFunctiononJoinGame
(player: Omit<IPlayer, "id">)
src/components/game.tsx:265
↓ 1 callersFunctiononNotifyPlayer
(player: IPlayer)
src/components/game.tsx:340
↓ 1 callersFunctiononRestartGame
()
src/components/game.tsx:440
↓ 1 callersFunctiononRollback
()
src/components/rollbackArea.tsx:40
↓ 1 callersFunctiononRollbackClick
()
src/components/game.tsx:331
↓ 1 callersFunctiononStartClick
()
src/pages/learn.tsx:344
↓ 1 callersFunctiononStartGame
()
src/components/game.tsx:291
↓ 1 callersFunctiononToggleStats
()
src/components/game.tsx:399
↓ 1 callersFunctionplayerKnowsWhatToPlay
(pIndex: number, state: IGameView)
src/lib/ai.ts:466
↓ 1 callersFunctionrecreateGame
(game: IGameState)
src/lib/actions.ts:456
↓ 1 callersFunctionsendMessage
(state: IGameState, message: IMessage)
src/lib/actions.ts:229
↓ 1 callersFunctionsubscribeToPublicGames
(callback: (games: IGameState[]) => void)
src/lib/firebase.ts:51
↓ 1 callersFunctiontextualHint
(game: IGameState, hint: IHintAction, cards: ICard[], t: TFunction)
src/components/playerGame.tsx:39
↓ 1 callersFunctiontoggleCodedHintMarkers
()
src/components/userPreferencesDialog.tsx:24
↓ 1 callersFunctiontoggleShowFireworksAtGameEnd
()
src/components/userPreferencesDialog.tsx:20
↓ 1 callersFunctiontoggleSoundOnStrike
()
src/components/userPreferencesDialog.tsx:16
↓ 1 callersFunctiontoken
(color: string, size = 1)
src/lib/tutorial.tsx:41
↓ 1 callersFunctionturnToStateColor
(turn: ITurn)
src/components/gameStats.tsx:13
↓ 1 callersFunctionuseNotifications
()
src/hooks/notifications.ts:5
↓ 1 callersFunctionusePrevious
(value: T)
src/hooks/previous.ts:7
↓ 1 callersFunctionuseSoundEffects
()
src/hooks/sounds.ts:26
↓ 1 callersFunctionuseSteps
(colorBlindMode: boolean, setColorBlindMode: (newColorBlindMode: boolean) => void)
src/pages/learn.tsx:52
↓ 1 callersFunctionvibrate
(length: number)
src/lib/sound.ts:7
FunctionApp
(props: AppProps)
src/pages/_app.tsx:39
FunctionBarLegend
(props: LegendProps)
src/components/gameStats.tsx:90
FunctionButton
(props: Props)
src/components/ui/button.tsx:38
FunctionBuymeacoffeeButton
(props: Props)
src/components/buymeacoffeeButton.tsx:10
FunctionCard
(props: Props)
src/components/card.tsx:170
FunctionCardPartialHint
* Players can't view their own cards. * However, we'll show them sure values/colors from their received hints when applicable. * - Sure numbers will
src/components/card.tsx:114
FunctionCardPile
(props: CardPileProps)
src/components/discardArea.tsx:16
FunctionCardPosition
({ action }: { action: IDiscardAction | IPlayAction | IHintAction })
src/components/turn.tsx:173
FunctionCardState
(props: CardStateProps)
src/components/gameStats.tsx:47
FunctionCardWrapper
(props: CardWrapperProps)
src/components/card.tsx:64
FunctionChatPopover
(props: Props)
src/components/chatPopover.tsx:15
FunctionCheckbox
(props: InputProps)
src/components/ui/forms.tsx:32
FunctionCodedHintMarks
(props: { hints: ITurn<IHintAction>[]; allHintsOpen: boolean; onActivationChange: (shouldActivate: boole
src/components/receivedHintsPopover.tsx:207
FunctionColorDot
(props: { color: IColor })
src/components/receivedHintsPopover.tsx:61
FunctionColorSymbol
(props: Props)
src/components/colorSymbol.tsx:19
FunctionCopiedToast
({ visible, label }: { visible: boolean; label: string })
src/pages/[gameId]/summary.tsx:63
FunctionDiscardArea
()
src/components/discardArea.tsx:36
FunctionDiscordButton
()
src/components/discordButton.tsx:4
FunctionDivider
()
src/pages/learn.tsx:50
FunctionDocument
()
src/pages/_document.tsx:13
FunctionDot
(props: DotProps)
src/components/gameStats.tsx:122
FunctionDotLegend
(props: LegendProps)
src/components/gameStats.tsx:106
FunctionDrawnCard
({ card }: { card: ICard })
src/components/turn.tsx:184
FunctionEmpty
()
src/components/replayViewer.tsx:13
FunctionEnterReviewComment
(props: { existingComment: string; afterTurnNumber: number; onClose: (msg: string, afterTurnNumber: numb
src/components/reviewComments.tsx:16
FunctionField
(props: FieldProps)
src/components/ui/forms.tsx:10
FunctionGame
(props: Props)
src/components/game.tsx:39
FunctionGameActionsStats
()
src/components/gameActionsStats.tsx:8
FunctionGameBoard
(props: Props)
src/components/gameBoard.tsx:20
FunctionGameStats
()
src/components/gameStats.tsx:129
FunctionHanab
({ Component, pageProps }: AppProps)
src/pages/_app.tsx:51
FunctionHint
(props: Props)
src/components/hint.tsx:15
FunctionHintValue
({ action }: { action: IHintAction })
src/components/turn.tsx:167
FunctionHintsPopover
( props: PropsWithChildren<{ hints: ITurn<IHintAction>[]; open: boolean; large?: boolean; cl
src/components/receivedHintsPopover.tsx:156
FunctionHome
()
src/pages/index.tsx:14
FunctionHomeButton
(props: Props)
src/components/homeButton.tsx:12
FunctionJoinGame
(props: Props)
src/pages/join-game.tsx:24
FunctionLanguageSelector
(props: Props)
src/components/languageSelector.tsx:24
FunctionLearn
()
src/pages/learn.tsx:334
FunctionLoadingScreen
()
src/components/loadingScreen.tsx:17
FunctionLobby
(props: Props)
src/components/lobby.tsx:56
FunctionLogs
(props: Props)
src/components/logs.tsx:16
FunctionMenuArea
(props: Props)
src/components/menuArea.tsx:18
FunctionMessage
(props: MessageProps)
src/components/logs.tsx:73
FunctionMeta
()
src/components/lobby.tsx:31
FunctionMeta
()
src/pages/_app.tsx:86
FunctionModal
(props: Props)
src/components/ui/modal.tsx:11
FunctionNewGame
()
src/pages/new-game.tsx:47
FunctionParagraph
(props: TxtProps)
src/components/ui/typography.tsx:22
FunctionPlay
()
src/pages/play.tsx:10
FunctionPlay
(props: Props)
src/pages/[gameId]/index.tsx:34
FunctionPlayedCards
(props: Props)
src/components/playedCards.tsx:13
FunctionPlayerGame
(props: Props)
src/components/playerGame.tsx:88
FunctionPlayerName
(props: Props)
src/components/playerName.tsx:26
FunctionPlayerStats
(props: Props)
src/components/playerStats.tsx:22
FunctionPlayersBoard
(props: Props)
src/components/playersBoard.tsx:24
FunctionReactionsPopover
(props: Props)
src/components/reactionsPopover.tsx:14
FunctionReadOnlyCommentMarker
()
src/components/reviewComments.tsx:13
FunctionReceivedHints
(props: { hints: ITurn<IHintAction>[]; allHintsOpen: boolean; onActivationChange: (shouldActivate: boole
src/components/receivedHintsPopover.tsx:252
FunctionReceivedHintsView
(props: { hints: ITurn<IHintAction>[]; style?: CSSProperties })
src/components/receivedHintsView.tsx:5
FunctionReplayViewer
(props: Props)
src/components/replayViewer.tsx:49
FunctionResetSession
()
src/pages/reset-session.tsx:17
FunctionReviewCommentPopover
({ showAlways = false, turnNumber, handleKeyEvent, }: { turnNumber: number; showAlways?: boolean;
src/components/reviewComments.tsx:56
FunctionRollbackArea
(props: Props)
src/components/rollbackArea.tsx:32
FunctionRules
(props: Props)
src/components/rules.tsx:14
FunctionSection
(props: SectionProps)
src/pages/[gameId]/summary.tsx:27
FunctionSelect
(props: SelectProps)
src/components/ui/forms.tsx:44
FunctionShuffleSeed
({ seed, onCopy }: { seed: string; onCopy: () => void })
src/pages/[gameId]/summary.tsx:76
FunctionSsrFreeGameIndex
(props: { host: string; game: IGameState })
src/components/GameIndex.tsx:11
FunctionStaticReviewComment
(props: { comment: IReviewComment })
src/components/reviewComments.tsx:52
← previousnext →101–200 of 244, ranked by callers