MCPcopy Create free account

hub / github.com/HolodexNet/Musicdex / functions

Functions210 in github.com/HolodexNet/Musicdex

FunctionDEFAULT_DISC_PARSER
(x: string | undefined)
src/modules/playlist/useFormatPlaylist.tsx:24
FunctionDEFAULT_PARAM_PARSER
(playlistId: string)
src/modules/playlist/useFormatPlaylist.tsx:22
FunctionDurationGrid
({ song }: { song: Song })
src/components/data/SongTable/DurationCell.tsx:5
FunctionErrorFallback
({ error, resetErrorBoundary }: FallbackProps)
src/components/common/ErrorFallback.tsx:16
FunctionFavorites
()
src/pages/Favorites.tsx:16
FunctionFooter
()
src/components/layout/Footer.tsx:30
FunctionFrame
({ children }: { children?: ReactNode })
src/components/layout/Frame.tsx:112
FunctionGeneralSearchInput
({ debounceValue = 1000, placeholder, getQuery, setQuery, value, tagLabel, autoFocus, }: General
src/components/search/GeneralSearchInput.tsx:23
FunctionGlobalLoadingStatus
()
src/components/common/GlobalLoadingStatus.tsx:4
FunctionGoogleButton
({ onCredentialResponse, ...rest })
src/components/login/GoogleButton.tsx:16
FunctionGradientLogo
(props: IconProps)
src/components/icons/GradientLogo.tsx:5
FunctionHistory
()
src/pages/History.tsx:16
FunctionHolodexLogo
(props: IconBaseProps)
src/components/icons/HolodexLogo.tsx:3
FunctionHome
()
src/pages/Home.tsx:67
FunctionHomeHeading
({ children, seeMoreTo, seeMoreText, ...props }: { children: React.ReactNode; seeMoreTo?: string;
src/pages/Home.tsx:29
FunctionHomeSection
({ children }: BoxProps)
src/pages/Favorites.tsx:138
FunctionIdxGrid
({ id, songId, active, onPlayClick, }: { id: number; songId: string; active: boolean; onPlayCl
src/components/data/SongTable/IdxCell.tsx:7
FunctionLanguageSettings
()
src/components/settings/LanguageSettings.tsx:8
FunctionLazyLoad
(props: LazyLoadProps)
src/components/common/LazyLoad.tsx:66
FunctionLibrary
()
src/pages/Library.tsx:23
FunctionLikedSongs
()
src/pages/LikedSongs.tsx:13
FunctionLineLogo
(props: IconProps)
src/components/icons/LineLogo.tsx:3
FunctionLoadingFullScreen
()
src/components/common/GlobalLoadingStatus.tsx:25
FunctionLogin
()
src/pages/Login.tsx:8
FunctionLoginButtons
()
src/components/login/LoginButtons.tsx:7
FunctionLoginPanel
()
src/components/login/LoginPanel.tsx:7
FunctionLogoWithText
(props: StackProps)
src/components/nav/LogoWithText.tsx:5
FunctionMTHolodex
({ front = "white", back = "#333" })
src/components/icons/MTHolodex.tsx:1
FunctionMTHolodexIcon
({ front = "var(--chakra-colors-n2-200)", // "var(--chakra-colors-n2-200)", back = "#333", ...rest })
src/components/icons/MTHolodex.tsx:28
FunctionNavBar
({ onOpen, ...rest }: MobileProps)
src/components/nav/NavBar.tsx:30
FunctionNavItem
({ icon, children, path, disabled, ...rest }: NavItemProps)
src/components/nav/NavItem.tsx:21
FunctionNowPlayingIcon
(props: NowPlayingIconProps)
src/components/icons/NowPlayingIcon.tsx:10
FunctionOrgPickerPanel
({ pickOrg, ...rest }: { pickOrg?: (org: Org | undefined) => void } & BoxProps)
src/components/settings/OrgManagement.tsx:29
FunctionOrgSelector
()
src/components/nav/OrgSelector.tsx:25
FunctionOverlayTextArt
({ titleText, imageUrl, showUserIcon = false, iconType = undefined, ...rest }: { titleText: string
src/components/playlist/PlaylistArtwork.tsx:148
FunctionPageContainer
({ children }: { children?: ReactNode })
src/components/layout/PageContainer.tsx:5
FunctionPlaybackButton
({ icon, ...rest }: PlaybackButtonProps)
src/components/player/controls/PlaybackControl.tsx:24
FunctionPlayer
()
src/components/player/Player.tsx:14
FunctionPlaylist
()
src/pages/Playlist.tsx:44
FunctionPlaylistButton
({ playlist, editMode, vibe, editable, defaultIcon = FiFolder, }: { playlist: PlaylistStub; edit
src/components/playlist/PlaylistList.tsx:125
FunctionPlaylistButtonArray
({ onPlayClick, onAddQueueClick, onEditClick, onFinishEditClick, onAbortEditClick, editMode, can
src/components/playlist/PlaylistButtonArray.tsx:52
FunctionPlaylistButtons
({ buttons }: { buttons: PlaylistButton[] })
src/pages/Channel.tsx:263
FunctionPlaylistCard
({ playlist, ...rest }: { playlist: Partial<PlaylistFull>; } & FlexProps)
src/components/playlist/PlaylistCard.tsx:24
FunctionPlaylistCreateForm
({ onClose, }: { onClose: () => void; })
src/components/playlist/PlaylistCreateForm.tsx:21
FunctionPlaylistCreateModal
()
src/components/playlist/PlaylistCreateForm.tsx:114
FunctionPlaylistHeader
()
src/components/data/SongTable/UpcomingSongList.tsx:118
FunctionPlaylistHeading
({ title, description, count, totalLengthSecs, playlist, max = 500, ...props }: PlaylistHeadingP
src/components/playlist/PlaylistHeading.tsx:15
FunctionPlaylistHeadingEditor
({ title, description, setTitle, setDescription, count, totalLengthSecs, max = 500, ...props }
src/components/playlist/PlaylistHeadingEditor.tsx:34
FunctionPlaylistList
({ playlistStubs, vibe = false, editable = false, defaultIcon, editMode, }: { playlistStubs: Playl
src/components/playlist/PlaylistList.tsx:42
FunctionPlaylistMoreControlsMenu
({ playlist, canEdit, children, ...rest }: Omit<MenuProps, "children"> & { playlist: PlaylistFull;
src/components/playlist/PlaylistMoreControls.tsx:17
FunctionQueryStatus
({ queryStatus, ...rest }: QueryStatusProps)
src/components/common/QueryStatus.tsx:19
FunctionQueueHeader
()
src/components/data/SongTable/UpcomingSongList.tsx:73
FunctionRadio
()
src/pages/Radio.tsx:32
FunctionRadioButtonSearchList
({ dataField, placeholder, showSearch = false, aggregations, setQuery, value, tagLabel, }: Radio
src/components/search/RadioButtonSearchList.tsx:27
FunctionRadioTextArt
({ titleText, bottomText = "Radio", imageUrl, ...rest }: { titleText: string; bottomText?: string;
src/components/playlist/PlaylistArtwork.tsx:236
FunctionRedirectToOrg
()
src/routes.tsx:29
FunctionReorderableOrgItem
({ org, unfavOrg, pickOrg, orgs, }: { org: string; unfavOrg: (name: string) => void; pickOrg: ((
src/components/settings/OrgManagement.tsx:138
FunctionRequireLogin
({ children, // Fallback string for meta, when the actual meta is blocked by login title, }: { childre
src/components/login/RequireLogin.tsx:10
FunctionRoutes
()
src/routes.tsx:145
FunctionRow
(props: RowWithHeader)
src/components/data/SongTable/UpcomingSongList.tsx:50
FunctionSangOnGrid
({ value }: { value: Date })
src/components/data/SongTable/SangOnCell.tsx:3
FunctionSearch
()
src/pages/SearchDeprecated.tsx:38
FunctionSearch
()
src/pages/Search.tsx:69
FunctionSearchBox
(props: BoxProps)
src/components/nav/SearchBox.tsx:17
FunctionSearchResultSongTable
({ data, loading, }: { data: any; loading: any; })
src/pages/Search.tsx:33
FunctionSeeMoreCardGrid
({ type, playlistType, }: { type: "org" | "favorites"; playlistType: "ugp" | "sgp" | "radio"; })
src/pages/SeeMoreCardGrid.tsx:25
FunctionServiceWorkerWrapper
()
src/components/common/ServiceWorkerWrapper.tsx:6
FunctionSettings
()
src/pages/Settings.tsx:21
FunctionSettingsSection
({ title, children, }: { title: string; children: React.ReactNode; })
src/components/settings/SettingsSection.tsx:3
FunctionSidebarContent
({ closeOnNav = false, onClose, ...rest }: SidebarProps)
src/components/nav/Sidebar.tsx:60
FunctionSocialButton
({ icon, ...rest }: any)
src/components/layout/Footer.tsx:17
FunctionSong
()
src/pages/Song.tsx:38
FunctionSongArtwork
({ artUrl, song, size = 200, resizeHint, ...rest }: SongArtworkProps)
src/components/song/SongArtwork.tsx:12
FunctionSongCard
({ song, ...rest }: SongCardProps)
src/components/song/SongCard.tsx:15
FunctionSongContextMenu
({ menuId = DEFAULT_MENU_ID })
src/components/song/SongContextMenu.tsx:36
FunctionSongEditableTable
({ songs, songsEdited }: SongEditableTableProps)
src/components/data/SongTableEditable.tsx:45
FunctionSongItem
({ song, showChannelImg, ...rest }: SongItemProps)
src/components/song/SongItem.tsx:14
FunctionSongLikeButton
({ song, size = 16, ...rest }: SongLikeButtonProps)
src/components/song/SongLikeButton.tsx:17
FunctionSongTable
({ songs, menuId = DEFAULT_MENU_ID, virtualized = false, rowProps, playlist, limit, appendRight,
src/components/data/SongTable/index.tsx:42
FunctionStackedTextArt
({ typeText, titleText, imageUrl, reverse = false, hideLogo = false, ...rest }: { typeText: stri
src/components/playlist/PlaylistArtwork.tsx:324
FunctionTitleGrid
({ song, //: { original, channel }, onTitleClick, flipNames, }: { song: Song; onTitleClick: (e: any)
src/components/data/SongTable/TitleCell.tsx:5
FunctionToggleButtonSearchInput
({ dataField, setQuery, value, buttons, tagLabel, }: ToggleButtonSearchInputProps)
src/components/search/ToggleButtonSearchInput.tsx:12
FunctionUpcomingSongList
({ menuId = DEFAULT_MENU_ID, rowProps, songs, queue, playlist, useWindowScroller = false, }: Upcom
src/components/data/SongTable/UpcomingSongList.tsx:175
FunctionUserSettings
()
src/components/settings/UserSettings.tsx:30
FunctionVideo
()
src/pages/Video.tsx:22
FunctionVideoPlaylistCarousel
({ videoPlaylists, }: { videoPlaylists?: { playlist?: PlaylistFull; video: any }[]; })
src/components/playlist/VideoPlaylistCarousel.tsx:20
FunctionYoutubePlayer
()
src/components/player/YoutubePlayer.tsx:6
Function_ChangePlayerLocationButton
({ size }: { size?: string })
src/components/player/ChangePlayerLocationButton.tsx:25
FunctionaddUpdateHook
(hookFn: NonNullable<typeof window.onSWUpdate>)
src/serviceWorkerRegistration.ts:69
FunctionenlargeArtworks
(music: Song)
src/modules/songs/index.tsx:6
FunctionfetchDataPromise
( ids: readonly string[], )
src/modules/services/like.service.ts:114
FunctionhandleChange
(event: any)
src/components/settings/OrgManagement.tsx:39
FunctionhandleChangeClientState
(newState: any, addedTags: HelmetTags)
src/components/login/GoogleButton.tsx:27
FunctiononDiscordSuccess
( err: any, { access_token }: { access_token: string }, )
src/modules/client/index.tsx:151
FunctiononDragEnd
(result: DropResult)
src/components/data/SongTableEditable.tsx:181
FunctiononDragEnd
(e: any)
src/components/data/DraggableSong.tsx:20
FunctiononDragStart
(e: any)
src/components/data/DraggableSong.tsx:6
FunctiononGoogleSuccess
({ credential }: GoogleCredentialResponse)
src/modules/client/index.tsx:135
FunctiononSWUpdate
(registration: ServiceWorkerRegistration)
src/components/common/ServiceWorkerWrapper.tsx:13
FunctiononSave
()
src/components/playlist/AddToPlaylistModal.tsx:60
← previousnext →101–200 of 210, ranked by callers