FunctionNumericInput({
unit = '',
value,
onChange,
step = 50,
disabled = false,
className = '',
info,
...props
}:
src/routes/remote-mic/components/numeric-input.tsx:14
FunctionPlayEntryCard({ entry, isExpanded, focused, onClick, 'data-focused': _dataFocused, ...rest }: Props)
src/routes/history/play-entry-card.tsx:26
FunctionPlayer({
song,
width,
height,
autoplay = true,
showControls = false,
onCurrentTimeUpdate,
onSongEnd,
src/routes/game/singing/player.tsx:64
FunctionPlayerScoreView({
playerNumber,
player,
highestScore,
highScores,
singSetup,
useColors = true,
revealHighScore,
src/routes/game/singing/post-game/views/results/player-score.tsx:22
FunctionPlaylistBottomSheet({
playlists,
selectedPlaylist,
onSelect,
open,
onClose,
}: PlaylistBottomSheetProps)
src/routes/sing-a-song/song-selection/components/playlist-bottom-sheet.tsx:13
FunctionPlaylistSelector({
playlists,
selectedPlaylist,
setSelectedPlaylist,
mobile,
keyboardNavRegister,
onPlaylistSelect
src/routes/sing-a-song/song-selection/components/toolbar/playlist-selector.tsx:20
FunctionPostGameView({ song, width, height, onClickSongSelection, players, highScores, singSetup }: Props)
src/routes/game/singing/post-game/post-game-view.tsx:33
FunctionSearchBar({
filters,
setFilters,
keyboardControl,
keyboardNavRegister,
toolbarNavActive = false,
collapseSe
src/routes/sing-a-song/song-selection/components/toolbar/search-bar.tsx:36
FunctionSongCardRoot({
song,
isPopular,
forceFlag = false,
focused = false,
children,
className,
...props
}: SongCar
src/routes/sing-a-song/song-selection/components/song-card.tsx:115
FunctionSongListItem({ className, left, action, topText, bottomText, ...props }: ItemProps)
src/routes/remote-mic/panels/remote-song-list.tsx:277
FunctionSongListToolbar({
search,
onSearchChange,
tab,
onTabChange,
savedSongCount,
excludedLanguages,
onExcludedLangua
src/routes/remote-mic/panels/remote-song-list/song-list-toolbar.tsx:23
FunctionSongPage({ songData, background, width, height, children, ...restProps }: Props)
src/routes/game/song-page.tsx:12
FunctionSongPreviewComponent({
songPreview,
top,
left,
width,
height,
keyboardControl,
onExitKeyboardControl,
onPlay,
is
src/routes/sing-a-song/song-selection/components/song-preview.tsx:29
FunctionSongsTable({
data,
selectable,
onSelect,
selectedSongs = [],
renderRowActions,
globalFilter,
}: Props)
src/routes/edit/components/songs-table.tsx:18
FunctionSwitcher({
focused,
disabled = false,
label,
value,
displayValue,
onClick,
info,
children,
className
src/modules/elements/switcher.tsx:15