MCPcopy Create free account

hub / github.com/Asvarox/allkaraoke / functions

Functions1,524 in github.com/Asvarox/allkaraoke

FunctionButton
({ children, size = 'regular', className, ...props }: Props & Omit<HTMLProps<HTMLButtonElement>, 'size
src/modules/elements/akui/button.tsx:50
FunctionButtonLink
({ children, size = 'regular', className, ...props }: Props & Omit<HTMLProps<HTMLAnchorElement>, 'size
src/modules/elements/akui/button.tsx:63
FunctionButtonStory
(args)
src/modules/elements/akui/button.stories.tsx:12
FunctionCalibration
({ onClose, onSave }: Props)
src/modules/calibration/calibration.tsx:12
FunctionCalibrationIntro
({ onContinue }: Props)
src/routes/game/singing/calibration-intro.tsx:8
FunctionCalibrationSettings
()
src/routes/settings/calibration.tsx:5
FunctionCalibrationTool
()
src/modules/calibration/calibration-tool.tsx:8
FunctionCameraRoll
()
src/routes/game/singing/post-game/views/results/camera-roll.tsx:6
FunctionCameraRollPlaceholder
({ register, onConfirm, loading }: Props)
src/routes/game/singing/post-game/views/results/camera-roll-placeholder.tsx:14
FunctionCheckbox
({ checked = false, className, ...props }: React.ComponentProps<typeof MenuButton> & { checked?: boolean
src/modules/elements/akui/checkbox.tsx:5
FunctionChip
({ variant = 'slate', className, ...props }: ChipProps)
src/modules/elements/akui/chip.tsx:21
FunctionClosableTooltip
({ dismissKey, timeoutMs, oneTime = true, children, title, ...props }: ComponentProps<typeof Toolt
src/modules/elements/tooltip.tsx:38
FunctionCollapsedTemplate
({ volume, isPopular }: StoryArgs)
src/stories/song-preview.stories.tsx:133
FunctionCompletedAnim
(props: ComponentProps<typeof SCompletedAnim>)
src/modules/elements/menu/heading.tsx:9
FunctionConfirmModal
({ open, onClose, title, description, cancelLabel, confirmLabel, dataTestPrefix, cancelButtonP
src/modules/elements/akui/confirm-modal.tsx:19
FunctionConfirmReadiness
({ onConfirm }: Props)
src/routes/remote-mic/panels/microphone/confirm-readiness.tsx:13
FunctionConfirmWifiModal
({ onClose }: Props)
src/routes/remote-mic/components/confrim-wifi-modal.tsx:16
FunctionConnectRemoteMic
()
src/routes/connect-remote-mic/connect-remote-mic.tsx:19
FunctionConnectionStatus
()
src/modules/remote-mic/connection-status.tsx:5
FunctionConnectionWizard
({ roomId, connectionStatus, connectionError, onWizardComplete }: Props)
src/routes/remote-mic/panels/microphone/connection-wizard/connection-wizard.tsx:31
FunctionContentElement
({ className, ...restProps }: React.ComponentProps<'span'>)
src/routes/game/song-page.tsx:37
FunctionConvert
(props: ComponentProps<typeof LazyConvert>)
src/routes/convert/convert.tsx:12
FunctionConvertView
({ song, adminUnverifiedSongId }: Props)
src/routes/convert/convert-view.tsx:63
FunctionCurrentLyricsLine
(props: { playerNumber: number; section: NotesSection | null; currentBeat: songBeat; playerColor: stri
src/routes/game/singing/game-overlay/components/lyrics/lyrics.tsx:22
FunctionCustomVirtualization
(props: Props<T>)
src/routes/sing-a-song/song-selection/components/custom-virtualization.tsx:54
FunctionDevicePing
({ deviceId }: { deviceId: string })
src/routes/settings/remote-mic-settings.tsx:121
FunctionDifferentMics
(props: Props)
src/routes/select-input/variants/different-mics.tsx:23
FunctionDirectVideoPlayer
({ video, autoplay = true, startAt, controls, width, height, onStateChange, ref, }: Props)
src/modules/elements/video-player/direct-video.tsx:9
FunctionDuetTemplate
({ volume, isPopular }: StoryArgs)
src/stories/song-preview.stories.tsx:179
FunctionDurationBar
({ players, duration }: Props)
src/routes/game/singing/game-overlay/components/duration-bar.tsx:16
FunctionEdit
()
src/routes/edit/edit.tsx:22
FunctionEditSection
({ song, beatLength, player, onRecordChange, onLyricChange, playbackSpeed, onTrackNameChange,
src/routes/convert/steps/sync-lyrics-to-video/components/edit-section.tsx:55
FunctionEditSong
({ song, onUpdate, visible }: Props)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:95
FunctionEntry
({ mic }: { mic: ValuesType<SubscriptionChannels['remote-mics']> })
src/routes/remote-mic/panels/remote-settings/manage-players.tsx:28
FunctionErrorFallback
({ error, resetError })
src/modules/elements/error-fallback.tsx:9
FunctionEurovisionBackground
()
src/modules/elements/background/eurovision.tsx:14
FunctionEurovisionBgSvg
()
src/routes/social-media-elements/eurovision-background.tsx:5
FunctionEurovisionDisplay
({ children }: { children: React.ReactNode })
src/routes/sing-a-song/song-selection/hooks/use-playlists-eurovision.tsx:17
FunctionEurovisionLogo
({ src, alt }: { src: string; alt: string })
src/routes/sing-a-song/song-selection/hooks/use-playlists-eurovision.tsx:41
FunctionEurovisionTheme
()
src/modules/elements/layout-with-background-emotion.tsx:54
FunctionEurovisionTheme
()
src/modules/elements/layout-with-background.tsx:61
FunctionExcludeLanguages
()
src/routes/exclude-languages/exclude-languages.tsx:6
FunctionExcludeLanguagesView
({ onClose, closeText }: Props)
src/routes/exclude-languages/exclude-languages-view.tsx:25
FunctionExpandedTemplate
({ volume, isPopular }: StoryArgs)
src/stories/song-preview.stories.tsx:98
FunctionFlag
(props: Props & Omit<ComponentProps<'img'>, 'src' | 'alt'>)
src/modules/elements/flag.tsx:15
FunctionFooter
({ className, ...props }: ComponentProps<'div'>)
src/routes/sing-a-song/song-selection/components/song-card.tsx:44
FunctionFullscreenButton
()
src/modules/toolbar/fullscreen.tsx:9
FunctionGame
()
src/routes/game/game.tsx:14
FunctionGameSettings
({ songPreview, onNextStep, keyboardControl, onExitKeyboardControl }: Props)
src/routes/sing-a-song/song-selection/components/song-settings/game-settings.tsx:46
FunctionGameTip
(props: HTMLProps<HTMLHeadingElement>)
src/modules/elements/game-tip.tsx:67
FunctionGetSongsBPMs
()
src/routes/edit/get-songs-bp-ms.tsx:30
FunctionGithubRibbon
()
src/routes/welcome/github-ribbon.tsx:3
FunctionGroupNavItem
({ group, isFirstActive, active, onScrollToGroup, 'data-test': dataTest, keyboardNavRegister, }: G
src/routes/sing-a-song/song-selection/components/song-groups-navigation.tsx:29
FunctionGroupRow
({ children, ...props }: ComponentProps<'div'>)
src/routes/sing-a-song/song-selection/song-selection.tsx:367
FunctionHeadstart
({ percent, color }: { percent: number; color: string })
src/routes/game/singing/game-overlay/components/lyrics/headstart.tsx:8
FunctionHighScoreRename
({ score, register, singSetupId, onSave, index }: Props)
src/routes/game/singing/post-game/views/high-score-rename.tsx:15
FunctionHighScoresView
({ onNextStep, highScores, singSetup, song }: Props)
src/routes/game/singing/post-game/views/high-scores.tsx:17
FunctionHistoryPage
()
src/routes/history/history-page.tsx:10
FunctionHorizontal
()
src/routes/keyboard-help/help-view.tsx:74
FunctionHorizontalVertical
()
src/routes/keyboard-help/help-view.tsx:76
FunctionHorizontalVerticalBase
({ vertical = false, horizontal = false })
src/routes/keyboard-help/help-view.tsx:64
FunctionInput
({ focused, label, value, onChange, disabled, className, adornment, info, ref, size = 'sma
src/modules/elements/input.tsx:36
FunctionInputLag
({ onClick, focused, ...restProps }: Props)
src/modules/calibration/input-lag.tsx:17
FunctionInputLag
({ ref, ...restProps }: Props)
src/routes/settings/input-lag.tsx:11
FunctionInputOptionButton
({ icon, name, description, numOfPlayers, recommended, ...props }: { icon: React.ReactNode; na
src/routes/select-input/select-preference.tsx:123
FunctionInputWrapper
(props: React.PropsWithChildren<{ info?: ReactNode }>)
src/modules/elements/akui/input-wrapper.tsx:4
FunctionJukebox
()
src/routes/jukebox/jukebox.tsx:18
FunctionKbd
({ className, children, ...props }: HTMLProps<HTMLElement>)
src/modules/elements/akui/kbd.tsx:8
FunctionKbdStory
(args)
src/modules/elements/akui/kbd.stories.tsx:11
FunctionKeyboardHelpProvider
({ children })
src/routes/keyboard-help/context.tsx:17
FunctionKeyboardHelpView
({ help }: Props)
src/routes/keyboard-help/help-view.tsx:19
FunctionLandingPage
()
src/routes/landing-page/landing-page.tsx:22
FunctionLanguageFilter
({ children, languageList, excludedLanguages, onListChange }: Props)
src/routes/remote-mic/panels/remote-song-list/language-filter.tsx:18
FunctionLanguagePickerBottomSheet
({ open, onClose, onSelect, selectedLanguage, }: LanguagePickerBottomSheetProps)
src/routes/sing-a-song/song-selection/components/language-picker-bottom-sheet.tsx:18
FunctionLayoutGame
({ children, toolbarContent, toolbar = true }: Props)
src/routes/layout-game.tsx:9
FunctionLayoutWithBackgroundProvider
({ children }: React.PropsWithChildren)
src/modules/elements/layout-with-background-emotion.tsx:11
FunctionLayoutWithBackgroundProvider
({ children }: React.PropsWithChildren)
src/modules/elements/layout-with-background.tsx:27
FunctionListRow
({ children, ...props }: ComponentProps<'div'>)
src/routes/sing-a-song/song-selection/song-selection.tsx:359
FunctionLoader
({ className, ...props }: ComponentProps<'svg'> & { size?: string })
src/modules/elements/loader.tsx:4
FunctionLoginScreen
({ onSubmit }: Props)
src/routes/admin/login-screen.tsx:8
FunctionLogo
(props: ComponentProps<'div'>)
src/modules/elements/logo.tsx:12
FunctionLogoIcon
(props: HTMLProps<HTMLDivElement>)
src/routes/landing-page/logo-icon.tsx:6
FunctionLogoutButton
({ onLogout }: Props)
src/routes/admin/logout-button.tsx:8
FunctionLyricActive
({ fill, color, children }: PropsWithChildren<{ fill: number; color: string }>)
src/routes/game/singing/game-overlay/components/lyrics/lyric-note-token.tsx:12
FunctionLyricNoteToken
({ note, currentBeat, playerColor, }: { note: Note; currentBeat: songBeat; playerColor: string; })
src/routes/game/singing/game-overlay/components/lyrics/lyric-note-token.tsx:24
FunctionLyricTrailingSpace
({ lyrics }: { lyrics: string })
src/routes/game/singing/game-overlay/components/lyrics/lyric-note-token.tsx:5
FunctionLyrics
({ player, bottom = false, effectsEnabled, showStatusForAllPlayers }: LyricsProps)
src/routes/game/singing/game-overlay/components/lyrics/lyrics.tsx:119
FunctionLyricsLine
({ nextLine, effectsEnabled, style, ...rest }: LyricsLineProps)
src/routes/game/singing/game-overlay/components/lyrics/lyrics-line.tsx:7
FunctionLyricsVolumeIndicators
({ player, effectsEnabled, showStatusForAllPlayers, }: { player: PlayerEntity; effectsEnabled: boole
src/routes/game/singing/game-overlay/components/lyrics/lyrics-volume-indicators.tsx:10
FunctionManagePlayers
()
src/routes/remote-mic/panels/remote-settings/manage-players.tsx:14
FunctionManageSongs
()
src/routes/manage-songs/manage-songs.tsx:10
FunctionManipulateBpm
({ current, onChange, onUseCurrentTime, song }: Props)
src/routes/convert/steps/sync-lyrics-to-video/components/manipulate-bpm.tsx:18
FunctionManyItems
()
src/modules/elements/akui/bottom-sheet.stories.tsx:65
FunctionMarker
(props: { position: number })
src/routes/game/singing/game-overlay/components/duration-bar.tsx:73
FunctionMenu
({ title, children, className, spacing = 'regular', ref, ...props }: MenuProps)
src/modules/elements/akui/menu.tsx:18
FunctionMenuButton
({ info, className, ...props }: Props)
src/modules/elements/akui/menu/menu-button.tsx:8
FunctionMenuWithLogo
({ children, supportedBrowsers, ...props }: Props)
src/modules/elements/menu-with-logo.tsx:14
FunctionMicAccessDeniedView
({ showImage = true }: Props)
src/modules/user-media/mic-access-denied-view.tsx:14
FunctionMicCheck
({ names }: Props)
src/routes/select-input/mic-check.tsx:8
FunctionMicCheck
(props: ComponentProps<'div'>)
src/routes/sing-a-song/song-selection/components/song-settings/mic-check.tsx:9
← previousnext →901–1,000 of 1,524, ranked by callers