Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NarSiiiS/rj-downloader
/ functions
Functions
46 in github.com/NarSiiiS/rj-downloader
⨍
Functions
46
◇
Types & classes
7
↓ 7 callers
Function
fetcher
(url: string, ...otherParams: any[])
src/utils/fetcher.ts:1
↓ 6 callers
Function
textToRgb
(str)
src/utils/colors.js:138
↓ 5 callers
Function
useRouter
()
__mocks__/next/router.ts:2
↓ 2 callers
Function
hexToRgb
(hex)
src/utils/colors.js:24
↓ 2 callers
Function
rgbToHex
({ r, g, b, a })
src/utils/colors.js:4
↓ 2 callers
Function
triplet
(e1: number, e2: number, e3: number)
src/utils/rgbToDataUrl.ts:6
↓ 2 callers
Function
useSearchContext
()
src/context/search.tsx:44
↓ 1 callers
Function
currentSection
(section: ISection)
src/pages/index.tsx:28
↓ 1 callers
Function
getCollectionData
(title: string)
src/pages/collection/index.tsx:29
↓ 1 callers
Function
getSection
(key: string, items: Item[])
src/components/SearchData.tsx:26
↓ 1 callers
Function
rgbDataURL
(r: number, g: number, b: number)
src/utils/rgbToDataUrl.ts:12
↓ 1 callers
Function
searchWithTerm
()
src/components/Search.tsx:13
↓ 1 callers
Function
slidesPerView
()
src/components/List.tsx:19
Function
ActiveTab
({ data }: IPodcastsProps)
src/pages/podcasts/[activeTab].tsx:17
Function
Album
({ data }: IAlbumProps)
src/pages/album/[id].tsx:23
Function
Card
({ item, large = false, onClick }: ICardProps)
src/components/Card.tsx:15
Function
Collection
({ data }: ICollectionProps)
src/pages/collection/index.tsx:23
Function
Footer
()
src/components/Footer.tsx:3
Function
Header
()
src/components/Header.tsx:9
Function
Index
({ sections }: IHomeProps)
src/pages/index.tsx:27
Function
List
({ items, large = false }: IListProps)
src/components/List.tsx:17
Function
ListTitle
({ title }: IListTitleProps)
src/components/ListTitle.tsx:7
Function
Main
(props: IMainProps)
src/templates/Main.tsx:17
Function
Meta
(props: IMetaProps)
src/layouts/Meta.tsx:13
Function
MyApp
({ Component, pageProps }: AppProps)
src/pages/_app.tsx:9
Function
Playlist
({ data }: IPlaylistProps)
src/pages/playlist/[id].tsx:23
Function
RouterTransition
()
src/components/RouterTransition.tsx:9
Function
Search
()
src/components/Search.tsx:8
Function
SearchData
({ data, className = '' }: ISearchDataProps)
src/components/SearchData.tsx:13
Function
SearchWrapper
({ children }: Props)
src/context/search.tsx:26
Function
blend
(fgColor, bgColor)
src/utils/colors.js:216
Function
brightness
(color)
src/utils/colors.js:206
Function
changeAlpha
(color, offset)
src/utils/colors.js:248
Function
getServerSideProps
()
src/pages/index.tsx:63
Function
getServerSideProps
(context)
src/pages/album/[id].tsx:89
Function
getServerSideProps
()
src/pages/collection/index.tsx:97
Function
getServerSideProps
(context)
src/pages/playlist/[id].tsx:93
Function
getServerSideProps
(context)
src/pages/podcasts/[activeTab].tsx:67
Function
handleComplete
()
src/components/RouterTransition.tsx:15
Function
handleStart
(url: string)
src/components/RouterTransition.tsx:13
Function
hsvToRgb
({ h, s, v, a })
src/utils/colors.js:49
Function
lighten
(color, percent)
src/utils/colors.js:166
Function
luminosity
(color)
src/utils/colors.js:191
Function
openModal
(item: Item)
src/pages/collection/index.tsx:39
Method
render
()
src/pages/_document.tsx:11
Function
rgbToHsv
({ r, g, b, a })
src/utils/colors.js:104